
The One Room Round Robin 2 [PATCH 3b + SOURCES released]
Re: The One Room Round Robin 2 [Discussion] *PATCH 1*
Thanks minmay for the report.. I'll check it. Anyway the intended effect of that action would be.. Horrible death 

Waking Violet (Steam, PS4, PSVita, Switch) : http://www.wakingviolet.com
The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563
My preciousss: http://www.moonsharp.org
The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563
My preciousss: http://www.moonsharp.org
Re: The One Room Round Robin 2 [Discussion] *PATCH 1*
Another bug, in Isaac's room:
edit: also seems that the
and
Another crash after leaving the foundry (after completing it) and attempting to reenter:
I could not get this crash to happen again. It was right after pressing the secret button at 18, 28 a bunch of times, but that didn't help me reproduce it.
SpoilerShow
You can click on the hidden ladder and descend it without actually opening the secret door in front of it. This allows you to cleanse the foundry much earlier than you are supposed to.
SpoilerShow
auto-smith starts with a H.O.G. already inside it, and the sixth lever already unlocked.
SpoilerShow
trying to smith a hand axe of frostbolt gave me a crash:
Code: Select all
#Isaac_auto_smith:87: undefined object: hand_axe*_frostbolt
stack traceback:
[C]: in function 'error'
[string "ScriptEntity.lua"]: in function 'spawn'
#Isaac_auto_smith:87: in function '_spawnFinishedItem'
#Isaac_auto_smith:209: in function <#Isaac_auto_smith:209>
#orrrManager:2178: in function 'update'
#hooks:228: in function 'party_onDrawGui'
mod_assets/scripts/party_hooks.lua:7: in function 'onDrawGui'
[string "Party.lua"]: in main chunk
[string "Map.lua"]: in function 'sendMessage'
[string "GameMode.lua"]: in function 'update'
[string "Grimrock.lua"]: in function 'display'
[string "Grimrock.lua"]: in main chunk
SpoilerShow
Code: Select all
mod_assets/Isaac/scripts/objects.lua:35: duplicated entity id
stack traceback:
[C]: in function 'error'
[string "ScriptEntity.lua"]: in function 'spawn'
mod_assets/Isaac/scripts/objects.lua:35: in function 'onClose'
[string "Door.lua"]: in main chunk
[string "MessageSystem.lua"]: in function 'sendMessageToEntity'
[string "MessageSystem.lua"]: in function 'broadcastMessage'
[string "TriggerEvents.lua"]: in function 'fire'
[string "Timer.lua"]: in function 'update'
[string "Map.lua"]: in function 'updateEntities'
[string "Dungeon.lua"]: in function 'updateLevels'
[string "GameMode.lua"]: in function 'update'
[string "Grimrock.lua"]: in function 'display'
[string "Grimrock.lua"]: in main chunk
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: The One Room Round Robin 2 [Discussion] *PATCH 1*
Thanks minmay for all these reports, especially the fact I forgot some testing variables "on" in the room, which proposes it to player 75% solved..minmay wrote:Another bug, in Isaac's room:edit: also seems that theSpoilerShowYou can click on the hidden ladder and descend it without actually opening the secret door in front of it. This allows you to cleanse the foundry much earlier than you are supposed to.andSpoilerShowauto-smith starts with a H.O.G. already inside it, and the sixth lever already unlocked.Another crash after leaving the foundry (after completing it) and attempting to reenter:SpoilerShowtrying to smith a hand axe of frostbolt gave me a crash:Code: Select all
#Isaac_auto_smith:87: undefined object: hand_axe*_frostbolt stack traceback: [C]: in function 'error' [string "ScriptEntity.lua"]: in function 'spawn' #Isaac_auto_smith:87: in function '_spawnFinishedItem' #Isaac_auto_smith:209: in function <#Isaac_auto_smith:209> #orrrManager:2178: in function 'update' #hooks:228: in function 'party_onDrawGui' mod_assets/scripts/party_hooks.lua:7: in function 'onDrawGui' [string "Party.lua"]: in main chunk [string "Map.lua"]: in function 'sendMessage' [string "GameMode.lua"]: in function 'update' [string "Grimrock.lua"]: in function 'display' [string "Grimrock.lua"]: in main chunk
SpoilerShowI could not get this crash to happen again. It was right after pressing the secret button at 18, 28 a bunch of times, but that didn't help me reproduce it.Code: Select all
mod_assets/Isaac/scripts/objects.lua:35: duplicated entity id stack traceback: [C]: in function 'error' [string "ScriptEntity.lua"]: in function 'spawn' mod_assets/Isaac/scripts/objects.lua:35: in function 'onClose' [string "Door.lua"]: in main chunk [string "MessageSystem.lua"]: in function 'sendMessageToEntity' [string "MessageSystem.lua"]: in function 'broadcastMessage' [string "TriggerEvents.lua"]: in function 'fire' [string "Timer.lua"]: in function 'update' [string "Map.lua"]: in function 'updateEntities' [string "Dungeon.lua"]: in function 'updateLevels' [string "GameMode.lua"]: in function 'update' [string "Grimrock.lua"]: in function 'display' [string "Grimrock.lua"]: in main chunk


