Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Questions #40

Open
Sigma88 opened this issue Jan 26, 2018 · 12 comments
Open

Syntax Questions #40

Sigma88 opened this issue Jan 26, 2018 · 12 comments

Comments

@Sigma88
Copy link
Owner

Sigma88 commented Jan 26, 2018

If you have any syntax questions feel free to ask here

@Sigma88 Sigma88 closed this as completed Mar 28, 2018
@theonegalen
Copy link

Hello, I understand you've closed the issue, but I would really like to replace the stock skybox. How do I do that?

@Sigma88 Sigma88 reopened this Mar 30, 2018
@Sigma88
Copy link
Owner Author

Sigma88 commented Mar 30, 2018

hi, no problem, I just closed it because nobody seemed to have any questions

first of all, do you want to make a mod that replaces the skybox or is this just for personal use?

@theonegalen
Copy link

I was just going to use it myself. I don't need anything else TR does, but the stock skybox is just so bad.

@Sigma88
Copy link
Owner Author

Sigma88 commented Mar 30, 2018

first of all, there are some skybox packs from @Poodmund that you might want to look at just in case they provide what you are looking for.

otherwise, if you already have the textures and just want the syntax to apply them, this is how:

1- put all textures in a folder somewhere in GameData
2- rename the textures to have the following names: XN, XP, YN, YP, ZN, ZP
3- create a cfg with the following inside:

@SigmaReplacements
{
	SkyBox
	{
		CubeMap
		{
			SkyBox = yourmod/yourfolder/
		}
	}
}

this should be enough for a standard skybox

@theonegalen
Copy link

Thank you!

@BottleRocketeer
Copy link

@Sigma88
How do I replace textures for heads and suits?

@Sigma88
Copy link
Owner Author

Sigma88 commented May 2, 2018

@BottleRocketeer sorry for the late reply

sadly, I don't have the time to go into all the details of the syntax

I plan to write a wiki as soon as I get some free time, but right now I don't even have the time to update my mods to 1.4.whateverSQUADhasreleasednow so it will take *some* time for me to get the whole syntax explained in a wiki

sorry

@theonegalen
Copy link

theonegalen commented Nov 12, 2018

@Sigma88 I just tried to reinstall SR skybox as instructed and got the stock skybox. KSP 1.4.5 and SR skybox 0.3.0.

@Sigma88
Copy link
Owner Author

Sigma88 commented Nov 13, 2018

can you show me the config and the textures ?

it might be a syntax issue

@theonegalen
Copy link

I cannot, unfortunately. I don't have internet at my house. I am currently messaging you on my phone. I might be able to get it for you tomorrow.

@eusouaverdade
Copy link

Hello Sigma, I need a little help with Head textures replacements if you are not too busy.

Lets suppose I have a folder "Gamedata/Skins/Male/" with files 1.dds, 2.dds, 3.dds...
How do I put those skins randomically on the male kerbals?

Thanks.

@Sigma88
Copy link
Owner Author

Sigma88 commented Mar 8, 2019

you need to setup a cfg that looks something like this:

@SigmaReplacements
{
	Kerbal
	{
		Requirements
		{
			gender = Male
		}
		Head
		{
			Folders
			{
				headTex = Skins/Male/
			}
		}
	}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants