2.00 star(s) 6 Votes

Elasstommer

Newbie
Aug 15, 2017
74
180
A few console codes:
character_attributes.sex MC's sex appeal
character_attributes.stre MC's strength
character_attributes.inte MC's intelligence
character_attributes.sne MC's sneaking skill
to change these attributes, you have to use functions, rather than just changing them with =
character_attributes.add_sex(5) (doesn't have to be 5, of course)
character_attributes.add_stre(5)
character_attributes.add_inte(5)
character_attributes.add_sne(5)
and to change the money, just change the simple variable
store.cs
 
Last edited:

single_guy_from_au

Active Member
Jun 18, 2023
869
881
A few console codes:
character_attributes.sex MC's sex appeal
character_attributes.stre MC's strength
character_attributes.int MC's intelligence
character_attributes.sne MC's sneaking skill
to change these attributes, you have to use functions, rather than just changing them with =
character_attributes.add_sex(5) (doesn't have to be 5, of course)
character_attributes.add_stre(5)
character_attributes.add_int(5)
character_attributes.add_sne(5)
and to change the money, just change the simple variable
store.cs
Thank you - this truly one of the best games on this forum! (y)

I can't wait to see more scenes with Mika.

Thank you for all your efforts - Livia_isButterfly!
 
  • Red Heart
Reactions: Livia_isButterfly

Za_Warudo

Member
Mar 13, 2018
286
78
A few console codes:
character_attributes.sex MC's sex appeal
character_attributes.stre MC's strength
character_attributes.int MC's intelligence
character_attributes.sne MC's sneaking skill
to change these attributes, you have to use functions, rather than just changing them with =
character_attributes.add_sex(5) (doesn't have to be 5, of course)
character_attributes.add_stre(5)
character_attributes.add_int(5)
character_attributes.add_sne(5)
and to change the money, just change the simple variable
store.cs


How I open the console?
 
  • Like
Reactions: sourya54

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
12,684
131,500
Tales of Magic School [v0.1.6] [Livia_isButterfly] - Compressed

Win/Linux [993 MB]
- - - -

Mac [988 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

Livia_isButterfly

i am butterfly
Game Developer
Aug 25, 2021
176
177
do you need more bugtesters? my version i think it is from previous update 1.5. You also mentioned about DLC, the content that is from DLC, are completely removed from the game on public version, or it is just locked from the player? i tried to return to a point where suzanne quests were open, and it ended in a part on her house, after that is just on development, no sex scenes. I have a lot of saves (it goes up to page 15) here is my recent one, i will try to make a new game, but if you could see if something is wrong here i will be glad
Hello, sorry for the delay in responding. I tried to check your save to better understand what happened with your game, but unfortunately, I couldn't load it with the save you shared. If you could send another one, I'd be happy to try to resolve the issue.
 

Elasstommer

Newbie
Aug 15, 2017
74
180
How I open the console?
I don't remember the name of the tool that unlocks the console, but someone here should. I unlock it by hand. You edit the file renpy/common/00console.rpy in a text editor and change the line
config.console = False
to
config.console = True
save the file and restart the game. Then you can get to the console by pressing shift-O.
 
  • Like
Reactions: Za_Warudo

anoneemous

Member
Jul 11, 2023
153
121
Hello, sorry for the delay in responding. I tried to check your save to better understand what happened with your game, but unfortunately, I couldn't load it with the save you shared. If you could send another one, I'd be happy to try to resolve the issue.
i started a new game, the suzanne scenes were already in 1.5? i dont remember if i pressed "sorry" instead of "no" and locked her route, the other error on the beach is fixed? i downloaded it on subscribestar public release when you said the fixed links were not here, so if there is a fixed one to that, i will download and continue the new game on it to see if i find other bugs
 
  • Red Heart
Reactions: Livia_isButterfly

Livia_isButterfly

i am butterfly
Game Developer
Aug 25, 2021
176
177
i started a new game, the suzanne scenes were already in 1.5? i dont remember if i pressed "sorry" instead of "no" and locked her route, the other error on the beach is fixed? i downloaded it on subscribestar public release when you said the fixed links were not here, so if there is a fixed one to that, i will download and continue the new game on it to see if i find other bugs
The version 1.3 left many bugs in the game, and they continued to carry over with the new versions. It took me 5 days to go through all the events in accelerated mode to look for errors to fix, and that's why I limited the old saves that could be continued. Every time you report an error to me, I update the links and notify on Discord so you can download the game. Right now, the game is up to date and no errors have been reported, or at least none that I know of. You can update the game through platforms like SubscribeStar, itch.io, or Ko-fi. And thank you for helping the project grow.
 
2.00 star(s) 6 Votes