Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Never tried modding S4P, so I might be wrong here.

Beauty Adjustment mod, descriptions part:

var descriptions = {
ugly = '$He looks very [color=yellow]unattractive[/color]. ',
boring = '$His looks are [color=yellow]bland and unimpressive[/color]. ',
normal = '$He appears to be pretty [color=yellow]cute[/color]. ',
cute = '$He looks [color=yellow]very cute[/color] and appealing. ',
pretty = '$He is [color=yellow]adorable[/color] and makes you want to protect $him. ',
beautiful = '$His appearance is [color=yellow]divine[/color], you can\'t stop looking at $him. '
}

Shouldn't there be a comma at the end? Like

beautiful = '$His appearance is [color=yellow]divine[/color], you can\'t stop looking at $him. ',
}

I looks to me as the same thing you did in Line 126 fix

(+1)

Gdscript only requires commas between entries in a dictionary, so the last comma is not required. However, it has become a best practice to add a comma after the last entry as it does not cause any problems and allows other mods to easily append to the end of the dictionary using Strive's mod system.

So Line 126 mod does nothing in-game and is purely for other mods compatibility?

(+1)

Yes

Thanks for explaining

Thanks for mentioning it. I haven't touched this game in months, but I went ahead and fixed it since it only takes a couple of minutes to get the update going.
Let me know if you find any other oddities with my mods, or if you have any ideas. I plan to get back into S4P at some point in the future and I'll have a go at modding again when I do. :3

I've noticed some things that I believe is bugs while messing around with your mods, will report it later

(1 edit)

I'll try to fix what I can, but again - I haven't touched the game in several months.

Also keep in mind that I only used Bugfix v6 and my own mods. Never tested how my mods interact with other mods. I really only shared them because I wanted to give back to the community (mostly because Bugfix made my life easier)

Lately I've been focused on Project Diva Mega Mix+ and Starbound, which I finally got a friend into <3 but I do plan to get back into Strive 4 Power at some point in the future. Just not sure when lol.