Author Message

RedCarDriver

us
Posts: 1211

Location: United States Arizona
Occupation: it's complicated... more complicated than my relationships
Age: 30
V$: 86310
#66670   2015-03-17 21:23          
I'd post the existing tutorials here if VStanced had a MediaWiki powered thing. I don't particularly feel like trying to convert my pre-written tutorials from wiki script to bbcode if I can help it.

(And I'd really love that, to be honest; I haven't been able to get Singh to put the wiki back up.)

For what it's worth, the way to make that work is to insert this:
	public void updatevariables()
	{
		super.updatevariables();
		setSlotPos( 1, new Vector3(f_offset/1000.0, 0, 0), null );
	}
before this line:
	public void load( File saveGame )
(...or anywhere before the closing bracket works, really, but this is the most logical place.)