dothalo source...

Discuss anything programming related.
Post Reply
User avatar
XZodia
Staff
Posts: 2208
Joined: Sun Dec 09, 2007 2:09 pm
Location: UK
Contact:

dothalo source...

Post by XZodia »

i remember the dothalo soure being released a while ago but i couldnt find it so...
does anyone have it? and if so please upload it to the source code section
Image
JacksonCougar wrote:I find you usually have great ideas.
JacksonCougar wrote:Ah fuck. Why must you always be right? Why.
User avatar
Grimdoomer
Admin
Posts: 1835
Joined: Sun Dec 09, 2007 9:09 pm

Re: dothalo source...

Post by Grimdoomer »

I have Chr2 if you could use that. Or if you tell me exactly what you need or you are trying to accomplish then I could help further.
Don't snort the magic, we need it for the network.
User avatar
XZodia
Staff
Posts: 2208
Joined: Sun Dec 09, 2007 2:09 pm
Location: UK
Contact:

Re: dothalo source...

Post by XZodia »

well im writing an app to make to the hassle out of putting new maps on your xbox...

and as part of that im integrating all the main patching systems (sppf, serenity, ppf) and i need dothalo to see how to use the zPPF.dll
Image
JacksonCougar wrote:I find you usually have great ideas.
JacksonCougar wrote:Ah fuck. Why must you always be right? Why.
User avatar
Grimdoomer
Admin
Posts: 1835
Joined: Sun Dec 09, 2007 9:09 pm

Re: dothalo source...

Post by Grimdoomer »

Well when you call to it it should give you teh parameters you need to use it like:

Code: Select all

zPPF.PatchMap(MapLocation, PatchLocation);
I have never messed around with the patching dlls but it should be close to that, or thats what I would guess.
Don't snort the magic, we need it for the network.
User avatar
XZodia
Staff
Posts: 2208
Joined: Sun Dec 09, 2007 2:09 pm
Location: UK
Contact:

Re: dothalo source...

Post by XZodia »

yea...but it doesnt seem to let me add a reference to it...which would suggest its an unmanaged library :?
Image
JacksonCougar wrote:I find you usually have great ideas.
JacksonCougar wrote:Ah fuck. Why must you always be right? Why.
User avatar
Prey
Posts: 129
Joined: Sat Dec 29, 2007 5:06 pm
Location: UK

Re: dothalo source...

Post by Prey »

Correct.. It's made in Native C++... you have to use the "DLLImport" functionality

I did have the dothalo source, and I did post it on Halomods I remember.. only it was deleted because the others who contributed to dothalo weren't happy with the source being released, apparently..

Not sure if I still have it, I'll look..

Prey finds.. Prey sends...
User avatar
OwnZ joO
Posts: 1197
Joined: Sun Dec 09, 2007 4:46 pm

Re: dothalo source...

Post by OwnZ joO »

If you want some code for patching with ppfs in C# I could send it for you.
User avatar
Grimdoomer
Admin
Posts: 1835
Joined: Sun Dec 09, 2007 9:09 pm

Re: dothalo source...

Post by Grimdoomer »

got any for .serenity?
Don't snort the magic, we need it for the network.
User avatar
XZodia
Staff
Posts: 2208
Joined: Sun Dec 09, 2007 2:09 pm
Location: UK
Contact:

Re: dothalo source...

Post by XZodia »

well i'd certainly like to see c# ppf code but its not essential

right now i need serenity and sppf....

i now serenity can be called to apply a patch without opening but i dont know if it can do the same for creating a patch...and if not i'll have to resort to figuring out the garbeled disassembly :?
...which i'll have to do for sppf anyway -_-

edit: YAY sppf isnt garbeled...guess i can leave serenity for the moment :D
Image
JacksonCougar wrote:I find you usually have great ideas.
JacksonCougar wrote:Ah fuck. Why must you always be right? Why.
User avatar
OwnZ joO
Posts: 1197
Joined: Sun Dec 09, 2007 4:46 pm

Re: dothalo source...

Post by OwnZ joO »

Yeah the other day I wrote a library for applying and creating ppfs, and then for applying serenity's. I'll test it first, and then post it here, it should work, because I've written the code before, but I rewrote it and haven't tested it since. I would talk to Iron_Forge first if you can get a hold of him and ask him for a version where you can create patches from it, instead of trying to disassemble a protected program.
User avatar
XZodia
Staff
Posts: 2208
Joined: Sun Dec 09, 2007 2:09 pm
Location: UK
Contact:

Re: dothalo source...

Post by XZodia »

well ive already pm'd him to ask if it can already do it on the command line but he hasnt replied :roll:
Image
JacksonCougar wrote:I find you usually have great ideas.
JacksonCougar wrote:Ah fuck. Why must you always be right? Why.
Post Reply