Rain World

Rain World

Lizard Eggs
 This topic has been pinned, so it's probably important
Falesk  [developer] 29 May, 2024 @ 12:33pm
Bug reports
If you encounter a bug, you can tell about it here. It's advisable that you send an exceptionLog, it's located in the root folder of the game, in the same place as the exe file
Last edited by Falesk; 1 Jun, 2024 @ 4:09am
< >
Showing 1-15 of 150 comments
zevdragon 29 May, 2024 @ 1:42pm 
dead and stunned lizards can still pick up eggs
Falesk  [developer] 29 May, 2024 @ 1:52pm 
Originally posted by zevdragon:
dead and stunned lizards can still pick up eggs
Thanks for the comment, it's actually easy to fix
zevdragon 29 May, 2024 @ 2:13pm 
i just got this exceptionLog:

ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <695d1cc93cca45069c528c15c9fdd749>:0)
System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <695d1cc93cca45069c528c15c9fdd749>:0)
LizardEggs.LizardEgg.SpawnLizard () (at <2b4fe5fd58e24712ad318324833d112d>:0)
LizardEggs.LizardEgg.Update (System.Boolean eu) (at <2b4fe5fd58e24712ad318324833d112d>:0)
Room.Update () (at <a117a2e773414632b51933d2ae7f2aca>:0)
RainWorldGame.Update () (at <a117a2e773414632b51933d2ae7f2aca>:0)
MainLoopProcess.RawUpdate (System.Single dt) (at <a117a2e773414632b51933d2ae7f2aca>:0)
RainWorldGame.RawUpdate (System.Single dt) (at <a117a2e773414632b51933d2ae7f2aca>:0)
ProcessManager.Update (System.Single deltaTime) (at <a117a2e773414632b51933d2ae7f2aca>:0)
RainWorld.Update () (at <a117a2e773414632b51933d2ae7f2aca>:0)

no idea what caused it. i was trying to transport a lizard egg, which was almost fully hatched, to a shelter with 2 other eggs that were almost fully hatched. i got into the room right before the shelter, climbed up a pole, and then the game froze.
Falesk  [developer] 29 May, 2024 @ 2:46pm 
Okay, these two bugs have been resolved in the new hotfix
zevdragon 29 May, 2024 @ 3:02pm 
i found some more bugs:
- while carrying an egg, certain jumps make you move a lot farther than normal. this is most noticeable when pouncing (movement tech) or jumping off poles.
- with IDs Expanded enabled, hatched lizards will have randomized IDs instead of being a copy of the parent.
- when a youth lizard grows up, its head is almost always larger than it should be. i think this is caused by the young versions having custom proportions instead of the normal ones.
- when an egg is left in a shelter, and you hibernate in a different one, the egg will become HUGE over time and turn white as if it's about to hatch, but will never be able to hatch and they continue growing forever. it actually seems like it resets the timer but not the egg.
Last edited by zevdragon; 29 May, 2024 @ 3:36pm
zevdragon 29 May, 2024 @ 3:06pm 
i also got this exceptionLog when doing the same thing as before.

ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <695d1cc93cca45069c528c15c9fdd749>:0)
System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <695d1cc93cca45069c528c15c9fdd749>:0)
LizardEggs.LizardEgg.Update (System.Boolean eu) (at C:/Users/maks/source/repos/LizardEggs/LizardEggs/LizardEgg.cs:95)
Room.Update () (at <a117a2e773414632b51933d2ae7f2aca>:0)
RainWorldGame.Update () (at <a117a2e773414632b51933d2ae7f2aca>:0)
MainLoopProcess.RawUpdate (System.Single dt) (at <a117a2e773414632b51933d2ae7f2aca>:0)
RainWorldGame.RawUpdate (System.Single dt) (at <a117a2e773414632b51933d2ae7f2aca>:0)
ProcessManager.Update (System.Single deltaTime) (at <a117a2e773414632b51933d2ae7f2aca>:0)
RainWorld.Update () (at <a117a2e773414632b51933d2ae7f2aca>:0)
zevdragon 29 May, 2024 @ 4:24pm 
i got this exceptionLog while playing safari mode at industrial complex as sofanthiel.

ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <695d1cc93cca45069c528c15c9fdd749>:0)
System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <695d1cc93cca45069c528c15c9fdd749>:0)
LizardEggs.Plugin.AddToEggsDict (World world, AbstractCreature abstr) (at C:/Users/maks/source/repos/LizardEggs/LizardEggs/Plugin.cs:361)
LizardEggs.Plugin.RoomCamera_ChangeRoom (On.RoomCamera+orig_ChangeRoom orig, RoomCamera self, Room newRoom, System.Int32 cameraPosition) (at C:/Users/maks/source/repos/LizardEggs/LizardEggs/Plugin.cs:264)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RoomCamera::ChangeRoom>?209985024(RoomCamera,Room,int)
RoomCamera.ApplyPositionChange () (at <a117a2e773414632b51933d2ae7f2aca>:0)
(wrapper dynamic-method) RoomCamera.DMD<RoomCamera::Update>(RoomCamera)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RoomCamera::Update>?-278985216(RoomCamera)
IndividualFoodBars.Main.RoomCameraUpdate (On.RoomCamera+orig_Update orig, RoomCamera self) (at <9b7e5936baa241d7a847dab6ce5d5b5c>:0)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RoomCamera::Update>?-1204378112(RoomCamera)
RainWorldGame.Update () (at <a117a2e773414632b51933d2ae7f2aca>:0)
MainLoopProcess.RawUpdate (System.Single dt) (at <a117a2e773414632b51933d2ae7f2aca>:0)
RainWorldGame.RawUpdate (System.Single dt) (at <a117a2e773414632b51933d2ae7f2aca>:0)
ProcessManager.Update (System.Single deltaTime) (at <a117a2e773414632b51933d2ae7f2aca>:0)
RainWorld.Update () (at <a117a2e773414632b51933d2ae7f2aca>:0)
apyrrex 29 May, 2024 @ 4:30pm 
Are there any incompatibilities? Atm I can't enter dens
Last edited by apyrrex; 29 May, 2024 @ 4:55pm
evilmoondragon 29 May, 2024 @ 5:35pm 
@apyrrex: If you're wondering how to take the eggs, hold towards the den and press grab.

