Ludeon Forums

RimWorld => Mods => Releases => Topic started by: krafs on February 24, 2019, 05:11:52 PM

Title: [1.0] Toggles 1.0.3.1
Post by: krafs on February 24, 2019, 05:11:52 PM
(https://steamuserimages-a.akamaihd.net/ugc/974371471304934104/36382066FC15830DEF9C7A8560674B37F48AB5F5/)

Hide and disable things in RimWorld

- Incidents
- Notifications
- Buttons



Hide and disable things in RimWorld


(https://i.imgur.com/taV6sRc.png)




Instructions
Most of the settings are straightforward: Toggle things on or off in the mod settings, or assign them to hotkeys and toggle during gameplay.
That's all you need to know. For a more detailed overview with examples, check out the Wiki. (https://github.com/krafs/Toggles)

Compatibility
- Save game safe.
- Developed and tested for Core and the most popular mods. However, should play nice with most.
- Place before 'Smart Speed', if using it.

Instructions
- Subscribe at the  Steam Workshop (https://steamcommunity.com/sharedfiles/filedetails/?id=1666097824)

or

- Download the latest zip-file from  GitHub (https://github.com/krafs/Toggles/releases)
- Unzip the contents and place them in your RimWorld/Mods folder.
- Activate the mod in the mod menu in the game.

Add Toggles anywhere in your load order after HugsLib. If you're experiencing issues or missing features, try putting it further towards the end.

Usage
Use however you wish. Source is on GitHub (https://github.com/krafs/Toggles). Drop me a message if you do.
Suggestions and questions are welcome! Reply in this thread or send me an e-mail at [email protected] (http://mailto:[email protected]).
Want to translate the mod? Send me a pull request on GitHub (https://github.com/krafs/Toggles) or an e-mail.

License
MIT
Title: Re: [1.0] Toggles
Post by: Canute on February 25, 2019, 02:59:15 AM
Wau thanks,
i think many people looked for such a mod longtime.
Get right of these annoying messages !! :-)
Title: Re: [1.0] Toggles
Post by: krafs on March 02, 2019, 11:44:18 AM
1.0.1 The Hotkey Update

- Hotkeys! Players can now assign individual or groups of toggles to key bindings, and toggle them instantly while playing.
- Added toggles for hiding Weather Overlays.
- Fixed bug where Caravan Trading window would be blank or yield errors.
Title: Re: [1.0] Toggles 1.0.1 - The Hotkey Update
Post by: khun_poo on March 03, 2019, 01:25:16 PM
*BEEB BOOP* The wild animal will turn manhunter at x% when hunt.
*BEEB BOOP* The wild animal will turn manhunter at x% when hunt.
*BEEB BOOP* The wild animal will turn manhunter at x% when hunt.
*BEEB BOOP* The wild animal will turn manhunter at x% when hunt.

No more!


Thanks to you :D
Title: Re: [1.0] Toggles 1.0.1 - The Hotkey Update
Post by: krafs on March 04, 2019, 12:00:08 PM
Quote from: khun_poo on March 03, 2019, 01:25:16 PM
Thanks to you :D

Glad you like it!
Title: Re: [1.0] Toggles 1.0.1 - The Hotkey Update
Post by: krafs on March 04, 2019, 05:09:59 PM
1.0.2 The 'Notify Me Later' Update

- Right-click an alert on the screen to put it to sleep. Set number of sleep hours in the mod settings. If the alert is still relevant after that time, it'll reappear.
- Added helpful info icons to the mod settings explaining the different functions.
- Fixed bug where Incident-button wouldn't show.
- (Probably) Fixed bug where Toggles messed up some textures on other mods.
Title: Re: [1.0] Toggles 1.0.2 - The 'Notify Me Later' Update
Post by: Alien :) on March 04, 2019, 10:10:00 PM
hello how to access the mod menu to disable things? ... i put a couple of captures maybe this is problem of my rimworld version? :-\



[attachment deleted due to age]
Title: Re: [1.0] Toggles 1.0.2 - The 'Notify Me Later' Update
Post by: krafs on March 05, 2019, 06:39:39 AM
It looks like you have put the .zip in your Mod-folder. You need to unzip it. Open it up and there's a folder inside called Toggles. Put that folder in your Mod folder, and try again.

There's also a forum thread about how to install and update mods here (https://ludeon.com/forums/index.php?topic=6223.0).

Let me know if you have any feedback on the mod :)
Title: Re: [1.0] Toggles 1.0.2 - The 'Notify Me Later' Update
Post by: Alien :) on March 05, 2019, 05:27:20 PM
happens that I unzip file Togglesv1.0.2.zip with the same name and put this wrong folder. Now to work had to install also mod Hugslib although Toggles still appears in red can see the menu, I guess will work, thank 8)
Title: Re: [1.0] Toggles 1.0.2 - The 'Notify Me Later' Update
Post by: krafs on March 06, 2019, 04:34:27 PM
The 'Raid Arrival' Update

- Disable specific raid modes.

Tired of getting drop pod raids in the middle of the base? Toggle Raid Mode: Center Drop off.
Or, do you only want drop pod raids? Disable the other two modes. Can be found under Incidents in the mod settings. Good luck!
Title: Re: [1.0] Toggles 1.0.3 - The 'Raid Arrival' Update
Post by: Mufflamingo on March 07, 2019, 05:22:04 AM
Wish we could toggle items and structures too.
Title: Re: [1.0] Toggles 1.0.3 - The 'Raid Arrival' Update
Post by: krafs on March 07, 2019, 04:48:53 PM
Working on it :)
Title: Re: [1.0] Toggles 1.0.3
Post by: sumghai on March 27, 2019, 04:02:04 AM
I've noticed an issue with Toggles 1.0.3, in that all settings are completely lost between game restarts.

I believe this is because the Mod Settings XML def contains malformed XML tags because of invalid characters used to define raid modes:

<Incidents_RaidMode: EdgeWalkIn>False</Incidents_RaidMode: EdgeWalkIn>
<Incidents_RaidMode: EdgeDrop>False</Incidents_RaidMode: EdgeDrop>
<Incidents_RaidMode: CenterDrop>False</Incidents_RaidMode: CenterDrop>


The ": " should be replaced underscores.
Title: Re: [1.0] Toggles 1.0.3
Post by: krafs on March 27, 2019, 05:28:23 PM
Quote from: sumghai on March 27, 2019, 04:02:04 AM
I've noticed an issue with Toggles 1.0.3, in that all settings are completely lost between game restarts.

Thanks for the input! I hadn't been able to pinpoint the issue before.

Fixed it and updated the mod on steam and github. Let me know if the problem somehow persists!
Title: Re: [1.0] Toggles 1.0.3.1
Post by: account13123 on May 30, 2019, 12:24:54 PM
Issue with Simple Sidearms https://ludeon.com/forums/index.php?topic=32497.330
Title: Re: [1.0] Toggles 1.0.3.1
Post by: krafs on May 30, 2019, 01:05:01 PM
Quote from: account13123 on May 30, 2019, 12:24:54 PM
Issue with Simple Sidearms https://ludeon.com/forums/index.php?topic=32497.330

I quickly tried playing around with Toggles and SS both activated. I didn't see anything not working, and I got no errors in the log. Can you tell me exactly what causes the error, so I can reproduce it?
Title: Re: [1.0] Toggles 1.0.3.1
Post by: account13123 on June 07, 2019, 04:58:52 AM
Yeah, everything was fine in-game, no apparent issues or obvious errors.

But then I tried to open Simple Sidearms' settings menu
Title: Re: [1.0] Toggles 1.0.3.1
Post by: krafs on June 07, 2019, 05:16:22 AM
Quote from: account13123 on June 07, 2019, 04:58:52 AM
But then I tried to open Simple Sidearms' settings menu

I'm doing exactly that, and nothing seems broken.
Using HugsLib, SS, and Toggles, in that order. Tried deactivating all options in Toggles and then opening SS settings. Everything's fine. Are you using any additional mods that might interfere? Can you tell me exactly the steps needed to reproduce your error?
Title: Re: [1.0] Toggles 1.0.3.1
Post by: account13123 on June 07, 2019, 01:40:14 PM
Toggles is the only mod I'm able to consistently trigger the bug with, simply by enabling it, restarting the game, and trying to open the SS settings- including trying both possible mod orders. As soon as I disable Toggles and restart the game the issue is gone.

However, I have a lot of other mods, so to test if it could actually be an interaction with *three* mods, I will need to repeat the binary search process I used to single out your mod. I'll try to get that done later today.