Toreador Ancillae
Posts : 86 Join date : 2012-11-03 Age : 30 Location : the underworld
| Subject: Some Questions Thu Sep 26, 2013 4:10 pm | |
| I have Camarilla Edition installed now but I have a few things I need to ask:
I've searched on the forum already but didn't get a clear answer: How does one go about turning the blood timer system down to the lowest (or all the way off)? I prefer it to be as low as possible (within gameplay immersion) so I do feel that I need to have to rush all the time my blood goes down.
How can I change the some of the Disciplines back to the way they were in vanilla VtMB? I like some of the changes, but I miss the old effects of Disciplines like Dementation.
Last edited by Toreador on Fri Sep 27, 2013 10:08 am; edited 1 time in total | |
|
Childe of Malkav Beyond Caine
Posts : 5204 Join date : 2009-11-05 Location : Gone for Good
| Subject: Re: Some Questions Thu Sep 26, 2013 6:13 pm | |
| Changing the bloodloss-rate is easy. Just open vamputil.py with an editor, find the function onBLEvent(), and change the definition for BLOOD_MAX_COUNT. If you really want to turn it all off, comment the lines with scheduletask(...) out. Comments in python are marked with # Changing the disciplines requires a deeper understanding of the game-files. I can't give an easy to use recipe to that. It involves changing lots of files in different directories. - | |
|
Toreador Ancillae
Posts : 86 Join date : 2012-11-03 Age : 30 Location : the underworld
| |
Childe of Malkav Beyond Caine
Posts : 5204 Join date : 2009-11-05 Location : Gone for Good
| Subject: Re: Some Questions Fri Sep 27, 2013 3:24 pm | |
| I prefer using notepad++ for my modding. It recognizes and highlights python syntax, allows me to open lots of files in the same session, and even has a simple file compare feature. But esentially, even notepad will do if you don't intend to do complex modding. For the time, you must decide for yourself what you think as comfortable but still challenging enough. As it is coded in CE, the timer is scheduled once every half minute. So the 7+pc.stamina means, you loose blood every 4 minutes if you have stamina 1, 5 at stamina 3, and 6 minutes at stamina 5. I'd suggest you try for 5 minutes at stamina 1, plus a minute for each further point of stamina. That would be 8+2*pc.stamina. Give it a try and find out what suits you the best. Making changes to python will not cause problems with your save files. Just be careful about indentation when you edit python scripts. Due to the simple structure, this language is a bitch for indentation. - | |
|
Sponsored content
| Subject: Re: Some Questions | |
| |
|