3.40 star(s) 91 Votes

Vreejack

Member
Oct 7, 2018
261
242
I think this time about a year ago he announced he hadn't quite finished his update and polled his supporters about whether he should publish it or take the time to fix it. They voted to wait, so he waited a year and then published it as it was.

I'm not really complaining. Artists sometimes break down and cannot work on things that become a source of stress. Actually publishing something--anything--is a way to break through and continue working again. We shall see.

But here's the odd thing. This is not the first time I started wondering what had happened to an old, incomplete game only to have it restart less than a week later. It's uncanny.
 
  • Like
Reactions: Creamcheesecriminal

cadlim

New Member
Oct 9, 2020
1
5
To fix RGSS-RTP standard error:

  • Go to the installation folder of RPG Maker and locate the Game.ini.
  • Open this file with a text editor like Notepad.
[Game]
Library=RGSS100J.dll
Scripts=Data\Scripts.rxdata
Title=NOM DU JEU
RTP1=Standard
RTP2=
RTP3=
  • Remove "Standard" next to RTP1.
  • It should look like this:
[Game]
Library=RGSS100J.dll
Scripts=Data\Scripts.rxdata
Title=NOM DU JEU
RTP1=
RTP2=
RTP3=

  • Save the modification and launch RPGMaker.
 

borninaflash

Newbie
Dec 17, 2017
18
56
If you get the error:

NameError occurred while running script. uninitialized constant interpreter::journal

when trying to go get dinner at night the first time you can swap to night time yourself (See screenshot below), use the below bugfix from the dev's discord (replace your 'data' folder in the game's main folder with the one attached. This is for version 0.9, assume he will have it fixed in the next release.


1703395043417.png
 

Queen_Nothing

Active Member
Dec 22, 2021
706
808
What. The. Fuck. Got. Added.

I remember this game was a pain in the ass for just expecting you to magically know exactly what to do to progress. And the dev's intentionally being vague about it. I know the table gives you clues what you need for the titles, but is their content even added to complete them? I don't want to spend hours blindly talking to everybody on day/dusk/night modes.
 
3.40 star(s) 91 Votes