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): 1 2 Next
rektbyfaith
Administrator
0
09-29-2021, 07:56 PM
#1
Archived author: Lord Arcanine • Posted: 2021-09-29T19:56:46+00:00
Original source

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

currently the client can have only 21 races, there are a way to increase that?

Ty in advance and have a good day [Image: tongue.png]
rektbyfaith
09-29-2021, 07:56 PM #1

Archived author: Lord Arcanine • Posted: 2021-09-29T19:56:46+00:00
Original source

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

currently the client can have only 21 races, there are a way to increase that?

Ty in advance and have a good day [Image: tongue.png]

rektbyfaith
Administrator
0
10-01-2021, 12:08 PM
#2
Archived author: Furioz • Posted: 2021-10-01T12:08:33+00:00
Original source

Yes it is possible.

If u download one of the custom login or character screens u will get a file called characterselect and charactercreate.lua , I've seen maxclasses value in there u would have to change that.

BUT

U will also have to change the core side , because ur core is limited to 10 races aswell.
rektbyfaith
10-01-2021, 12:08 PM #2

Archived author: Furioz • Posted: 2021-10-01T12:08:33+00:00
Original source

Yes it is possible.

If u download one of the custom login or character screens u will get a file called characterselect and charactercreate.lua , I've seen maxclasses value in there u would have to change that.

BUT

U will also have to change the core side , because ur core is limited to 10 races aswell.

rektbyfaith
Administrator
0
10-01-2021, 12:33 PM
#3
Archived author: ixtemp • Posted: 2021-10-01T12:33:35+00:00
Original source

Theres hardcode on .exe, ya'll need to do some .exe changes.
rektbyfaith
10-01-2021, 12:33 PM #3

Archived author: ixtemp • Posted: 2021-10-01T12:33:35+00:00
Original source

Theres hardcode on .exe, ya'll need to do some .exe changes.

rektbyfaith
Administrator
0
10-01-2021, 11:25 PM
#4
Archived author: Furioz • Posted: 2021-10-01T23:25:47+00:00
Original source

Quote: 11 hours ago, ixtemp said:

Theres hardcode on .exe, ya'll need to do some .exe changes.
No it isnt o.O..

Was very sure it wanst hardcoded, did a 2 minute search and voila

Core work , DBC , lua & sql work.

No need to touch the .exe , or remake ur client.

http://www.modcraft.io/index.php?topic=165
rektbyfaith
10-01-2021, 11:25 PM #4

Archived author: Furioz • Posted: 2021-10-01T23:25:47+00:00
Original source

Quote: 11 hours ago, ixtemp said:

Theres hardcode on .exe, ya'll need to do some .exe changes.
No it isnt o.O..

Was very sure it wanst hardcoded, did a 2 minute search and voila

Core work , DBC , lua & sql work.

No need to touch the .exe , or remake ur client.

http://www.modcraft.io/index.php?topic=165

rektbyfaith
Administrator
0
10-01-2021, 11:32 PM
#5
Archived author: UndeadMurky • Posted: 2021-10-01T23:32:44+00:00
Original source

Quote: 6 minutes ago, Furioz said:

No it isnt o.O..

Was very sure it wanst hardcoded, did a 2 minute search and voila

Core work , DBC work & sql work.

No need to touch the .exe , or remake ur client.

http://www.modcraft.io/index.php?topic=165
did you even read ? there is an hardcoded race limit in the client
rektbyfaith
10-01-2021, 11:32 PM #5

Archived author: UndeadMurky • Posted: 2021-10-01T23:32:44+00:00
Original source

Quote: 6 minutes ago, Furioz said:

No it isnt o.O..

Was very sure it wanst hardcoded, did a 2 minute search and voila

Core work , DBC work & sql work.

No need to touch the .exe , or remake ur client.

http://www.modcraft.io/index.php?topic=165
did you even read ? there is an hardcoded race limit in the client

rektbyfaith
Administrator
0
10-01-2021, 11:40 PM
#6
Archived author: Furioz • Posted: 2021-10-01T23:40:55+00:00
Original source

Quote: 11 minutes ago, UndeadMurky said:

did you even read ? there is an hardcoded race limit in the client
In the client yes, that's what i've been saying aswell. It's lua and dbc (clientside) but nothing u have to do with the .exe as ixtemp stated

Edit:

u do however need a .exe that allows u to use lua script modding. Else u will get a message of ur client being corrupt. Wich u can find here in the download section
rektbyfaith
10-01-2021, 11:40 PM #6

Archived author: Furioz • Posted: 2021-10-01T23:40:55+00:00
Original source

Quote: 11 minutes ago, UndeadMurky said:

did you even read ? there is an hardcoded race limit in the client
In the client yes, that's what i've been saying aswell. It's lua and dbc (clientside) but nothing u have to do with the .exe as ixtemp stated

Edit:

u do however need a .exe that allows u to use lua script modding. Else u will get a message of ur client being corrupt. Wich u can find here in the download section

rektbyfaith
Administrator
0
10-05-2021, 07:36 PM
#7
Archived author: Lord Arcanine • Posted: 2021-10-05T19:36:40+00:00
Original source

ty you so much Furioz
rektbyfaith
10-05-2021, 07:36 PM #7

Archived author: Lord Arcanine • Posted: 2021-10-05T19:36:40+00:00
Original source

ty you so much Furioz

rektbyfaith
Administrator
0
10-06-2021, 05:01 PM
#8
Archived author: ixtemp • Posted: 2021-10-06T17:01:37+00:00
Original source

Quote: On 10/2/2021 at 3:40 AM, Furioz said:

In the client yes, that's what i've been saying aswell. It's lua and dbc (clientside) but nothing u have to do with the .exe as ixtemp stated

Edit:

u do however need a .exe that allows u to use lua script modding. Else u will get a message of ur client being corrupt. Wich u can find here in the download section
Yeah, sure.

Just try adding more. It will crash you af.
rektbyfaith
10-06-2021, 05:01 PM #8

Archived author: ixtemp • Posted: 2021-10-06T17:01:37+00:00
Original source

Quote: On 10/2/2021 at 3:40 AM, Furioz said:

In the client yes, that's what i've been saying aswell. It's lua and dbc (clientside) but nothing u have to do with the .exe as ixtemp stated

Edit:

u do however need a .exe that allows u to use lua script modding. Else u will get a message of ur client being corrupt. Wich u can find here in the download section
Yeah, sure.

Just try adding more. It will crash you af.

rektbyfaith
Administrator
0
10-06-2021, 05:12 PM
#9
Archived author: 00017144 • Posted: 2021-10-06T17:12:43+00:00
Original source

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.
rektbyfaith
10-06-2021, 05:12 PM #9

Archived author: 00017144 • Posted: 2021-10-06T17:12:43+00:00
Original source

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.

rektbyfaith
Administrator
0
10-06-2021, 05:18 PM
#10
Archived author: thiesant • Posted: 2021-10-06T17:18:20+00:00
Original source

Curious to know how you passed 21 races without crash at launch. Game uses bit check for skills/spells/language used by race. Wotlk is in 32x so you could use 31 races or 32 if you modify all the classmask spell used in class 0, but you need to edit the .exe, not just lua and xml editing.
rektbyfaith
10-06-2021, 05:18 PM #10

Archived author: thiesant • Posted: 2021-10-06T17:18:20+00:00
Original source

Curious to know how you passed 21 races without crash at launch. Game uses bit check for skills/spells/language used by race. Wotlk is in 32x so you could use 31 races or 32 if you modify all the classmask spell used in class 0, but you need to edit the .exe, not just lua and xml editing.

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