To all SSC Station occupants
Thank you for the donations over the past year (2024), it is much appreciated. I am still trying to figure out how to migrate the forums to another community software (probably phpbb) but in the meantime I have updated the forum software to the latest version. SSC has been around a while so their is some very long time members here still using the site, thanks for making SSC home and sorry I haven't been as vocal as I should be in the forums I will try to improve my posting frequency.
Thank you again to all of the members that do take the time to donate a little, it helps keep this station functioning on the outer reaches of space.
-D1-
Hey modders,
Just wanted to draw your attention to recent changes in the way camera and gunmounts are specified.
Up until now, their positions and orientations have been set via the camera_offset and gun_mounts fields in the ship def. These two fields are now deprecated, and will be removed in a few weeks (once all the core ships have been updated).
In their place, you now set up tag points in the model itself. You can independently specify the position and orientation of all six internal cameras and both gun points. Its not quite where we want it to be, but its more flexible than what we currently have and sets us up well for the future, and doesn't require artists to muck about with numbers in the def file, which is a good thing!
Further reading:
https://github.com/pioneerspacesim/pioneer/pull/2422
http://pioneerwiki.com/wiki/Model_system#Tag_points
http://pioneerspacesim.net/forum/viewtopic.php?f=3&t=45
This will be in the next build, available from the homepage in the next hour or two. Until they're updated, you'll start to see deprecation warnings in stdout.txt. After those ship def fields have been removed, the ship origin will be used for all points. So models not updated will continue to work after a fashion.
the tag for guns are tag_gunpoint_N (like the wiki) or tag_gunmount_N ? (like github)
the tag for guns are tag_gunpoint_N (like the wiki) or tag_gunmount_N ? (like github)
tag_gunmount_N. I made a mistake on the wiki, which I've now fixed. Thanks!
thank you for the clarification