Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - blitz1259

#1
Help / Re: Turret missing top
February 28, 2023, 04:06:22 AM
Have you tried not using the full path to the graphic? i.e. instead of

<texPath>Things/Building/Security/SNS/turrets/SNSGunTurretEternalLight</texPath>

try just

<texPath>SNSGunTurretEternalLight</texPath>

Not sure if that will solve your issue, but that's how I refer to graphics.

Hope that helps!
#2
Help / Turret offset
February 28, 2023, 04:01:36 AM
TLDR: I'm looking for the code to offset a turret from the turret base.

I'm working on a CE compatible mod that has an object with a turret on it, but the object itself is not a turret base. I can spawn in the object with a functioning turret, but I need to shift the turret to where it's meant to be.

For simplicity, let's say the object is 3x3, so the turret would be placed in the middle cell. How do I shift that to one of the other 8 cells that the object occupies?

I've tried <offset> 0,0,0 </offset> (with different numbers obviously) at a few points in the code, but to no avail.

Please help!

Thanks :)