- May 16, 2017
- 2,632
- 10,013
it's the very last page they weren't numbered so I'll count from the bottom all that coding stuff is so confusing It'll take some time for me to work it out also thanks for helpingThe simple way .. is once you have unren-ed the files (you need the stuff in archive.rpa file). Each one has a number (for example, first one is secret1) then secret2, etc. On your screen example, you are missing secret2 and secret4 on the top line. Since I dont know what page this is, once you go to the next page, you need to start with the next number in the sequence. Start counting the ones you are missing. The example I will talk about "secret4". Did a search and found that secret4 is defined in mcroom_day in the house_screens.rpy file. The line is:
imagebutton auto "gui/secrets/secretlocs/secret4_loc_%s.png" pos (62, 833) focus_mask True action Call("secret4_find")
So now you know it is in the MC room - during the daytime. You can go to the gmae/gui/secrets/secretlocs directory, and find the secret4_loc_idle and secret4_loc_hover file. You can see what it looks like when you open them and then look for the MC room for something that looks like that. Technically you can find it based on the position (62, 833) being x,y pixel in location (62 pixels in from the top left, and 833 pixels down, so basically near bottom left of the room).
The other simple way to do it is to just do "$ secret4 = 1" from the console and you got it
after some time looking it's far to confusing I have no idea how to read code I'll probably just have to wait till another mod for the secrets comes out I've been everywhere and at different times and can't find them anywhere
Last edited: