Jump to content

chromiumboy

Registered Users
  • Posts

    590
  • Joined

  • Last visited

Reputation

330 Excellent

2 Followers

Converted

  • Location
    Brisbane, Australia
  • Interests
    Gaming (PC, war gaming, you name it)
  • Modder
    http://forums.kleientertainment.com/user/222166-chromiumboy/?tab=idm

Badges

  • Visited by the Title Fairy
    Soul'd out
  • Don't Starve
    Contributor

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This is awesome, thanks for the update! By chance, have you had an opportunity to look into the material displacement bug I reported, that occurs when a cell's properties are changed?
  2. This is linked to a cell properties displacement bug
  3. I messaged Ipsquiggle about this bug, but I think I'll post it here so it isn't forgotten I found this bug while creating my 'self sealing airlocks' mod. I discovered that if 1) a cell contains a solid element (e.g. copper ore) and 2) a sim message is used to set the properties of that cell to be gas or liquid impermable and 3) the cell in question is immediately adjacent to a vacuum filled cell, than the element properties of the original cell will be transfered to the adjacent vacuum filled cell. This problem seems only to occur if an adjacent cell is vacuum filled
  4. Dasha saltvine consumes its surrounding chlorine gas, however, this behaviour is not listed on its tool tip the first time it surrounded by chlorine. Saving and re-loading will cause the 'Consuming chlorine' tool tip to appear. If the supply of chlorine gas is interrupted, saving and re-loading is required to have the 'Consuming chlorine' tool tip to appear again. The Saltvine also appears to consume chlorine gas (at a slower rate) when its other growing conditions are not met (e.g., having sufficient fertiliser)
  5. I agree that illness seem too easy to shake now. I dont worry about illness notifications. I just check that I have enough meds stockpiled and leave it at that. I'm not actually a big fan of hats, so I don't mind they are purely cosmetic now
  6. I believe .dyn files are for unlockable characater skins. I don't know how they interact with custom characters though
  7. Try this: inst:ListenForEvent("locomote", function(inst) your-function-here end)
  8. Each time it sees a math.random() it generates a new number. You have no else statement, so if all the rolls fail, nothing will happen (roughly a 1 in 3 chance)
  9. Quick tip; if you use a text editor which can search across files (like notepad++) you can search for 'HasTag("tag_name")' and see where its used in the code (for the most part). Most of the code is pretty intuitive, so you should be able to divine the use of unknown tags once you have some context
  10. I'd be taking a look at your compression settings. Its very easy to end up with sound files larger than the originals if they aren't set right
  11. Thanks guys, I'll let you know about my progress I'm currently working out the details regarding what I need in terms of the art, so any talented artists interested in collaborating should stay tuned!
  12. Hey everyone! I recently found out that the Magicka: Wizard Wars servers have closed down So I got the inspiration to try and replicate its very unique spell system in DST. Still in the early protoyping stage, but I've attached a video showing some of what I've cobbled together Lemme know what you guys think
  13. IIRC Min follow: how close a following entity is allowed to be to its target Max follow: how far an entity can be from its target before being forced to follow Target follow: when an entity starts to follow it'll pick a position this far away from its target and move to it (when it stops or its brain updates and it is too close or too far from the target it'll adjust its position) Max wander: how far it can wander from a known location (usually its home). Basically its able to roam anywhere in a circle centred on this location (radius of which is max wander) Run away dist: how close something scary can get before an entity runs away Stop run dist: when an entity starts to run it'll pick a point this far directly away and run to it Max chase time: how long (in seconds) an attacking entity will chase a target before giving up
×
  • Create New...