Comments

Log in with itch.io to leave a comment.

Alright, buddy. This is round two of me leaving a comment, I'm so madly in love with this program as I've been throwing random characters into death matches and escape rooms, but I'm not too sure if I'm using all the stuff correctly. The gossip feature, I kind of just use it as a bookmark to see where all the characters are at and what things they were able to unlock for this simulation compared to the last simulation. Sometimes, characters were capable of solving riddles based on their intelligent and luck/roll of the dice. 

I widely use the items in the game, have to resort to learning a little bit more about .JSON way to add even more items. I also haven't really touched the map feature yet, as I've been just using the conversation feature instead, having characters loop around and grind speak to level up on things...

Not only that, but I have run into a much smaller bug recently though as I have added too many traits to a few of my character's playable characters/players as the program refuses to remove them even though I'm not too sure what's keeping them there. I can't edit it away or delete it even when I am opening the file in .JSON to manually deleted, so they're just kind of chilling there....

That's interesting to hear. I wasn't expecting you to utilise much of the database system as much as you are.

When you delete traits it doesn't update the list, so unless you save the project there and then, it won't update the respective JSON files. Traits are considered separate data items compared to the characters themselves, as you've probably noticed.

Just bear in mind the changes being made to Story Creator... I will be updating the devlog where I will keep yourself and others up-to-date, but the database system you're used to is to be replaced as it's very niche and doesn't allow for any modifications. Not to mention the code has mostly been copied and pasted and not refactored the way it should be.

There were just too many problems with the codebase and I didn't think a lot of those things through at the time.

JSON files for saving data is not ideal for large projects and doesn't scale well, meaning that larger projects will take longer to load. So, ideally, I would migrate database functionality to an SQLite database for managing data with options to export the data to JSON format later if preferred.

If you want to keep the database options you have as they are, I will consider implementing "Mods" for this software in which everything that was there before can still be used, if you would prefer this.

No worries. I'm actually really excited to see what the newer version is going to look like and what I can mess around with. The joy is in fiddling with all the options that a software can do.

As long as it stays as a Interactive sim; You'll still have me as a loyal fan.

(1 edit)

I love this. All I've been doing is sitting on my ideas and short stories. Having the first steps be made for me is great. It's like bouncing ideas off someone else, but it's just me from a day/week-o-ago. THANKS, MATE.


***it stop opening up after the third time i close

I'm glad you're making use of this! I didn't personally realise there is interest in this, but it's great you're having a blast with it.

I cannot reproduce this issue, however. Can you confirm the following:

  • Is Story Creator being launched into the background by Windows?
    • If so, close all instances of Story Creator and try again.
  • Did the .NET Framework get removed or updated by Windows recently?

For the Story Creator being launched into the background by Windows. I am not sure if it's not shown up in task manager...

.NET Framework might have been updated from I'm reading the blogs I read.

(1 edit)

If you can, try and re-install .NET Framework 4.7.2 from here, uninstalling any previous versions. Please let me know if this works. Make sure to restart your computer before trying again.

thanks, I'll report back after work.

Sorry, even when I go back to a version of the .NET Framework, It’s still not opening the program anywhere.

I restarted twice for every version I could go back to. SOBBING

(1 edit)

I will investigate what could cause this issue. I am unsure of any alternative solutions at present or what could cause this. I know other applications written in any other language can have similar issues, and it may be isolated to certain Windows related setups. Can you go into your Event Log and see if there are any issues there that Windows may have reported?

Also see if reinstalling Story Creator helps. It may be that a configuration file got corrupted the last time the app exited.