Could somebody help me with examples of editing the high temp, low pressure, etc of NEUT? The wiki(https://powdertoy.co.uk/Wiki/index.php?title=Element_Properties&oldid=5658) doesn't show examples or I am too dumb to read them so I need help.
There are two main ways to change the properties of an element:
1. Get TPT's source code and find [ELEMENT].cpp in the src/simulation/elements folder. Change the properties in there and then compile (instructions can be found in the Wiki).
2. Type "elements.property(elem.DEFAULT_PT_NEUT, [Property from Element Properties], [value])" (without quotes) in the console or put that in a Lua file and run that.
Thanks for the example, I will try that. However does the element properties mean the element property code?
Yes, I am referring to the element property code.
Thanks!