couple requests

HappY-CoW
08-24-2004, 01:31 PM
A friend of mine recently sent me his config and he knows nothing about scripting so i could not ask him where he got it.
in there i found a script called fleaeyes.cs and i never did figure out what it is/does
function ultravision::normal() {
if(isObject(ultravision)) {
echo("Returning skins to normal...");
deleteobject(ultravision) ;
newObject(ultravision, SimVolume, "infravision.vol");
}
}

function ultravision::ultravision( ) {
echo("Upgrading skins...");
if(isObject(ultravision)) {
deleteobject(ultravision) ;
}
newObject(ultravision, SimVolume, "ultravision.vol");
}

Event::Attach(eventConnec tionAccepted, "ultravision::normal();");
Event::Attach(eventConnec ted, "ultravision::ultravision( );");
i sent it to a friend of mine and he said it needed a .vol file to work correctly
so i was wondering if anyone has or knows what this does?
thanks

also...does anyone have any old arena demos of princess?
thanks

Amadeus
08-24-2004, 01:55 PM
echo("Returning skins to normal...");



Sounds like something that changes the looks of certain things in the game. That coupled with the name (ultravision) leads me to believe it has red mines etc. Apparently you can toggle this on and off and it will update itself upon connecting to a server, so you'll be able to play on cheat protected servers too. Quite convenient.

HappY-CoW
08-24-2004, 02:57 PM
I asked the owner of the script if he would send me the .vol and he would not
he said it had something to do like cg sparks......to see how many nr bullets you get.
i think thats bullshit and want the truth :roller:

Shinigami
08-24-2004, 02:59 PM
Yeah, it's prolly a cheat loader.