[Archive] There are a way to increase max races on the client?
[Archive] There are a way to increase max races on the client?
Quote: 13 hours ago, 00017144 said:Thank you!
The only need for a binary edit for something such as this, is increasing the class-race connection count, being each race can only have 10 classes tied to them. As you add races and possibly classes after the fact, this would then cause you to need to modify the .exe itself. Past this, you can have from what i've seen atleast 16 races without any binary edits, only lua/xml/coreside changes.
.Archived author: Furioz • Posted: 2021-10-07T06:50:58+00:00
Original source
Quote: 13 hours ago, 00017144 said:Thank you!
The only need for a binary edit for something such as this, is increasing the class-race connection count, being each race can only have 10 classes tied to them. As you add races and possibly classes after the fact, this would then cause you to need to modify the .exe itself. Past this, you can have from what i've seen atleast 16 races without any binary edits, only lua/xml/coreside changes.
.
Quote: 10 hours ago, Furioz said:Wooah, working 18 races, yahoo.
Thank you!
Been trying to get this through to ixtemp :p.
Also @ixtemp
->
https://www.youtube.com/embed/hnOg1H8xML...ure=oembed
Made by browler & me. Browler, a good friend and fellow developer ( he sells some of his incredible work here on MC),
we've been talking about the races for the last weeks so i'm pretty sure what i was saying was correct.
And @Lord Arcanine
You are very welcome
Archived author: ixtemp • Posted: 2021-10-07T16:54:08+00:00
Original source
Quote: 10 hours ago, Furioz said:Wooah, working 18 races, yahoo.
Thank you!
Been trying to get this through to ixtemp :p.
Also @ixtemp
->
https://www.youtube.com/embed/hnOg1H8xML...ure=oembed
Made by browler & me. Browler, a good friend and fellow developer ( he sells some of his incredible work here on MC),
we've been talking about the races for the last weeks so i'm pretty sure what i was saying was correct.
And @Lord Arcanine
You are very welcome
Quote: 19 hours ago, ixtemp said:Dont worry, i'll update u when we get to that point. Still some races to implement.
Wooah, working 18 races, yahoo.
And we are talking about 21+ ya know?
Try adding more than 21 and tell me again about only lua and xml mods.
Archived author: Furioz • Posted: 2021-10-08T11:48:20+00:00
Original source
Quote: 19 hours ago, ixtemp said:Dont worry, i'll update u when we get to that point. Still some races to implement.
Wooah, working 18 races, yahoo.
And we are talking about 21+ ya know?
Try adding more than 21 and tell me again about only lua and xml mods.
Archived author: Lord Arcanine • Posted: 2021-10-11T03:12:16+00:00
Original source
this is the problem i need to remove that hardcode u.u
Quote: 12 hours ago, Lord Arcanine said:Hmm would need to search for this, haven't gotten that far yet.
this is the problem i need to remove that hardcode u.u
Archived author: Furioz • Posted: 2021-10-11T15:46:12+00:00
Original source
Quote: 12 hours ago, Lord Arcanine said:Hmm would need to search for this, haven't gotten that far yet.
this is the problem i need to remove that hardcode u.u
Quote: 3 minutes ago, Furioz said:Note that this will probably be related to other functions or things in wow.exe. So it might be a very hard one to pull this off. Maybe ask Alastor, i've seen he's been doing edits in wow.exe . Maybe he has seen stuff related to max races limit.
Hmm would need to search for this, haven't gotten that far yet.
But if we assume that this is just a value, then I'd suggest using ollydbg & wow.exe.idb and debugging the wow.exe , and search for this 21 value in an argument.
Ollydbg can be googled & wow.exe.idb can be found here https://mega.nz/folder/s5gUXIxY#trILR21W...e/doBTHIRQ
In Olly u can debugg the application and adjust it, then test if it still crashes.
Archived author: Furioz • Posted: 2021-10-11T15:49:06+00:00
Original source
Quote: 3 minutes ago, Furioz said:Note that this will probably be related to other functions or things in wow.exe. So it might be a very hard one to pull this off. Maybe ask Alastor, i've seen he's been doing edits in wow.exe . Maybe he has seen stuff related to max races limit.
Hmm would need to search for this, haven't gotten that far yet.
But if we assume that this is just a value, then I'd suggest using ollydbg & wow.exe.idb and debugging the wow.exe , and search for this 21 value in an argument.
Ollydbg can be googled & wow.exe.idb can be found here https://mega.nz/folder/s5gUXIxY#trILR21W...e/doBTHIRQ
In Olly u can debugg the application and adjust it, then test if it still crashes.