- Dec 29, 2017
- 3,181
- 5,505
I'm really confused what you're saying.humm are you saying by editing the Game.rvproj2 file in the game folder it automatically change the Scripts.rvdata2 inside the data folder. if so i have done it correctly but i don't seem to see the result.
View attachment 3896917
You put the Game.rvproj2 into the game you want to edit.
Then you open the editor and you tell it to open it.
That actually loads the entire game into the editor, not just that file.
If you now make changes to the Scripts, and you save the project. Those changes will be applied to the Scripts.rvadta2 inside of the Data folder of the game you are editing.
Should Font.Default_size not actually change the size of the font, then that means the dev is using a custom script for font stuff.
In that case you need to search the Scripts for it. I can't really give you clear instructions there because devs can do that however they like.