Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sorry, bro, don't know what to tell you. I could give you my save file but I'm not sure how it would help if it's the code that's wrong. 

I don't mind cooperating. Feel free to copy paste my code if you want. Although, godot's mod engine is kinda poopy, and a few people have doubts of getting a true mod ecosystem off the ground (see Kyler2's comment here https://itch.io/t/317223/pony-race-mod-wip-testers-needed). The <addto> command theoretically would enable mods to place nice together, but it isn't able to make every change needed when modding. Simply overwriting the whole function or var or whatever is too convenient most of the time when modding. For those reasons I don't think I would be willing to put time into making out mods compatible (until godot's mod system gets revamped).

If you could toss me your save game, I'd love to try it. Haven't been any to replicate it at all to fix the pregnancy loop.

And the AddTo does suck, but that's why I was meaning taking and physically combining our codes for a version so the game is reading one modded file and not skipping the other. If we get "finished" versions of each of our mods and I have your permission, I'd work on it.

https://megaupload.nz/E3qba1mebb/easy_pzy

If you want to try and combine my mod into yours, be my guest. However, I will continue to develop my own versions of ponymod independently. I currently am adding features as I think of them, with no defined end point.

Incidentally, have you tried ponymod? If so, how do you like it? (You need strive 5.20a I think)

I haven't tried it yet as I've been working on mine in 5.21, but whenever you do upgrade it to 5.21 I'm looking forward to unloading mine and trying it. I've dug around in your code some and like what I'm seeing, so I can't wait to see it play out.

I appreciate that! I'll wait until my mod is closer to where I want it and we're all on the same game version, but I'd like people to be able to enjoy both of our mods without having to pick between them.

I just released a new version, and hope you'll check it out!

That all sounds fine. 

When I get home next week, I'll upload a copy of strive 5.20a for posterity and so you and try my mod (if you don't have a copy of 5.20a already, that is).

In short, ponymod adds three new races and integrates them in all places in strive's code. It's more complex than just adding an entry in races.gd. I have to modify code wherever a race is mentioned... about 5-7 files, I'd estimate. 

It also add a bunch of optional features that can be tuned off or on by editing one of the mod files (ponysettings.gd). 

 easymode: Tweaks variables to be easier (more start money, etc).
 longpreg: increases pregancy time and decreases growup time.
 feralpreg: Allows feral males to impregnate beastkin females. To turn this on or off, edit ponysettings.gd.
 pubes: replaces shaven vaginas with natrually hairy vaginas. No variance; girls either have no hair (vanilla) or unshaven/natural hair (mod).  furrymode: more furries (+40%) and less humans (-40%).

Does any of that sound interesting?

Sounds good man! I may switch back to try it if you aren't updating it any time soon. I saw and love the settings, I wanted to see how it's implemented. The impregnation settings are definitely going to be a mod conflict, but the inclusion of "feral males" intrigues me to what is going on with the races.

Pubes I was actually workin' on with my version too, as naturally growing over time. Dunno who it's for, but isn't hard to code, the variable is already in the game, and I'm sure it's someone's thing, so why not?

I added a link to strive 5.20a on my mod thread on this site.... So, It looks like about 4-8 hours of work to update my mid to 5.21b, so I'm gunna procrastinate on  that as much as possible

For pubes, I decided to just make it an on/of deal, because I didn't want to program dynamically growing hair lol. There are about six text descriptions in descriptions.gd (I think) which describe what natural pubes look like, and send that text to the scene.