Christopher Lees
Christopher Lees
Good point :/ The trouble was that the Mac app needs the internal stuff starting with a period, and specific permissions on it's internal bits. These are hidden / useless...
Try the build from today, and see what that looks like. Version number should now match that in the main menu. I *think* this should work, but not got a...
See my linked comment? If your menu bar is hidden, this may well be causing the crash.
Thanks. Is there a reason for setting the alpha value of the text to 255 as opposed to 192? Only thing I'm thinking is that there will be complaints about...
Don't disagree in principle. Thinking sideways a bit, if dropping the border, it ought to be possible to do the overlays in pure GL as opposed to using a texture-...
Yep, definitely a mess. Only thing with specifying GL in interface.cfg is that would *have* to be GL3 only I'd have thought. Dropping 1.2 probably ought to be done soon,...
You're asking for some somewhat radical design changes there, which are unlikely to be done. **Halt.wav** is controlled by the inbuilt pass alarm system, which is often not fitted. Adding...
Have you considered the $Sub() command? That at least allows re-using a complete path. Not convinced by allowing environment variables- there's no real need for this IMHO, and it makes...
Precisely. It's bad enough loading arbritray train plugins without adding another vector. Having said that, possibly something like this at the start of a path might work: ``` $Train -...
So, the primary issue is some quite creatively 'broken' animated objects, which are used as grounds- Large numbers of similar objects: ``` [object] states=..\Tree\field2.b3d rotateXfunction=sin[time/3]/2 position=0,-2,29 ``` I think the...