CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
2.30 star(s) 6 Votes

Elasstommer

Newbie
Aug 15, 2017
77
188
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
960
971
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!
 
  • Heart
Reactions: Livia_isButterfly

Za_Warudo

Member
Mar 13, 2018
288
79
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
13,888
149,158
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
181
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.
 
  • Like
Reactions: CoffeeSaint

Livia_isButterfly

i am butterfly
Game Developer
Aug 25, 2021
176
181
When MC go to sleep, It give me an error
Yes, the error you shared was the same one that Anonymous shared, and I’ve already updated the links to remove it. It was a DLC trigger that hadn’t been removed from the public version. Sorry.:)
 

Elasstommer

Newbie
Aug 15, 2017
77
188
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
170
153
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
 
  • Heart
Reactions: Livia_isButterfly

Livia_isButterfly

i am butterfly
Game Developer
Aug 25, 2021
176
181
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.
 
  • Like
Reactions: CoffeeSaint

Bse

Member
Aug 1, 2019
487
209
Ask how to make Nastuky quest (help Her) nothing works.
Alice Observe her yeahhh 4 week later still nothing Hanna Location alley evening and none where now?
COllect pic of mom 6 weeeks and 7 pic later still collect when... and Bug´s yes go beach 1 pic error 2 pic error 3 pic error peer nothing no menue to come out or when click icon same as before and return to peer... you need beta tester
 

Creid

Newbie
May 10, 2022
21
14
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
thanks for the attribute, but idon't understand how to add money. Can you please tell me what code i have to use?
 

Elasstommer

Newbie
Aug 15, 2017
77
188
thanks for the attribute, but idon't understand how to add money. Can you please tell me what code i have to use?
Since it's a simple variable, in the console, any command that changes the value of store.cs will change the amount of money. The simplest thing is to assign a new value to the variable:
store.cs = 500
You can also use other kinds of assignments that are valid in Python, like:
store.cs += 500
As Livia_isButterfly noted above, changing variables via the console should be done very carefully, since it could get variables into a state that the game logic can't sort out, borking the game. Save early and save often.
 
2.30 star(s) 6 Votes