Xavierblazer
Vault Senior Citizen
This was supposed to be just a demo version that I put out before I go on spring break to alaska to visit the old people that give me stuff and are somehow related to me, but I guess I forgot to specify.
Ive been experimenting with that, but Ive been trying to figure out where the data is supposed to be read from. Ive almost got the GCD format figured out, and a text file support thing implemented, but I havent even touched save.dat yet, so inless theres someone who can help or something then I have to dive into them with a hex editor and mess around until I figure it out.
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)?
Ive been experimenting with that, but Ive been trying to figure out where the data is supposed to be read from. Ive almost got the GCD format figured out, and a text file support thing implemented, but I havent even touched save.dat yet, so inless theres someone who can help or something then I have to dive into them with a hex editor and mess around until I figure it out.