is there a way to change universal stats like education, corruption and willpower? I remember it being pretty easy to change in previous versions. Not sure if that's stayed the same
In the Debug menu, you can enter console commands in the text box at the bottom. There you can change stats for specific named persons or also entire groups, for example
ADD STAT FOR GROUP OWN_STUDENTS TO Corruption 40
adds 40 Corruption for all students who belong to your school.
Changing things like Relationship and the counters that keep track of your dating progress is harder, since those are stored in database tables. You'd need to know what tables and keywords you are looking for and then write SQL statements that you can enter in the "Database" tab of the Debug menu.
a little bit help would be appreciated here.
i dont have a "select" button and cant progress at all.
please
View attachment 101041
Hmm, looks like an issue of a low screen resolution / text scaling by the OS. The game is designed with a minimum UI size of 1024x768 in mind, but not accounting for upscaled displays.
i have a question so ok i have a save file from 1.9.2 i think but when i try to insert it in my new game i lost the ability to use my cellphone any ideas how to safely pass my saves from my first game to my other game? Or i just need to start all over again?
The hardcoded Smartphone button has been removed in 1.9.3 and was replaced by an event-controlled system. Using old save games on new versions is generally not recommended, but if you do, then you should at least try to get all new/changed events added to your save by using the Debug menu and the option "Reload Events" -> "Add Changed Events" and then reload those to get the newest version (and in this case the new events that are responsible for the Smartphone button). However, reloading may also overwrite your progress in specific quest lines and cause other bugs because of that, so starting a new game is strongly recommended.
Some proposals must be unlocked first to be voted ( like the bondange/nake uniform ) and i can't find the requirement of teacher/student . Maybe some more
The individual PTA proposals are defined by the events in the directory "Events\ExtensionLibrary\PTAProposals\". You can check these in the VEE for the individual requirements of their Try-phases. In this case the "PTA_RelationshipsBetweenStudentsAndTeachers.ve.xml" requires a specific point in Camen Smith's quest line to be reached, where you agree to help her and her young lover.
hmm okay i see thanks. and how does it look now with the bestiality thing in the game ? is it still there or gone ? and how do i trigger shota / loli events
There never was any bestiality to begin with, so it's "still" gone.
And there hasn't been any loli/shota in the official release for a long time now. It's also gone from the filter options to avoid confusion. If you want such content, you need to find a mod pack that provides such events. (I am not aware of any such packs, though)
a few questions:
Is it possible to knock some one up? The tags say pregnancy but the last info i found mentioned it isn't implemented yet. but the post is a few month old (so time for new hopes)
Is there an easy way to swith the in game images (the images shown for sex scenes) i want to use some of my favorite porn pics and a few of the standard pics are to softcore ^^
And how hard is it to make new events. I like the event system but i think there are too few events.
Pregnancy is not implemented yet. It requires an overhaul of the paperdoll system before I'll do any more work on the rest. There is one outcome of the "Missing Girl" quest line that ends with her getting knocked up by the player, but that's all scripted stuff without any further effects.
Well, you can just find the respective image file and overwrite it (using the same name).
There are a bunch of PDF files in the "Docs" folder of the game, including a VEE Guide. It's a bit outdated by now, but it explains the general concept. Other than that, it can help to simply open up some existing events in the editor and see if you can follow along with the logic. There are also the game's official forums where people can ask questions in the "Development" section.
It's not hard to make a simple event, but events can become as complex as you want.