Search found 89 matches

by SniperWolf
Sun Mar 11, 2007 1:11 pm
Forum: Scripting
Topic: Adding up Scores??
Replies: 16
Views: 1842

OK like this:
// Clan ?{T?F}? Boot Camp
// ARCHITECTURE: ?{T?F}??niperWolf
// SCRIPTING: ?{T?F}??niperWolf ( Minor Scripting)
// SCRIPTING: <TWL> Viper (Timer Scripts)

main:

//*** set scoreboard messages
setcvar "g_obj_alliedtext1" " Clan ?{T?F}?"
setcvar "g_obj_alliedtext2" " Boot Camp "
setcvar ...
by SniperWolf
Sun Mar 11, 2007 6:37 am
Forum: Mapping
Topic: Changeing Textures on Models?
Replies: 7
Views: 624

Yup
by SniperWolf
Sun Mar 11, 2007 4:17 am
Forum: Scripting
Topic: Adding up Scores??
Replies: 16
Views: 1842

Like This:

//*** Rifle Range Targets

//*** Left Target

thread ltarget1_triggered

ltarget1_triggered:
level.target_trigger1 = 0 // added this line
level.target_trigger1 = level.target_trigger1 +10 // added this line
local.player = parm.other
local.player stufftext "say I Scored 10 Points On ...
by SniperWolf
Sun Mar 11, 2007 12:36 am
Forum: Scripting
Topic: Adding up Scores??
Replies: 16
Views: 1842

Viper, do you mean like this to init all the triggers like this?? And if this is right, where do I put it?? Main map script??
//*** Left Rifle Target

level.ltarget_trigger1 = 0
level.ltarget_trigger2 = 0
level.ltarget_trigger3 = 0
level.ltarget_trigger4 = 0
level.ltarget_trigger5 = 0
level.ltarget ...
by SniperWolf
Sat Mar 10, 2007 1:13 pm
Forum: Scripting
Topic: Adding up Scores??
Replies: 16
Views: 1842

How & where would I define all local.stat values of all the triggers?
by SniperWolf
Thu Mar 08, 2007 4:55 am
Forum: Scripting
Topic: Adding up Scores??
Replies: 16
Views: 1842

Well there is already at the Range Entrance, the Timer Trigger is there but I could always add another if need be. Also the 11 trigger_multiples for each target have different targetnames, example: ltarget_trigger1, ltarget_trigger2 ect. Though some of the triggers are worth the same point values ...
by SniperWolf
Thu Mar 08, 2007 4:45 am
Forum: Scripting
Topic: Another timer question
Replies: 29
Views: 2463

I started another post so it didn't get lost in this one. But a forum admin can combine them if they like.
by SniperWolf
Wed Mar 07, 2007 3:26 pm
Forum: Scripting
Topic: Another timer question
Replies: 29
Views: 2463

Right now I'm using a timer script that Viper made for me to print the line "I Finished The Rifle Range In xx.xxx Seconds" right of compass.
Here is that script if you need to look at it:
//timer
//<TWL>Viper

main local.start local.stop local.name:
local.trigger = spawn trigger targetname ...
by SniperWolf
Wed Mar 07, 2007 12:14 pm
Forum: Scripting
Topic: Adding up Scores??
Replies: 16
Views: 1842

Thanks Viper, take your time.
by SniperWolf
Wed Mar 07, 2007 2:07 am
Forum: Scripting
Topic: Adding up Scores??
Replies: 16
Views: 1842

Adding up Scores??

Is it possible to gather the Scores for a certain range?? I have it so it prints the point values of different parts of the targets on screen. Is there some kind of variable to get it to print with the time I get on the range??

Right now when I finish a range it prints:

"I finish the Rifle Range ...
by SniperWolf
Tue Mar 06, 2007 2:09 pm
Forum: Mapping
Topic: Changeing Textures on Models?
Replies: 7
Views: 624

Yes you can. I did it with a flag & a calender.

First locate the model info( .lod, .skc & .skd files)

For the c47 they are here:
Pak0.pk3/models/vehicles/c47/c47.lod, c47.skd & c47.skc

Second locate the .tik file

For the c47 they are here:
Pak0.pk3/models/vehicles/c47.tik

Third find the ...
by SniperWolf
Mon Mar 05, 2007 1:37 pm
Forum: Mapping
Topic: Sunflare not visible
Replies: 17
Views: 1124

Hey Doc,

I check your map out & I can see your skybox & my grenades disappear off the map when thrown at the skybox. I had a problem with a black sky after I reformatted my PC. Try this link it might help:

https://map.moh-central.net/forum/viewtopic.php?t=12325
by SniperWolf
Sun Mar 04, 2007 1:37 pm
Forum: Scripting
Topic: Another timer question
Replies: 29
Views: 2463

tltrude,

One pass threw my Rifle Range has you shooting at 3 different targets to get a Score. Each target has 11 different areas that can be shot to get a scored ranging from 10 pts to 2 pts.

How would I pull the info from all 3 targets & have it add them together for a total score?

So if I ...
by SniperWolf
Sun Mar 04, 2007 7:07 am
Forum: Scripting
Topic: Another timer question
Replies: 29
Views: 2463

I packed it all up & tested it on my Clans Private Server & the Buzzer works. Not really sure why I can't hear it when I test the map on my own PC. But as long as the buzzer works on our server thats go enough for me. Thanks Guys.


Is it possible to gather the Scores for a certain range?? I have it ...
by SniperWolf
Sun Mar 04, 2007 12:35 am
Forum: Scripting
Topic: Another timer question
Replies: 29
Views: 2463

OK, I tried everything, right down to changing the font size to 8 to get it to fit on 1 line. Still no go :evil: If you want Viper I can send you my map .pk3 to look at & test. If not I'll just forget about the buzzer :cry: