We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated materials.txt (markdown)
Updated obj.Misbehaviour (markdown)
Updated Other Sites (markdown)
Added Activating and reloading your mod section
change wording again for consistency
changed wording to be less ambiguous
I just got surprised by this while working on something
Partially from: https://steamcommunity.com/sharedfiles/filedetails/?id=480978426 and partially from personal experimentation
insert link to relevant page
reformatted from: https://steamcommunity.com/sharedfiles/filedetails/?id=480978426
now with proper text -.-
Shamelessly stolen from: https://steamcommunity.com/sharedfiles/filedetails/?id=480978426
Created GuardTower (markdown)
Created Sniper (markdown)
formatting
Filled in what I learned from personal experimentation
Added what little I learned from personal experimentation
switch terminology from 'method' to 'function' ( guess what programming language I use at work xD )
Info comes from lua_function_list.txt and personal experimentation
fix formatting typo
Add missing documentation for Object.ApplyVelocity()
remove duplicate explanation on despamming Update(), link to existing page instead
reduced line length of comments inside script to prevent horizontal scrollbars
Included some tips on how to 'despam' the update function, and switched the example script to be a bit more descriptive, based on the following guide: https://steamcommunity.com/sharedfiles/filedetails/?id=480978426
I discovered from first hand experience, that .png files with a bit depth of 8 do not render correctly, a bit depth of 24 will work, only when there's no transparency. see: http://forums.introversion.co.uk/viewtopic.php?f=88&t=59205&sid=a5ba02d0728e93f95c68194d6e5129e2
I discovered from first hand experience, that .png files with a bit depth of 8 do not render correctly, a bit depth of 24 will work, only when there's no transparency. see (I also tested thumbnail.png before making this edit): http://forums.introversion.co.uk/viewtopic.php?f=88&t=59205&sid=a5ba02d0728e93f95c68194d6e5129e2
fix typo
Tried to fill in all the information I could understand from the following forum post about rotate types: http://forums.introversion.co.uk/viewtopic.php?f=88&t=50135&sid=fc8bf89a623a854f9af740d712a30907#p573219