Forums WoW Modding Discussion Miscellaneous [Archive] There are a way to increase max races on the client?

[Archive] There are a way to increase max races on the client?

[Archive] There are a way to increase max races on the client?

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
10-07-2021, 06:50 AM
#11
Archived author: Furioz • Posted: 2021-10-07T06:50:58+00:00
Original source

Quote: 13 hours ago, 00017144 said:

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.
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 Smile.

And  @Lord Arcanine

You are very welcome [Image: smile.png]
rektbyfaith
10-07-2021, 06:50 AM #11

Archived author: Furioz • Posted: 2021-10-07T06:50:58+00:00
Original source

Quote: 13 hours ago, 00017144 said:

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.
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 Smile.

And  @Lord Arcanine

You are very welcome [Image: smile.png]

rektbyfaith
Administrator
0
10-07-2021, 04:54 PM
#12
Archived author: ixtemp • Posted: 2021-10-07T16:54:08+00:00
Original source

Quote: 10 hours ago, Furioz said:

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 Smile.

And  @Lord Arcanine

You are very welcome [Image: smile.png]
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.
rektbyfaith
10-07-2021, 04:54 PM #12

Archived author: ixtemp • Posted: 2021-10-07T16:54:08+00:00
Original source

Quote: 10 hours ago, Furioz said:

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 Smile.

And  @Lord Arcanine

You are very welcome [Image: smile.png]
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.

rektbyfaith
Administrator
0
10-08-2021, 11:48 AM
#13
Archived author: Furioz • Posted: 2021-10-08T11:48:20+00:00
Original source

Quote: 19 hours ago, ixtemp said:

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.
Dont worry, i'll update u when we get to that point. Still some races to implement.

Also when ur right ur right, I've been very busy and havent properly read everthing.

the 21 mark is still a question for us, and as u mentioned it seems logical that they hardcoded it.

But as always there is a way to work around it or fix it.
rektbyfaith
10-08-2021, 11:48 AM #13

Archived author: Furioz • Posted: 2021-10-08T11:48:20+00:00
Original source

Quote: 19 hours ago, ixtemp said:

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.
Dont worry, i'll update u when we get to that point. Still some races to implement.

Also when ur right ur right, I've been very busy and havent properly read everthing.

the 21 mark is still a question for us, and as u mentioned it seems logical that they hardcoded it.

But as always there is a way to work around it or fix it.

rektbyfaith
Administrator
0
10-11-2021, 03:12 AM
#14
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
rektbyfaith
10-11-2021, 03:12 AM #14

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

rektbyfaith
Administrator
0
10-11-2021, 03:46 PM
#15
Archived author: Furioz • Posted: 2021-10-11T15:46:12+00:00
Original source

Quote: 12 hours ago, Lord Arcanine said:

this is the problem i need to remove that hardcode u.u
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.
rektbyfaith
10-11-2021, 03:46 PM #15

Archived author: Furioz • Posted: 2021-10-11T15:46:12+00:00
Original source

Quote: 12 hours ago, Lord Arcanine said:

this is the problem i need to remove that hardcode u.u
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.

rektbyfaith
Administrator
0
10-11-2021, 03:49 PM
#16
Archived author: Furioz • Posted: 2021-10-11T15:49:06+00:00
Original source

Quote: 3 minutes ago, Furioz said:

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.
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.

also wanted to edit it, double post was a small mistake xd
rektbyfaith
10-11-2021, 03:49 PM #16

Archived author: Furioz • Posted: 2021-10-11T15:49:06+00:00
Original source

Quote: 3 minutes ago, Furioz said:

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.
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.

also wanted to edit it, double post was a small mistake xd

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)