- May 19, 2017
- 614
- 2,810
While running game code:
File "game/script.rpy", line 253, in script
$ in_interaction = game_state.do_next_thing(mapdest, keyed_common_event)
File "game/script.rpy", line 253, in <module>
$ in_interaction = game_state.do_next_thing(mapdest, keyed_common_event)
File "game/game_state.rpy", line 850, in do_next_thing
new_event = this_event.do_next_thing()
File "game/game_event.rpy", line 740, in do_next_thing
game_state.show_map(True)
File "game/game_state.rpy", line 1108, in show_map
background_image = self.map.background_image()
File "game/game_map.rpy", line 239, in background_image
self.generate_background_image()
File "game/game_map.rpy", line 261, in generate_background_image
bg.save()
File "game/game_map.rpy", line 136, in save
pygame_sdl2.image.save(surf, self.cache_file)
error: Couldn't open D:/myName/(...)/my-girlfriends-amnesia-0.7.5-pc/rpgmcache/maps/v1/Map001.png
Thank you the original version used to crash on me for no reason.
The options are still the same on this new version, nothing has changed in that respect.Guys just FYI, The walkthrough was made with the RPGM version, so it may not be compatible with it! So fair warning!
I haven’t played it yet, so I dont know who it’s setup etc. so people don’t eat me up aliveThe options are still the same on this new version, nothing has changed in that respect.
Its okay I have played the first 4 days so far and there has been no probs.I haven’t played it yet, so I dont know who it’s setup etc. so people don’t eat me up alive
this guy gets me, thanks for getting itselectivepaperclip likes to work on engines, translating content from one engine to another.
I'd be happy to fix whatever bugs you encounter if you can give me steps to reproduce the issue. I got through the game successfully at one point but there are probably ways to get stuck and I'd like to iron all that out.Buggy as hell. Not worth yet.
I used your walkthrough to playtest it so it should work, the 'good' path at least. I didn't change the content, so anything that goes off script is probably a bug with the game.Guys just FYI, The walkthrough was made with the RPGM version, so it may not be compatible with it! So fair warning!
Understandable. Ideally they would be replaced with choices like "go to library" but that would require doing a lot more custom code to join the scenes together. It's attainable, but I might not be the one to do it.Gotta say I was hoping when I saw this that all the RPGM "walking" around was completely removed, not just changed to destination hotspots.
you could do something like this with the artifact series from ICCreations
I have these both in a more-or-less working state with this approach, I just need to iron out a couple more bugs and usability issues. Maybe in a couple weeks?!now I will wait for my sister mia remply version
would it be possible for us to apply the gallery/scene replay mod to your remake
Thanks for reminding me about this mod, I meant to check it out before publishing the RenPy version but forgotto access the mod you needed to enter the item menu and use an item that teleported the player to the gallery replay realm
{
"short_name": "my-girlfriends-amnesia",
"long_name": "My Girlfriend's Amnesia",
"enable_inventory_key": true,
"hide_unreachable_events": true
}