BigBossman Posted December 21, 2003 Posted December 21, 2003 I was wondering if it was possible to change some of the faction name choices in season mode with a text code. If some one could post these that would be cool. I was wanting to come up with an original faction name such as, The Sons of Vengence, The Enforcers, & Power & Destruction. If a post could be made for CB2 it would be appreciated. If not, I can convert it. Quote
tokidoim Posted December 21, 2003 Posted December 21, 2003 Bossman - The name's probably stored somewhere inbetween the end of CAW 32's mods and the beginning of the Rock's mods. If so, you should be able to change the text ( you wouldn't be able to select the faction name, but no matter what you select, your faction would be called whatever you force there afterwards ) . Learn to use the 32-bit multiple write code. That's how I found most of the stuff I found, by making a bunch of addys all zeroes. After effecting something you want to change, you block out half as many addys and see if it's still effected. If so, block out half of those addys again and check. If not, then the addy you want is in the other half of the addys you previously checked, so block out half of those and check. etc, etc, until you've got it down to the single addy that you want...in this case, it would be the first letter of the faction's name. It can be a long process, but it works for save data. In other parts of the game, it'll usually just cause a lockup. The tricky part there is that you'll have to work around the addys that make the season mode week be 0, that will cause season mode to lock up. nosig Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.