Summer Clover
This Community Hub is marked as 'Adult Only'. You are seeing this hub because you have set your preferences to allow this content.

Summer Clover

View Stats:
kiraio Nov 24, 2024 @ 10:40pm
Activating Built-in Development Console (Cheat)
So, you wanna enjoy the story without too much grind? Cheat like a Dev!

You can do this for all games that uses Naninovel[naninovel.com] as their VN/dialogue engine. What are needed? Just one tool that you can find on GitHub: https://github.com/nesrak1/UABEA

Altering Game Data
  1. Go to SummerClover installation/SummerClover_Data.
  2. Inside, there's a globalgamemanagers file. Open it in UABEA.
  3. UABEA will automatically opened an Assets Info window. Ctrl + F to search an asset with the name EngineConfiguration. There's multiple asset with the same name, F3 to search for another one until you get the right asset with Container value naninovel/configuration/engineconfiguration.
  4. On the bottom right of the Assets Info window, there's an Edit Data button. Click it.
  5. Edit Data window will pop up. Scroll down until you get:
    1 UInt8 EnableDevelopmentConsole = 0
    Change the value from 0 to 1.
  6. Done. Click Ok, go to File menu > Save. Close UABEA.

Accessing Development Console
  1. Open the game. Click ` key (below escape key) to open the Development Console.
  2. There's several commands that you can access, but for the most part you will use var to expose all of the game variables (only related to the VN engine that this game used). For other commands, you can see it on: Naninovel Development Console Guide[naninovel.com]
  3. Type var and enter. There will be a window that you can use to search for a variables and change their value. Note: Some variables will be reset back to the original value after the day changed, such as Action and Energy.

Variables that I'm mostly used
Player:
  • PlayerEventAction = Current player Action.
  • PlayerEventActionMax = Max player Action.
  • PlayerAp = Current player Energy.
  • ApTextMax = Max player Energy.
  • PlayerMoney = Current player Money.
  • PlayerMoney_limitTop = Max player Money.
  • PlayerSex = Current player Desire.
  • PlayerSex_limitTop = Max player Desire.
  • PlayerSystem = Current player Points.
  • PlayerSystem_limitTop = Max player Points.
Girls:
  • KasumiVibest = Kasumi Affection.
  • KasumiSex = Kasumi Desire.
  • AyanoVibest = Ayano Affection.
  • AyanoSex = Ayano Desire.
  • ShizukuVibest = Shizuku Affection.
  • ShizukuSex = Shizuku Desire.
  • SizukoVibest = Sizuko Affection.
  • SizukoSex = Sizuko Desire.
Last edited by kiraio; Nov 27, 2024 @ 4:38am
< >
Showing 1-2 of 2 comments
kiraio Nov 25, 2024 @ 3:46am 
You can also see a list of scripts (storyline) by typing nav. With this you can jump straight to the H scene, heck even go to every ending 💀.
Nov 27, 2024 @ 7:04pm 
:Shizuku_Heart:
< >
Showing 1-2 of 2 comments
Per page: 1530 50