Team Camarilla International Official Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Team Camarilla International Official Forum

This is the official forum for Team Camarilla International: The Bloodlines Developers
 
HomeSearchLatest imagesRegisterLog in

 

 the Blood Timer

Go down 
2 posters
AuthorMessage
Celsius
Ancillae
Ancillae



Posts : 98
Join date : 2009-10-09

the Blood Timer Empty
PostSubject: the Blood Timer   the Blood Timer EmptyFri Oct 09, 2009 6:21 pm

Hi all, first post here.

This is more of a suggestion than an idea, but I would like to ask the mod author to implement the possibilty of choosing whether someone wants or do not want to use the blood timer. I do not enjoy being rushed in a game, but on the other hand I think that most of this mod can really add much replay value. There are other ways to add the feel of hunger, for example, you could loose blood less often (like every 10 minutes) or each time you travel by taxi.

I understand if you'll decline, since this is your vision and work, but I'd ask you to think about it.
Back to top Go down
Zer0Morph
Caine
Caine
Zer0Morph


Posts : 4253
Join date : 2009-09-10
Age : 44
Location : United States

the Blood Timer Empty
PostSubject: Re: the Blood Timer   the Blood Timer EmptySat Oct 10, 2009 1:03 am

Celsius wrote:
Hi all, first post here.

This is more of a suggestion than an idea, but I would like to ask the mod author to implement the possibilty of choosing whether someone wants or do not want to use the blood timer. I do not enjoy being rushed in a game, but on the other hand I think that most of this mod can really add much replay value. There are other ways to add the feel of hunger, for example, you could loose blood less often (like every 10 minutes) or each time you travel by taxi.

I understand if you'll decline, since this is your vision and work, but I'd ask you to think about it.

Celsius,

I completely understand what you are saying and so I'm going to help you out with this. Shutting off the Bloodtimer completely is pretty easy. Someone else asked about changing the time so I went ahead and added the instructions on how to do it in the CE 1.1 Game Manual. However I will post this again so you can understand how the Bloodtimer works.

<<Original Post>>

Anyways yes changing the blood timer "Time" is VERY easy. There is a file called "vamputil.py" located in \Vampire - Bloodlines\Vampire\Python. Open that file up using notepad and navigate to the entry that will look like this... (Celsius, Simply DELETE the following code to get rid of the Bloodtimer completely....)

def OnBLEvent():
BLOOD_MAX_COUNT = 12
__main__.G.BloodCounter = __main__.G.BloodCounter + 1

if(__main__.G.BloodCounter == BLOOD_MAX_COUNT):
pc = __main__.FindPlayer()
if(pc.bloodpool >1):
pc.Bloodloss(1)
__main__.G.BloodCounter = 0

A logic timer is built into every map and is set to fire off every 15 seconds raising the Bloodcounter by 1. Now look at the number after BLOOD_MAX_COUNT which by default is set to 12. What that means is every 15 seconds the timer will fire adding 1 to the BLOOD_COUNT until it reaches 12, which then you will loose 1 blood point and the BLOOD_COUNT will start over.

So if you multiple 12 COUNTS times 15 seconds = 180 seconds = 3 minutes
Simply change the BLOOD_COUNT to the time you want (in seconds) in multiples of 15.
BLOOD_COUNT = 8 = 2 minutes
BLOOD_COUNT = 16 = 4 minutes
etc etc.....
Back to top Go down
https://camarillaedition.darkbb.com
Celsius
Ancillae
Ancillae



Posts : 98
Join date : 2009-10-09

the Blood Timer Empty
PostSubject: Re: the Blood Timer   the Blood Timer EmptySat Oct 10, 2009 8:58 am

Thanks for the reply and sorry for not looking it up on my own. I shall await 1.1 eagerly now Smile
Back to top Go down
Zer0Morph
Caine
Caine
Zer0Morph


Posts : 4253
Join date : 2009-09-10
Age : 44
Location : United States

the Blood Timer Empty
PostSubject: Re: the Blood Timer   the Blood Timer EmptySat Oct 10, 2009 8:13 pm

Celsius wrote:
Thanks for the reply and sorry for not looking it up on my own. I shall await 1.1 eagerly now Smile

Hey no problem man, I'm playing CE 1.1 right now, it freakin rocks!! affraid
Back to top Go down
https://camarillaedition.darkbb.com
Sponsored content





the Blood Timer Empty
PostSubject: Re: the Blood Timer   the Blood Timer Empty

Back to top Go down
 
the Blood Timer
Back to top 
Page 1 of 1
 Similar topics
-
» Blood timer (sorry)
» Blood Heal Timer
» Can we adjust the Blood Timer?
» Blood timer settings?
» Blood Timer Suggestion.

Permissions in this forum:You cannot reply to topics in this forum
Team Camarilla International Official Forum :: Camarilla Edition Forum :: Post Your Ideas-
Jump to: