Jump to content

[WIP] [1.12.5, 1.8.1] ASET Consolidated- Part Packs


Stone Blue

Should the ALCOR Pod and seperate IVA package, be merged into *ONE* mod/release/package/download?  

7 members have voted

  1. 1. "To Merge... Or NOT to Merge??.... THAT is the question

    • Merge both the Pod and its IVA into *ONE* release/package/download
      4
    • Do *NOT* Merge them into one package?
      3
    • Other (please post a reply with opinions/thoughts)
      0

This poll is closed to new votes


Recommended Posts

11 hours ago, JonnyOThan said:

Hi, please include your KSP.log file with all bug reports.  It’s quite possible that this is a bug in ASET or rpm but it could also be an installation issue and the logs will help in either case.

OMG, completely forget that, it's been a while .... linked

https://drive.google.com/file/d/1ItsN_dgiBqSTM30XaK42T3jnodu-Sje-/view?usp=sharing

Link to comment
Share on other sites

  • 2 weeks later...

Heads-up, there's a bug in the the altimeter configuration. The 1000 meter arrow doesn't have an attached transform.

// arrow rotation

	MODULE
	{
		name = JSIVariableAnimator
		refreshRate = 1
		
	// x100
		VARIABLESET
		{
			scale = 0,100000
			variableName = ALTITUDE 
			controlledTransform = ALT10_arrow
			localRotationStart = 0,0,0
			localRotationEnd = 0,360,0
			modulo = 1000
			longPath = yes
			maxRateChange = 1
		}
	// x1000
		VARIABLESET
		{
			scale = 0,100000
			variableName = ALTITUDE 
			localRotationStart = 0,0,0
			localRotationEnd = 0,360,0
			modulo = 10000
			longPath = yes
			maxRateChange = 1
		}
	// x10000
		VARIABLESET
		{		
			scale = 0,100000
			variableName = ALTITUDE 
			controlledTransform = ALT1000_arrow
			localRotationStart = 0,0,0
			localRotationEnd = 0,360,0
			longPath = yes
			maxRateChange = 1
		}
	}

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...