CharEd BTWX

Xavierblazer

Vault Senior Citizen
UNSOLVED QUESTIONS:
Does anyone know how to edit memory locations in VB? I used a hex editor and found many values for stats and stuff in a GCD file and can whip up a GCD editor in less than a week if I knew how.

It would be much help if the source for Falche or Save game cracker was available. Does anyone know if it is?


SCREENSHOTS:




2/1/06:
http://img489.imageshack.us/img489/5803/untitled5yz1.png
3 hours of work

2/3/06
http://img506.imageshack.us/img506/8357/untitled3nd.png
Done with most of the layout, and the SPECIAL stats all work and show the coresponding funnydude image. yay

2/10/06
http://img467.imageshack.us/img467/8697/untitled0ep.png


2/16/06
http://img396.imageshack.us/img396/5369/untitled9yz.png
Images. a direction untaken, probably for the best


2/27/06
http://img517.imageshack.us/img517/44/untitled5bg.jpg


3/6/05
http://img465.imageshack.us/img465/4415/untitled3dg.jpg
Skills and SPECIAL system is 100% now
 
Judging by my last works, probably in 2016

But im motivated this time by the fact that VB makes much much more sense then the fallout scripting language. Nothing has gone horribly wrong yet too.
 
Well, it would be cool to have an editor that looks just like the FO character screen...

Although I am also a fan of things with as much buttons and thingamajigs possible... *puts the Microsoft Flight Simulator 98 cd in his computer*
 
It would be pretty neat to have an editor look like the actual character screen. Perhaps you could have the same basic look, but tweak it a little to make it slightly simpler.
 
all I need is the formuas for calculating these and it will function exactly like in the game:

poison resistance
damage resistance
radiation resistance
sequence
 
Radiation and Poison get changed by armour and perks, but initial is:
poison: 5*endurance
rad: 2*endurance
Sequence: 2*perception

is that what you are looking for?
 
http://www.geocities.com/striderman1/CharedBTWX1-0.zip

There you go.

Please report anything I missed or any errors in my equations or something.




KNOWN PROBLEMS:

Traits dont actually do anything because ive been too busy(lazy) to open the game up and record what they do.

None of the things you click on except for strength shows their proper description for the reason mentioned above

You cant open or save or nothing
 
Yes and sometimes open comes handy too.
But seriously, you need to read and save by byte in file.
This can be done in windows by winAPI or some internal call like(BlockRead,Read,Write etc), you can make a winapi call from VB don't you(microsoft platform and all)?
 
Back
Top