[T1] Loading Screen

Pages : [1] 2 3

GreeD
01-22-2003, 10:52 AM
Not the picture but is there a way to change the words that scroll accross the screen when the server is loading?

Shinigami
01-22-2003, 10:55 AM
I'm sure there is since stripped does it. I wouldn't know how though.

Whiplash
01-22-2003, 11:28 AM
in client.cs (extracted from scripts.vol) is where the original code is.
it would seem that all you'd have to do is extract that file, alter it as you see fit and drop it in base folder.

i know there must be an easier method. however Poop did it for stripped?

EliteTrackStar
01-22-2003, 02:26 PM
all i did was edit poop's strip to do it.

Bunny
01-22-2003, 02:29 PM
i changed it how whiplash said but when i changed it all even the part where it says "Get ready to rock n' roll!" just that part didn't change but everything else did :\ i duno why.you have any suggestions?

styr
01-22-2003, 03:12 PM
http://www.freewebs.com/itzstyr/loadingchristina.txt

:o

Savage
01-22-2003, 03:16 PM
function dataGotBlock(%blockName, %pctDone)
{
if(%pctDone < 0.1)
%text = "Initializing Personal Digital Assistant...";
else if(%pctDone < 0.2)
%text = "Establishing uplink with satellite network...";
else if(%pctDone < 0.3)
%text = "Downloading navigational and topographical data...";
else if(%pctDone < 0.4)
%text = "Charging armor energy cell...";
else if(%pctDone < 0.5)
%text = "Pingback satellite uplink check...";
else if(%pctDone < 0.6)
%text = "Beginning primary weapons system check...";
else if(%pctDone < 0.7)
%text = "Beginning secondary weapons system check...";
else if(%pctDone < 0.8)
%text = "Downloading tactical information from tribal database...";
else
%text = "Starting armor power-up sequence...";

//Control::setText(Progress Text, "Loading " @ %blockName @ " data...");
Control::setValue(Progres sText, "<jc><f1>" @ %text);
Control::setValue(Progres sSlider, %pctDone * 0.75);
}

client.cs in scripts.vol

Bunny
01-22-2003, 03:24 PM
yea i know.. the part wheer it says "Get ready to rock n' roll" is down alittle and i changed that line but it didn't change in game.. but when i changed the ones above they worked..

cyclonite
01-22-2003, 06:06 PM
This is how its done in Stripped:

Event::Attach(eventConnec ted, Silly::End);

function dataGotBlock(%blockName, %pctDone) {
$Silly::Name = "S t r i p p e d . . .";
$SillyRawNum++;
if($SillyNum > String::Len($Silly::Name) ) { $SillyNum = 0; }
if($SillyRawNum >= 10) {
$SillyNum++;
$SillyRawNum = 0;
$Silly::String = String::GetSubStr($Silly: :Name, 0, $SillyNum);
Control::setValue(Progres sText, "<jc><f2>"@$Silly::String);
}
Control::setValue(Progres sSlider, %pctDone * 0.75);
}

function Silly::End() {
Control::setValue(Progres sText, "<jc><f2>"@$Silly::Name);
}

ZeroX
01-22-2003, 09:06 PM
Where can I get That Loading Pic, Please!

windexy
01-22-2003, 09:24 PM
giftofthegame (gotg) had it on his site but his site is gone now ask him.

Mr. Hated
01-22-2003, 11:20 PM
Originally posted by Styr
http://www.freewebs.com/itzstyr/loadingchristina.txt

:o

i want that soo bad
plz ill beg and be a good puppy :D

GiftOfTheGame
01-23-2003, 07:42 AM
If you hop on twhub you can find most of my old stuff in my t1 folder :shrug:

styr
01-23-2003, 02:22 PM
msg me on irc, nick=styr

my aim name is styrrr, as well.

contact me on either and i can hook u up ;)

HomeSlice
01-23-2003, 04:10 PM
Originally posted by Styr
http://www.freewebs.com/itzstyr/loadingchristina.txt

:o i have that one, it doesn't work

styr
01-23-2003, 08:24 PM
works for me... btw sorry about those missed aims, i was freezing my ass off down here in tampa, fl... :ugh:

Prop
01-23-2003, 08:52 PM
She has a nice ass

mag
01-23-2003, 09:22 PM
:o She doesn't look good. Bad hairdoo, and too many piercings.

Prop
01-24-2003, 07:51 AM
i think she still has a nice ass.

thwe thing is people complain how she's dirty or whatnot. when i'd rather have her than a 500lb fat chick where i'd get lost in the flabs of fat

CrashNBurN
01-24-2003, 10:03 AM
Originally posted by Styr
http://www.freewebs.com/itzstyr/loadingchristina.txt

:o

That is the best Loading screen I have seen in a long time! You must show me how to do this my friend.