Page 1 of 1
request for modding tutorials
Posted: Mon Jul 10, 2006 3:56 am
by Code Crank Call
I've run out of any sources for advanced information for the Starshatter SDK, and was wondering if there were still any development websites still up (since SSDs SQL-based tutorials have been dead for quite some time) It's very much appreciated, in advance.
edit: Okay, can someone just tell me the values required to make multi-part turrets?
RE: request for modding tutorials
Posted: Fri Jul 14, 2006 3:34 am
by turgotZ
For a mulit part turret something similar to this will work
This is with in the weapons def. you wont likely need TURRET_AXIS: you'd use this for mounting a turrent on the side of a ship.
TURRET: "Aturret/guns.mag",
TURRET_BASE: "Aturret/base.mag",
scale: 14,
RE: request for modding tutorials
Posted: Fri Jul 14, 2006 8:16 pm
by Code Crank Call
Many thanks, this should allow me to continue on with my projects pretty quickly, I realy wish there was something i could do to give back to this commuity though.