- Jan 19, 2020
- 267
- 332
Which map do you play on?Maybe you have another idea what I could try to fix it.
Which map do you play on?Maybe you have another idea what I could try to fix it.
late March - early April probably, couple of major features to do before then as mentioned in the Broad Plans for 2020Any hint as to when more quest's will be added? 'Cause those where fun to play.
Does it include checks for perversion, leading to naughty scenes or are people always disgusted?I have made a mod in which NPCs react to you being naked in situations you would normally not be naked in real life. A small step towards more realism.
Now I need to get to 3 posts to actually publish it, I guess.
You make a nice readme file and it is appreciated.
It does include checks for perversion in some scenes, although not all.Does it include checks for perversion, leading to naughty scenes or are people always disgusted?
I'm not creative enough to write scenes and only tweaked a couple of scenes/interactions to make my life easier playing the game, but doing that taught me to NOT use TAB when writing code for this game. Just a small tip in case you run into problems while modding.It does include checks for perversion in some scenes, although not all.
It's possible that I add more new and modify more base game scenes in the future. So far I didn't want overwhelm myself with too sophisticated stuff as I have very little experience with coding.
Any feedback from players about more possibilities will be considered. I'm going to release expanded V2 version in the future if my mod receives some interest.
I've seen enough warnings not to use TAB so I have never attempted it, in fact, I would have never attempted it in the first place because I didn't know it was a thing.I'm not creative enough to write scenes and only tweaked a couple of scenes/interactions to make my life easier playing the game, but doing that taught me to NOT use TAB when writing code for this game. Just a small tip in case you run into problems while modding.
I learned a bit of c/c++ back in school and got a habit of using tab to organize my code, thinking everybody learned to do that because it's easier than tapping the spacebar 4 times.I've seen enough warnings not to use TAB so I have never attempted it, in fact, I would have never attempted it in the first place because I didn't know it was a thing.![]()
Personaly I use Tab all the time for formatting. But I use Notepad++, so before I do I final save for testing I just click Edit/BlankOperations/TabtoSpace. Using Tab lets you format in a way that shows you what may be out of place, find missed Endif's ETC.I've seen enough warnings not to use TAB so I have never attempted it, in fact, I would have never attempted it in the first place because I didn't know it was a thing.
I'll do some more testing within next couple of hours to see if I encounter any mistakes (I have not tested my mod extensively yet, I admit, neither do I actually play the game very much) and then post my mod here within 24 hours, I guess.
Same here.can someone help me. when i play the screen is cut off on the sides so that i can't see everything. the best i can do is maximise it on windowed mode (like hereYou must be registered to see the links). also i can't see the ticks when i want to turn on/off the modules
Many editors these days let you set an option so that when you hit tab they will insert spaces to get you to the next nth column. In vim it's expandtab, Emacs indent-tabs-mode = nil, and in Notepad++ the Replace by space checkbox buried somewhere in the Language settings.I learned a bit of c/c++ back in school and got a habit of using tab to organize my code, thinking everybody learned to do that because it's easier than tapping the spacebar 4 times.