Jump to content

Trying to Nerf Reaction Wheels. Can't get it to work


Recommended Posts

EDIT: Fixed! It was a txt instead of a CFG file. Windows 10 is annoying!

Hello,

I'd like to write a patch that nerfs all reaction wheels, including ones added by mods. I saw this code in an old reddit thread and tried making it work but I can't seem to figure it out:

@PART[*]:HAS[@MODULE[ModuleReactionWheel]]
{
    @MODULE[ModuleReactionWheel]
    {
        @PitchTorque *= 0.20
        @YawTorque *= 0.20
        @RollTorque *= 0.20
    }
}

I put this in my gamedata and it seems to do nothing. Does it have to do with load order? I tried adding a ":LAST" on the top line but I really don't know what I'm doing so that didn't work either.

 

Thanks for any and all help!

Edited by Crixomix
Link to comment
Share on other sites

Just now, zer0Kerbal said:

based upon this I guess:

https://spacedock.info/mod/879/Reaction Wheel Rebalance

what is the file name? text file named xxx.cfg?


@PART[*]:HAS[@MODULE[ModuleReactionWheel]]:FOR[zzz]
{
	@MODULE[ModuleReactionWheel]
	{
		@PitchTorque *= 0.01
		@YawTorque *= 0.01
		@RollTorque *= 0.01
		@RESOURCE[ElectricCharge]
		{
			@rate *= 0.01
		}
	}
}

should work.

I think I have a turd for a brain. Recently upgraded to windows 10 and named the file ".cfg" but dumb windows made it ".cfg.txt" lol. So I got it all fixed now. Thanks for the help!

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...