Mod Ren'Py Space Journey - Gameplay Mod for SJ1.50.15 - Version 1.5c2

OhWee

Forum Fanatic
Modder
Game Developer
Jun 17, 2017
5,964
30,246
OK, this tweak I'm not sure about...

So I wanted to have a 'dropdown menu' appear when you clicked on the subunit boxes, which showed the items that were eligible to be put in that box, so that you wouldn't have to move your mouse much, and still be able to see the systems management screen in the 'background'.

So this is working, but...

maintenance_subunitdropdown_ohweemod.jpg

The problem is how I get here. Essentially, I'm taking a screenshot that is going into the 'bytes' storage, and the screenshot is shown behind the dropdown that you see in the middle.

My concern is that there seems to be a bit of a loading time hit, and I'm not sure if the screenshot in the bytes storage is getting overwritten each time.

The reason I went with the screenshot route is that if I just invoke the maintenance screen with 'use', yeah a whole bunch of errors pop up.

Otherwise, this seems to be working OK. The idea is that the 'overlay' dropdown has the upper left corner centered in the box that you are wanting to add/remove/swap out the associated subunit. The 'clear the box first' routine is no longer necessary, you just simply choose between the 2 or 3 options, with 'NONE' removing the part from the box without replacing it with another part.

Edit: Yeah, the save game sizes are jumping by orders of magnitude with this change. So very much not ideal, I'll play around with this some more I guess...

I want to play around with this a bit more, and then share this as an 'optional' patch probably. In the meantime, feedback is appeciated!
 
Last edited:
  • Hey there
Reactions: sweetit

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,193
1,706
OK, this tweak I'm not sure about...

So I wanted to have a 'dropdown menu' appear when you clicked on the subunit boxes, which showed the items that were eligible to be put in that box, so that you wouldn't have to move your mouse much, and still be able to see the systems management screen in the 'background'.

So this is working, but...

View attachment 4421762

The problem is how I get here. Essentially, I'm taking a screenshot that is going into the 'bytes' storage, and the screenshot is shown behind the dropdown that you see in the middle.

My concern is that there seems to be a bit of a loading time hit, and I'm not sure if the screenshot in the bytes storage is getting overwritten each time.

The reason I went with the screenshot route is that if I just invoke the maintenance screen with 'use', yeah a whole bunch of errors pop up.

Otherwise, this seems to be working OK. The idea is that the 'overlay' dropdown has the upper left corner centered in the box that you are wanting to add/remove/swap out the associated subunit. The 'clear the box first' routine is no longer necessary, you just simply choose between the 2 or 3 options, with 'NONE' removing the part from the box without replacing it with another part.

Edit: Yeah, the save game sizes are jumping by orders of magnitude with this change. So very much not ideal, I'll play around with this some more I guess...

I want to play around with this a bit more, and then share this as an 'optional' patch probably. In the meantime, feedback is appeciated!
This is a cool idea, I was thinking of something similar when I had to repair the hull plating. If you can get this to work on subunits and hull, it'll save a good few clicks! Good luck.
 
  • Like
Reactions: OhWee