SwordofHeaven
Member
- Jan 28, 2018
- 264
- 145
- 214
Does anyone know where the companion duration settings are at? I want to change it so that they are permanent like the dog.
I've tried digging into the files but I'm kind a dumb![]()
LonaRPG\Data\HCGframes\eventI would like some perma companions. even if it was some sort of reward at the end of some questlines.
If you don't have a Data folder you'll need to extract game.rgss3a first (don't forget to delete)
The file name should contain their location, name, and "comp" (not for cecily/cocona)
Open up the file in notepad++ or something and change "dateAmt+" to the number of half days you want
example:
NoerTavernCompFireMage.rb
line 42
get_character(0).set_this_event_companion_back("CompFireMage",false,$game_date.dateAmt+5)
changed to
get_character(0).set_this_event_companion_back("CompFireMage",false,$game_date.dateAmt+40)
duration changed from 2.5 days to 20 days
cecily+gray rat
NoerTavernCecily.rb
line 112+113
Cocona
NoerTavernCocona.rb
Seems to go up on its own so I wouldn't mess with her settings
Note that this won't change the duration listed when recruiting, to change that you'll need to go in to LonaRPG\Text