I'm getting an IndexOutOfRangeException. I have a green egg, a caramel egg, and two purplish eggs which I presume are from a modded lizard.

Hibernating with an about-to-hatch caramel egg (taken from Farm Arrays and hatched in Outskirts) is giving me this: IndexOutOfRangeException: Index was outside the bounds of the array. LizardCustomizer.LizardHooks.LizardState_ctor (On.LizardState+orig_ctor orig, LizardState self, AbstractCreature creature) (at <9b94853a1202444082b2f7c5fc47be19>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<LizardState::.ctor>?-1398819840(LizardState,AbstractCreature) (wrapper dynamic-method) AbstractCreature.DMD<AbstractCreature::.ctor>(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<AbstractCreature::.ctor>?-613383680(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) Fisobs.Creatures.CritobRegistry.Ctor (On.AbstractCreature+orig_ctor orig, AbstractCreature self, World world, CreatureTemplate template, Creature real, WorldCoordinate pos, EntityID id) (at <46020a45f6a3444699e5d3b3a1e6f63c>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<AbstractCreature::.ctor>?684729344(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<AbstractCreature::.ctor>?1322707456(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) SimpleSpawnSwapper.SimpleSpawnSwapper.AbstractCreature_ctor (On.AbstractCreature+orig_ctor orig, AbstractCreature self, World world, CreatureTemplate creatureTemplate, Creature realizedCreature, WorldCoordinate pos, EntityID ID) (at <81f9f10f10e648d89323ae118229733c>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<AbstractCreature::.ctor>?-2109767168(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<AbstractCreature::.ctor>?2109538304(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) Hailstorm.OtherCreatureChanges.AbsCtrCWT (On.AbstractCreature+orig_ctor orig, AbstractCreature absCtr, World world, CreatureTemplate temp, Creature realizedCtr, WorldCoordinate pos, EntityID ID) (at /RainWorldMods/Hailstorm/Hailstorm Creatures/OtherCreatureChanges.cs:133) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<AbstractCreature::.ctor>?683714560(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<AbstractCreature::.ctor>?880050176(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) SnootShootNootPlugin.SSNCreatures.CtorPatch (On.AbstractCreature+orig_ctor orig, AbstractCreature self, World world, CreatureTemplate creatureTemplate, Creature realizedCreature, WorldCoordinate pos, EntityID ID) (at <bfe80513bdd34b818f895f402ffdd7d2>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<AbstractCreature::.ctor>?-827439104(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) LizardEggs.LizardEgg.SpawnLizard () (at C:/Users/maks/source/repos/LizardEggs/LizardEggs/LizardEgg.cs:207) LizardEggs.LizardEgg.Update (System.Boolean eu) (at C:/Users/maks/source/repos/LizardEggs/LizardEggs/LizardEgg.cs:94) (wrapper dynamic-method) Room.DMD<Room::Update>(Room) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<Room::Update>?742243840(Room) Pearlcat.Hooks.Room_Update (On.Room+orig_Update orig, Room self) (at Pearlcat/Hooks/World/World.cs:679) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<Room::Update>?-1972944896(Room) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<Room::Update>?-2132032512(Room) Hailstorm.Weather.ErraticWindRandomEvents (On.Room+orig_Update orig, Room room) (at /RainWorldMods/Hailstorm/World/Weather.cs:706) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<Room::Update>?-543505920(Room) (wrapper dynamic-method) RainWorldGame.DMD<RainWorldGame::Update>(RainWorldGame) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorldGame::Update>?683633664(RainWorldGame) TheEscort.Plugin.Escort_AbsoluteTick (On.RainWorldGame+orig_Update orig, RainWorldGame self) (at <c0273a581142438da1b0b2948897ab02>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorldGame::Update>?-1120189440(RainWorldGame) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorldGame::Update>?808449536(RainWorldGame) RotundWorld.patch_Player.RainWorldGame_Update (On.RainWorldGame+orig_Update orig, RainWorldGame self) (at /RainWorldMods/WillowsMods/patch_Player.cs:703) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorldGame::Update>?-1095058944(RainWorldGame) MainLoopProcess.RawUpdate (System.Single dt) (at <a117a2e773414632b51933d2ae7f2aca>:0) (wrapper dynamic-method) RainWorldGame.DMD<RainWorldGame::RawUpdate>(RainWorldGame,single) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorldGame::RawUpdate>?936125440(RainWorldGame,single) Pom.Pom.RainWorldGameRawUpdate (On.RainWorldGame+orig_RawUpdate orig, RainWorldGame self, System.Single dt) (at C:/Users/ericer/Documents/Rain World Documents/Code Modding/Pom/Pom/Pom.InputHooks.cs:41) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorldGame::RawUpdate>?482956288(RainWorldGame,single) (wrapper dynamic-method) ProcessManager.DMD<ProcessManager::Update>(ProcessManager,single) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<ProcessManager::Update>?2127310848(ProcessManager,single) RegionKit.Modules.AnimatedDecals.VideoManager.ProcessManager_Update (On.ProcessManager+orig_Update orig, ProcessManager self, System.Single deltaTime) (at <a525da9c65fa444391ba56847820cc22>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<ProcessManager::Update>?274614784(ProcessManager,single) (wrapper dynamic-method) RainWorld.DMD<RainWorld::Update>(RainWorld) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorld::Update>?-1334250496(RainWorld) ImprovedInput.Plugin.RainWorld_Update (On.RainWorld+orig_Update orig, RainWorld self) (at <b1532b580d2f4aa5a77966738074cad8>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorld::Update>?-326551040(RainWorld) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorld::Update>?1235924480(RainWorld) HealthBars.HealthBars.UpdatePatch (On.RainWorld+orig_Update orig, RainWorld self) (at <f0f3820416764b08b4651b9222270bcd>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorld::Update>?954258944(RainWorld) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorld::Update>?-1893263872(RainWorld) TheFriend.CharacterThings.NoirThings.NoirCatto.RainWorldOnUpdate (On.RainWorld+orig_Update orig, RainWorld self) (at C:/Users/travi/RainWorld/Repos/Solace/src/CharacterThings/NoirThings/NoirData.cs:318) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorld::Update>?-997560320(RainWorld)
apyrrex 30 May, 2024 @ 2:50am 
Originally posted by Fengari:
@apyrrex: If you're wondering how to take the eggs, hold towards the den and press grab.

I'm getting an IndexOutOfRangeException. I have a green egg, a caramel egg, and two purplish eggs which I presume are from a modded lizard.

Hibernating with an about-to-hatch caramel egg (taken from Farm Arrays and hatched in Outskirts) is giving me this: IndexOutOfRangeException: Index was outside the bounds of the array. LizardCustomizer.LizardHooks.LizardState_ctor (On.LizardState+orig_ctor orig, LizardState self, AbstractCreature creature) (at <9b94853a1202444082b2f7c5fc47be19>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<LizardState::.ctor>?-1398819840(LizardState,AbstractCreature) (wrapper dynamic-method) AbstractCreature.DMD<AbstractCreature::.ctor>(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<AbstractCreature::.ctor>?-613383680(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) Fisobs.Creatures.CritobRegistry.Ctor (On.AbstractCreature+orig_ctor orig, AbstractCreature self, World world, CreatureTemplate template, Creature real, WorldCoordinate pos, EntityID id) (at <46020a45f6a3444699e5d3b3a1e6f63c>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<AbstractCreature::.ctor>?684729344(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<AbstractCreature::.ctor>?1322707456(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) SimpleSpawnSwapper.SimpleSpawnSwapper.AbstractCreature_ctor (On.AbstractCreature+orig_ctor orig, AbstractCreature self, World world, CreatureTemplate creatureTemplate, Creature realizedCreature, WorldCoordinate pos, EntityID ID) (at <81f9f10f10e648d89323ae118229733c>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<AbstractCreature::.ctor>?-2109767168(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<AbstractCreature::.ctor>?2109538304(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) Hailstorm.OtherCreatureChanges.AbsCtrCWT (On.AbstractCreature+orig_ctor orig, AbstractCreature absCtr, World world, CreatureTemplate temp, Creature realizedCtr, WorldCoordinate pos, EntityID ID) (at /RainWorldMods/Hailstorm/Hailstorm Creatures/OtherCreatureChanges.cs:133) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<AbstractCreature::.ctor>?683714560(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<AbstractCreature::.ctor>?880050176(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) SnootShootNootPlugin.SSNCreatures.CtorPatch (On.AbstractCreature+orig_ctor orig, AbstractCreature self, World world, CreatureTemplate creatureTemplate, Creature realizedCreature, WorldCoordinate pos, EntityID ID) (at <bfe80513bdd34b818f895f402ffdd7d2>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<AbstractCreature::.ctor>?-827439104(AbstractCreature,World,CreatureTemplate,Creature,WorldCoordinate,EntityID) LizardEggs.LizardEgg.SpawnLizard () (at C:/Users/maks/source/repos/LizardEggs/LizardEggs/LizardEgg.cs:207) LizardEggs.LizardEgg.Update (System.Boolean eu) (at C:/Users/maks/source/repos/LizardEggs/LizardEggs/LizardEgg.cs:94) (wrapper dynamic-method) Room.DMD<Room::Update>(Room) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<Room::Update>?742243840(Room) Pearlcat.Hooks.Room_Update (On.Room+orig_Update orig, Room self) (at Pearlcat/Hooks/World/World.cs:679) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<Room::Update>?-1972944896(Room) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<Room::Update>?-2132032512(Room) Hailstorm.Weather.ErraticWindRandomEvents (On.Room+orig_Update orig, Room room) (at /RainWorldMods/Hailstorm/World/Weather.cs:706) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<Room::Update>?-543505920(Room) (wrapper dynamic-method) RainWorldGame.DMD<RainWorldGame::Update>(RainWorldGame) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorldGame::Update>?683633664(RainWorldGame) TheEscort.Plugin.Escort_AbsoluteTick (On.RainWorldGame+orig_Update orig, RainWorldGame self) (at <c0273a581142438da1b0b2948897ab02>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorldGame::Update>?-1120189440(RainWorldGame) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorldGame::Update>?808449536(RainWorldGame) RotundWorld.patch_Player.RainWorldGame_Update (On.RainWorldGame+orig_Update orig, RainWorldGame self) (at /RainWorldMods/WillowsMods/patch_Player.cs:703) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorldGame::Update>?-1095058944(RainWorldGame) MainLoopProcess.RawUpdate (System.Single dt) (at <a117a2e773414632b51933d2ae7f2aca>:0) (wrapper dynamic-method) RainWorldGame.DMD<RainWorldGame::RawUpdate>(RainWorldGame,single) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorldGame::RawUpdate>?936125440(RainWorldGame,single) Pom.Pom.RainWorldGameRawUpdate (On.RainWorldGame+orig_RawUpdate orig, RainWorldGame self, System.Single dt) (at C:/Users/ericer/Documents/Rain World Documents/Code Modding/Pom/Pom/Pom.InputHooks.cs:41) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorldGame::RawUpdate>?482956288(RainWorldGame,single) (wrapper dynamic-method) ProcessManager.DMD<ProcessManager::Update>(ProcessManager,single) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<ProcessManager::Update>?2127310848(ProcessManager,single) RegionKit.Modules.AnimatedDecals.VideoManager.ProcessManager_Update (On.ProcessManager+orig_Update orig, ProcessManager self, System.Single deltaTime) (at <a525da9c65fa444391ba56847820cc22>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<ProcessManager::Update>?274614784(ProcessManager,single) (wrapper dynamic-method) RainWorld.DMD<RainWorld::Update>(RainWorld) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorld::Update>?-1334250496(RainWorld) ImprovedInput.Plugin.RainWorld_Update (On.RainWorld+orig_Update orig, RainWorld self) (at <b1532b580d2f4aa5a77966738074cad8>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorld::Update>?-326551040(RainWorld) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorld::Update>?1235924480(RainWorld) HealthBars.HealthBars.UpdatePatch (On.RainWorld+orig_Update orig, RainWorld self) (at <f0f3820416764b08b4651b9222270bcd>:0) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorld::Update>?954258944(RainWorld) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<RainWorld::Update>?-1893263872(RainWorld) TheFriend.CharacterThings.NoirThings.NoirCatto.RainWorldOnUpdate (On.RainWorld+orig_Update orig, RainWorld self) (at C:/Users/travi/RainWorld/Repos/Solace/src/CharacterThings/NoirThings/NoirData.cs:318) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Hook<RainWorld::Update>?-997560320(RainWorld)


I figured out the den thing eventually, sometimes you have to press grab more than one time and that's a bit weird. I am used to the parasite mod that allows me to go into the den...which makes it a bit weird, as I can't carry a lizard egg in a creature den even though I extracted the egg from it. I wish I could bring them into creature's dens. Also beastmaster won't work at spawning eggs

Having more than 3 eggs in the same den will softlock the game in the loading screen. I wish you could combine this mod with the baby and Juvenile mod better with the full lizard growth, going from hatchling (baby) to juvenile and then to adult. I wish there were also elder lizards to spice up the game.
Last edited by apyrrex; 30 May, 2024 @ 2:54am
Falesk  [developer] 30 May, 2024 @ 9:42am 
The new hotfix should solve these bugs
Funuufuu 30 May, 2024 @ 12:25pm 
someone might have already said this, but when i try to spawn an egg through beastmaster, nothing happens. i tried clicking on a lizard den to see if it would glow, and it didn't work. i tried clicking on a lizard to maybe turn it into an egg, still didn't work. i've tried everything i could think of, but the icon is there
Falesk  [developer] 30 May, 2024 @ 1:11pm 
I wasn't even sure if beastmaster would show anything. I will try to deal with beastmaster, inventory and other incompatibilities tomorrow
zevdragon 30 May, 2024 @ 2:54pm 
if you bring a lizard egg to a region other than where it was created, and then hatch it, the resulting lizard will have no den and will disappear permanently the next time you hibernate without it
DullSunrise 30 May, 2024 @ 9:12pm 
Dunno if this is just my game messing up/some other mod combating it, but whenever I put two or more eggs in a shelter then hibernate, instead of the resting screen, I get the death screen and the cycle resets.
< >
Showing 1-15 of 150 comments
Per page: 1530 50