Who created this bug? (intended)

Hello, new to this wonderful game.

I have some basic questions which I haven't been able to answer. I know about the server list of extinct creatures, but how do I see a list of living creatures  If I search the stats for some of these bugs I see all over my screen I don't pull anything up....I'd like to know who to curse as naka defeats me again :)

Also I doubt anyone has noticed...but I created a creature that exploits a bug in Mame31881 - whenever he sees my creature he is destroyed for throwing an exception. I can clear Mame off my world in a matter of minutes. I don't know why this happens yet - my current rev is barely different than the example herbivoire. So if you created Mame then I guess you are forewarned and forearmed :)

One last thing - I don't have Visual Studio on my home PC (use it at work) and have found the Eclipse IDE with the Improve C# plugin to be the best free substitute. Does anyone else have a decent free substitute  Is there general interest in how to get started using this free (open source) C# compiler for players of this game  

Improve C# is humble by IDE standards but is well-suited to this game - it provides easy building, syntax highlighting and checking - the only big thing missing is intellisense. I was thinking of writing up a quick howto doc for how to use this specifically for Terrarium - it sure beats notepad and the command line. 


Answer this question

Who created this bug? (intended)

  • sekhar_nitt

    You can see the top bugs on the stats page http://www.terrariumgame.net/terrarium/charts/chartnew.aspx.  Just change the version to 1.0.21 and click the "Apply Filter" button.

    Mame's "bug" is probably caused by your critter not having a Skin name.  I've made that mistake many times.

    I used SharpDevelop before I got VS.  It has intellisense, but unfortunately (at least the last time I checked) was tied to the 1.1 framework.  Therefore, you can't use it to compile bugs for the old Terrarium.  I used it to edit my code, then compiled using the command line.  I couldn't find a way to attach it's debugger to an existing process either, so I couldn't use it to debug my critters.

  • Who created this bug? (intended)