As this is not really a "just avoid doing that" case, I have to update the release to patch 1b. I'll get that uploaded later today, after I get those little mistakes corrected as well, and this time quadruple-check things before packing.
Re: The One Room Round Robin 2 [Discussion] *PATCH 1*
Allright fixed all of the above, and tested everything twice. For the rocks however, I'm stumped: it seems to count stacks perfectly. So I don't know why counts differ, one guess is that what happens is that something spawns "normal" rocks instead of "toCount" rocks in the course of the dungeon. I'll try to see what it is eventually, but it's not critical to fix right away. There's more rocks in the dungeon than required for the achievement anyway, so it's safe.
- SpiderFighter
- Posts: 789
- Joined: Thu Apr 12, 2012 4:15 pm
Re: The One Room Round Robin 2 [Discussion] *PATCH 1*
I'm not sure if this will help, but I've noticed that it does count (spoiler for my room):Diarmuid wrote:Allright fixed all of the above, and tested everything twice. For the rocks however, I'm stumped: it seems to count stacks perfectly. So I don't know why counts differ, one guess is that what happens is that something spawns "normal" rocks instead of "toCount" rocks in the course of the dungeon. I'll try to see what it is eventually, but it's not critical to fix right away. There's more rocks in the dungeon than required for the achievement anyway, so it's safe.
SpoilerShow
my three special rocks; since the player needs to leave them behind, this would throw off the count by at least those three.
Re: The One Room Round Robin 2 [Discussion] *PATCH 1*
No matter, you don't need to hold on to the rocks, just to pick them up, so those 3 do count as well.SpiderFighter wrote:I'm not sure if this will help, but I've noticed that it does count (spoiler for my room):Diarmuid wrote:Allright fixed all of the above, and tested everything twice. For the rocks however, I'm stumped: it seems to count stacks perfectly. So I don't know why counts differ, one guess is that what happens is that something spawns "normal" rocks instead of "toCount" rocks in the course of the dungeon. I'll try to see what it is eventually, but it's not critical to fix right away. There's more rocks in the dungeon than required for the achievement anyway, so it's safe.SpoilerShowmy three special rocks; since the player needs to leave them behind, this would throw off the count by at least those three.
EDIT: I think I found it.
SpoilerShow
It was the breakable rubbe in jKos' room.
Re: The One Room Round Robin 2 [Release] *PATCH 2*
I uploaded the patch 2 to steam, but it didn't upload the correct version (I think I didn't press Ctrl-R to refresh the changes to the .lua files, I though it would do it automatically when exporting.) Now I'm trying to reupload the correct one but it keeps saying "upload failed - busy"... 

Re: The One Room Round Robin 2 [Release] *PATCH 2*
One question concerning the patches: do I have to restart the game, when I want to play them or can I use my old savegames??
Re: The One Room Round Robin 2 [Release] *PATCH 2*
Unfortunately, due to the way Grimrock mods work, yes, you need to start a new game. But if you started a game with either the original or patch 1, please finish it! We're fixing bugs here and there, but we've all played it through and completed it in the non-patched versions. You can always replay it with a different party composition/skills in a patched version afterwards.tschrage wrote:One question concerning the patches: do I have to restart the game, when I want to play them or can I use my old savegames??
(Unless you're not very far, like only a few rooms completed, then you may prefer to restart)
Re: The One Room Round Robin 2 [Release] *PATCH 2*
Allright, I uninstalled and reinstalled grirmrock entierly, something got corrupted with my steam install somehow. Files are uploading both on steam and nexus and should be available in about 20 min maximum.
Changelog in the first post.
Changelog in the first post.