jacob1's mod is built on an entirely different codebase from vanilla, having to support both would be double the work (I can't even do a direct merge). Also, his mod has a few simulation differences from vanilla, which is contrary to this mod's philosophy. I'm not sure the extent to which features in my mod can be converted to Lua scripts, but that's outside the scope of my mod.
If you have features from jacob1's mod that you think would be great in my mod, feel free to mention them here and I might implement them. Also feel free to mod features from my mod into jacob1's mod to make your own new mod. I'm sorry that there isn't an easy way to get features from both mods at once.
thanks for the reply, i figured it would be something like that.
maybe i'll switch stamps from this mod to jacob1's, that might work i guess
jacob1's mod has a lot of features with the hud that i use so you could possibly implement that (tmp2, deco color, etc.)
thanks anyways!
P.S: showing deco color and the filt .tmp mode is genius, i didn't even notice that until now
The vanilla HUD currently shows you everything you need (i.e. it'd show you tmp2 for particle types where tmp2 actually matters). If you want to customize the HUD, you can make a Lua plugin for it.
For reference, here are some examples of other people's custom HUD Lua plugins:
http://lbphacker.hu/powdertoy/ (Boost.ExtendedHUD.lua, though it depends on his larger Boost framework)
https://starcatcher.us/scripts/?view=25
https://starcatcher.us/scripts/?view=118
By the way, the FILT ctype and tmp HUD display is a vanilla feature, not my mod's.
Version 1.6 is out! Thanks to Daswf852 for the ctype display idea.
Note that this is a breaking change (in the sense of workflow habits, not simulation). When setting the ctype of FILT with the PROP tool, you will need to prepend a "c" to enable 30th bit handling. For example, "c19" will set the ctype of FILT to 0x20000013.
v1.6:
Merge changes in 93.3.
Allow property tool to set temperature in kelvin.
Make property tool 30th-bit handling opt-in.
Allow spectral data to be displayed in hex and unmodified decimal.
@mark2222 any plans on merging in RAYT?
This mod tracks stable versions, not snapshots, particularly when it comes to simulation changes. I'll merge RAYT when it comes out with the next stable version.
If I don't notice when the next stable version is released, don't hesistate to inform me.
it'd be cool if hovering over BRAY would show a hexadecimal ctype in the HUD just like FILT (idk if you left it decimal on purpose)
cool mod btw
Wow, I wasn't even aware about that bug in the stable version. The latest version (if you compile the master branch from Github) doesn't have this issue, but due to various reasons I won't be able to release it until vanilla 94.0. If you'd like, I might be able to compile a snapshot. In any case, I'll register it as a bug under the first post. Thanks!
By the way, you can change between hex and decimal display using Ctrl-J (though as you mentioned, this won't work for BRAY in stable).
Version 1.7 is out (following vanilla 94.0) with a whole bunch of bugfixes and features! One thing to try is the config tool, which can be found in the tools menu (or by pressing "C").
Breaking change: Automatic particle order reloading has been given its own flag, so you'll need to use "tpt.autoreload_enable(1)" to enable it now.
v1.7: