Robert Russell
Robert Russell
It's happened often enough where I change something and it breaks things. Someone had started to write tests. Though at the time I didn't understand what they were trying to...
We use code ported from other projects that use GPLv3. And that license requires all code used by new projects to be GPLv3 or newer. ___ SebanisuToday at 8:57 AM...
It was pointed out that a save could be corrupt. Causing crashes. Two ways to avoid is to verify the reads for each variable. Or put the whole thing in...
I'm assuming it's in a field variable. Need to know where there costume switch toggle is saved.
On save menu and battle menu Laguna's team member's names isn't populating.
I'm told we should be filtering out the noise. The real game clamps alpha so anything below a value won't draw. Maybe like 50% or something. I'm not sure how...
Strings seem to be in the same order but some strings locations don't match. They have extra null values between them and such. Removing null strings didn't help as the...
I think we have two sets of field variables. One set is in the Save game object and one set is in the field scripts. I think we need to...
related: https://github.com/MaKiPL/OpenVIII/issues/61 Can only uncompress right now. Cannot save or write to file formats with out lzss compression. Some sources of code we can reference. - https://github.com/myst6re/hyne - https://github.com/niemasd/PyFF7/wiki/LZSS-Format -...
For tracking progess on load/saving support. - [x] Load saves from steam folder - [ ] gray out the continue selection if there are no saves. - [ ] choose...