clayprojeck
New Member
- Jan 22, 2025
- 1
- 0
Кажется, я сломал игру (на самом деле это не совсем так, просто мелкий баг) ОСТОРОЖНО, КРУПНЫЙ СПОЙЛЕР ДЛЯ СЮЖЕТА САКУРЫ Я РЕКОМЕНДУЮ ВАМ САМИ ПРОЙТИ ЕЁ, ПРЕЖДЕ ЧЕМ ЧИТАТЬ ЭТО
[/ЦИТИРОВАТЬ]You don't have permission to view the spoiler content. Log in or register now.
Итересно
Check Hexatail patreon it has v25.9does anyone have codes for v25.9
Downtown -> Sticker Shop -> Play Gamehow i get gold bar? or code when i using cheat with console
I have a question:Call the agent, collect evidence from Melissa, go to the locker the next day to get the evidence, and show it to Melissa in class.
Please help me, I'm stuck on these 3 missions, I can't continueI encountered the same problem as you in version 0.25.6, and it was solved after updating to version 0.25.8. Here are my game screenshots.
View attachment 4698933 View attachment 4698935
like this, or wrong logic?Downtown -> Sticker Shop -> Play Game
Or
You don't have permission to view the spoiler content. Log in or register now.
Incorrect logic, since each object has a count string, to which the amount is added.like this, or wrong logic?
i copy paste your code and shift + o to open the console and still doesn't workIncorrect logic, since each object has a count string, to which the amount is added.
View attachment 4749376
Use this code: next(item for item in g_InventoryItem if item.pKey == "ore4").count += 50
Since there are a lot of lines with items stored in the game files, this code searches for all the lines with the name of the item and adds the required amount to them.
I forgot to mention that you must have at least 1 item in your inventory that you want to add.i copy paste your code and shift + o to open the console and still doesn't work