Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I was wondering if there is a way for me to change "Group Name" to "Company Name" when starting the game?

I would like to change the focus of the game from immediate promotion to preparation of your idols. So I would essentially like to be able to name the company, and then also debut groups within the company umbrella. I plan to use the modding tool to make story elements that focus on your idols and their trainee process and debuting. But I just have to get around the fact that they start immediately as a member of your first group somehow .... 

Possibly have a group called "Trainees" that every Idol is put in automatically, and then create your first group through the "second" group menu? Would just have to get rid of the 10 Idol requirement to form new groups?

I would love to know if any of this makes sense or is actually doable? <3 

Also, I LOVE THE PROGRESS SO FAR!!!! <3 Waited so long for a game like this! Love it!

(+2)

I think you can overwrite some of the constants in Constants\constants.json with a file like this:

[
      {
            id: "MM_GROUP_NAME",
            text: "Company Name" 
      }
]

That should work in theory. If it doesn't, then that's a bug and I'll fix it. You might also have to restart the game after enabling the mod for it to work, I'm not sure.

I'll check if I can do something about the other stuff, should be easy