Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

MAD - Modded Add-ons Database - Races, Items, Areas...

A topic by Tromend created Nov 22, 2018 Views: 51,293 Replies: 47
Viewing posts 21 to 25 of 25 · Previous page · First page

Will there be any update to this mod for the current version of the game? ive tried using this as my only mod but it prevent me from even running the game.

As another mod creator, more detail on why you want this mod updated, what features specifically you liked, that might help other mod creators help you out, and some more incentive for this author to return to it (can sometimes take allot allot of work to update anything between major releases)

Does this mod interfere with AricsExpansion in any way? Just curious to see if anyone knows before I start trying to get it to work.

Yes, it will conflict due to the mod system not supporting multiple mods editing the same files.  Though you may be able to get around that by replacing ".../scripts/mods/modpanel.gd" with a copy from the most recent version.  Assuming that works, so long as AricsExpansion was applied second it may work.  There are some seemingly minor conflicts, but you would need to try to find out.  And I'm not certain which version of the game MAD was last updated for.

Thank you I'll try it. Worst case scenario, I waste 20 minutes. 

Have a good day.

(+2)

wish this mod got updated to work with 5.25, I've been working on modding and just dont know enough about coding to update it work

This mod was very helpful to me and probably others to show ways modding could be done. However it has very little content, the image problems it solved don't need fixing any more, and it isn't up to date. 

exactly, it causes the game to crash if loaded, I wish it still worked

How do I exactly download the game cause everytime I try to download it when I open up the game I can't see options when I want to start a new game (there the menu but when I go to mod none of the mods appear)

Your question is unclear and you are asking it in the thread for an outdated mod, which will crash your game if applied to any recent versions of the game. If you are trying to use this mod for the current version of the game, then stop and find some other mod.

If your question is not related to this mod, then please start a new thread or use a relevant one. The game should open with 2 windows when playing on Windows: the first is the game and the second will list error messages. Use the forum's search function to look for parts of the error text, and be sure to search the "Topics and Replies" not just the "Topics".

(1 edit)

I'm sorry for being unclear what im meaning this and ok(I generally don't know how to detail this)


Your game is probably corrupted. The simple fix is probably to copy and paste the contents(minus the version file) of the "backup" folder into the game's "files" folder. Windows will give a notification allowing you to replace and merge everything.

got it thank you

So how compatible is this with Strive v1.0d? As far as I could tell (after a brief bit of skimming  over the code in N++), it shouldn't have anything game breaking, but I just wanted to make sure. 

PLEASE, DO NOT USE THIS MOD.
It is absolutely not compatible with any commonly played versions of Strive. If you wish to use parts of this mod, then please code a new mod using them. It is uncertain what was the last version it was compatible with, but it might have been updated for 0.5.22.

For 0.5.24, the game was significantly restructured so the person class was no longer in globals.gd, yet this mod's globals.gd is primarily the person class, though that might be harmless. The inventory code was updated to allow the use of bandages in the mansion, this mod will revert that. The mod adds both Beastkin Squirrel and Halfkin Squirrel, but the rest of the code is built around the assumption of only having entries for Beaskin so that may behave wonky. The the shop code and GUI was reworked so this mod will break the store completely as it replaces the script with a very old one. For 1.0a, the Umbra Exchange was re-coded, so chances are high that the mod will break that.

So how would one code something similar to this? Like, which script does it impact and such?

As you have found the modding help topic, I suspect that you have found the wiki (https://strive4power.fandom.com/wiki/Modding_Guide), which explains most things about modding. Though it is slightly out dated as the recent version of Strive added some new features, which are explained in the in-game version of the modding guide. The Strive Discord(https://itch.io/t/284398/discord) is a good place to get help.

There are many approaches to modding files, though some are more likely to be compatible with other mods. Some approaches are straight forward like inventory.gd, which just replaces existing functions. Though custom files like MAD.gd can use references to adjust game data in almost any script.

The trick with using this mod is understanding what the mod was attempting to accomplish and what has changed since then. It seems that about half of the changes made by this mod were simple quality of life changes to the code, but since then the code has been upgraded causing it to be either harmful or redundant. The content added by this mod is mainly found in MAD.gd, sebastian.gd, abilities.gd, and the Images folder. Outside of that the only useful parts seem to be calls to those first 2 scripts.

Leo's mod uses the architecture of the MAD mod but it is up to date and shows how to add jobs, items, creatures, effects, characters, zones, conversations, quests, and so on.

Viewing posts 21 to 25 of 25 · Previous page · First page