Answered Help! Me Out with a Overflowfix

Status
Not open for further replies.

HexyModz

New Member
Messages
18
Reaction score
2
Points
3
Hello CabconModding members, Well I am not a veary good coder but i get the jist of things
Ive tryed Jw16 Overflowfix in my gsc menu And it works but it wont let me verify people.
ive tryed the stonedyodas menu base overflowfix and that **** doesnt work for **** whn u verify someone and your using the menu they see what you click its like your using the menu for them -_- Im Using Master ro Orginal Menu base Wich has been modified to suit me.

If You Can help Me Message me Ill tell You my skype Im Releasing my GSC source once i fix the overflow
 

AllMods

Veteran
Messages
4
Reaction score
3
Points
778
try moving the part in the script that gives verify somewhere else in the gsc might help
i had to do it or the gamemod im doing
 

iTahhr

Well-Known Member
Messages
248
Reaction score
119
Points
243
add me on skype ill help u add xTUL overflow fix
 

P!X

Head Moderator
Staff member
Head Staff Team
Messages
408
Reaction score
590
Points
878
ok maybe you learn something from this
cod has a list of unlocalized strings
take a string elem and make setText("LOL"); = 1 unlocalized string
make it print setText("LOL"); its still 1 unlocalized string
then add setText("LOL2"); then you have 2 unlocalized strings
and if you have over lets say 80 unlocalized strings then you will overflow.
so you have to call ClearAllTextAfterHudElem(); and it delete's all your unloalized strings
and you have to reset all your texts but you cleared the unlocalized string list
i know its a **** example but im not able to explain it better :disappointed:
 

HexyModz

New Member
Messages
18
Reaction score
2
Points
3
ok maybe you learn something from this
cod has a list of unlocalized strings
take a string elem and make setText("LOL"); = 1 unlocalized string
make it print setText("LOL"); its still 1 unlocalized string
then add setText("LOL2"); then you have 2 unlocalized strings
and if you have over lets say 80 unlocalized strings then you will overflow.
so you have to call ClearAllTextAfterHudElem(); and it delete's all your unloalized strings
and you have to reset all your texts but you cleared the unlocalized string list
i know its a **** example but im not able to explain it better :disappointed:
I implemented the xTUL overflow fix in the base and im up to the last part of recreating text, i ran a string test and reached well over 15000 strings. could you help my skype: thechiraqsavage
 
G

Gentle

Guest
I implemented the xTUL overflow fix in the base and im up to the last part of recreating text, i ran a string test and reached well over 15000 strings. could you help my skype: thechiraqsavage
I am pretty sure that is good?
 

HexyModz

New Member
Messages
18
Reaction score
2
Points
3
I am pretty sure that is good?
it is good,but when the string limit is reached the menu title and options will glitch because they are not implemented into the recreate text
 

P!X

Head Moderator
Staff member
Head Staff Team
Messages
408
Reaction score
590
Points
878
when the limit is reached just reset the texts
example: titleElem setSafeText(TitleStringOfCurrentOpenedSubMenu);
 

HexyModz

New Member
Messages
18
Reaction score
2
Points
3
when the limit is reached just reset the texts
example: titleElem setSafeText(TitleStringOfCurrentOpenedSubMenu);
im havin trouble figuring wich to recreate Im using master ro v5 menu base so its different.
 

P!X

Head Moderator
Staff member
Head Staff Team
Messages
408
Reaction score
590
Points
878
just reload the whole sub menu
 

P!X

Head Moderator
Staff member
Head Staff Team
Messages
408
Reaction score
590
Points
878
add me on skype: sxvfg146
 
Status
Not open for further replies.
Top