Skip to content

Commit b72acd0

Browse files
authored
more details
1 parent 0a67aa1 commit b72acd0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

gaming/FinalFantasy7/readme.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,30 @@ No guarantees for anything.
33
Newer versions might fix something or add a feature, while possibly breaking previous functions.
44
This is why i am uploaded all of them.
55
That way if something used to work and is broken in the newer version, the code can be referenced to fix the newer one, hopefully.
6+
7+
After you extract the files from the LGP, This will let you load the vertex colored model and change colors and save it so that you can add it back to the LGP and load it in the game.
8+
9+
To view and load/extract/replace and recompile back into LGP.
10+
https://maciej-trebacz.github.io/ff7-lgp-explorer/
11+
12+
(you can also use a command prompt program that will extract all at once into a folder.)
13+
14+
There is a program called Kimera, aka: Kimera095c, Kimera097b, etc.
15+
However, I couldn't get it to load any of the model files.
16+
It always gave errors.
17+
So I coded my own.
18+
This took a TON of trial and error and a ton of AI giving me broken code over and over...
19+
20+
Here are sources I gave it that helped, but isn't enough on it's own to make it code correctly.
21+
22+
===========================================================================================================
23+
https://github.com/maciej-trebacz/ff7-lgp-explorer/tree/main/src
24+
https://raw.githubusercontent.com/maciej-trebacz/ff7-lgp-explorer/refs/heads/main/src/rsdfile.ts
25+
https://raw.githubusercontent.com/maciej-trebacz/ff7-lgp-explorer/refs/heads/main/src/texfile.ts
26+
https://raw.githubusercontent.com/maciej-trebacz/ff7-lgp-explorer/refs/heads/main/src/utils/fileService.ts
27+
https://raw.githubusercontent.com/maciej-trebacz/ff7-lgp-explorer/refs/heads/main/src/utils/pfileRenderer.js
28+
https://raw.githubusercontent.com/maciej-trebacz/ff7-lgp-explorer/refs/heads/main/src/utils/settings.ts
29+
https://wiki.ffrtt.ru/index.php/FF7/P
30+
https://namelivia.com/final-fantasy-7-character-modelling-research/
31+
32+
https://maciej-trebacz.github.io/ff7-lgp-explorer/

0 commit comments

Comments
 (0)