PDA

View Full Version : how do get infinite bullet time?


Newtype
01-03-2004, 04:27 PM
i was just wondering what .txt file i would have to edit in order to get infinite bullet time during gameplay for a personal mod im making


Also, in the mod im editing max is wearing sunglasses, how would i take them off the model.

SplinterIon
01-03-2004, 05:30 PM
Pretty simple to get infinite bullettime. Just go to globalconfig.txt in when you unpack the mod. Then change these two lines.

[slowmotion]
{
[general]
SlowMotionTime = 1000;
RegenerationTime = 0.1;

The first alters the length of slowmotion while the other changes the regeneration time of the slow motion.

** Edit - the values are new values **

SplinterIon
01-03-2004, 05:34 PM
And to get rid of the glasses, just delete the entire skin_items folder in data\database or all files pertaining to it in the skin_items folder.

FatherSeraphin
01-03-2004, 05:45 PM
I wonder in what unit are those values? Seconds?

From my config:

[slowmotion]
{
[general]
SlowMotionTime = 15.0; // WAS 10 length of full slowmotion session
RegenerationTime = 90.0; // WAS 3.5 takes this many seconds to recharge from 0 to 1 (extremely slow)

Do this mean that with full BT, you get 15 seconds of slow time?

And do the other value means that you need 90 seconds to get from ZERO BT to full BT?

Akari
01-03-2004, 06:00 PM
Look at my sig

Rico
01-03-2004, 06:52 PM
If you're modifying the mod i think you are i am 90% positive that by deleting the skin item folder you will cause many more errors in the proccess... your best bet is to find the code for the shades and alter it instead of doing such a drastic thing as deleting the folder...

SplinterIon
01-03-2004, 10:07 PM
It worked when I deleted it in the "The Sweet Mod". It may not, like you said, work if you are modifying Cinema http://forums.3drealms.com/ubbthreads/images/graemlins/confused.gif.

TerminX
01-03-2004, 10:15 PM
It worked when I deleted it in the "The Sweet Mod". It may not, like you said, work if you are modifying Cinema http://forums.3drealms.com/ubbthreads/images/graemlins/confused.gif.


Indeed, if you delete the skin items folder in Cinema, the mod will not work correctly.

If you delete just the sunglasses items, you should be okay.

Newtype
01-04-2004, 02:19 AM
deleted just the sunglasses but still got a error once level loaded.

TerminX
01-04-2004, 02:31 AM
deleted just the sunglasses but still got a error once level loaded.


You deleted the sunglasses.txt and the one for the female as well? Should be fine. If you just delete the dirs, you'll definitely get errors.