Post: Scripting Tutorial for Newbs and Noobs
05-25-2013, 09:02 PM #1
FluxXR
Gobble
(adsbygoogle = window.adsbygoogle || []).push({}); Hello,
I registered on this page because I have a problem. I want to use scripts like the following in "promodlive" with the normal maps like mp_crash mp_crossfire.... the default maps !
My Problem's are:

How do I use a Script like this:

self iPrintln("Infection: ^6Pink Crosshairs!"); self setClientDvar( "g_teamcolor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_teamcolor_allies", "1 0 1 1" ); self setClientDvar( "g_ScoresColor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_ScoresColor_allies", "0.8 0 0.8 1" ); self setClientDvar( "cg_scoreboardMyColor", "0 0 0 1" ); self setClientDvar( "g_teamcolor_EnemyTeam", "0.8 0 0.8 1" ); self setClientDvar( "g_teamcolor_MyTeam", "0.2 0.2 0.2 1" );

#1 Where do I need to copy it?
#2 How do I activate it ingame?
#3 What programs do i need?
#4 How to use with mod (for example promod)

edit* I want to use this on Pc!

I would appreciate any answer Smile
(adsbygoogle = window.adsbygoogle || []).push({});
05-25-2013, 10:28 PM #2
Originally posted by FluxXR View Post
Hello,
I registered on this page because I have a problem. I want to use scripts like the following in "promodlive" with the normal maps like mp_crash mp_crossfire.... the default maps !
My Problem's are:

How do I use a Script like this:

self iPrintln("Infection: ^6Pink Crosshairs!"); self setClientDvar( "g_teamcolor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_teamcolor_allies", "1 0 1 1" ); self setClientDvar( "g_ScoresColor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_ScoresColor_allies", "0.8 0 0.8 1" ); self setClientDvar( "cg_scoreboardMyColor", "0 0 0 1" ); self setClientDvar( "g_teamcolor_EnemyTeam", "0.8 0 0.8 1" ); self setClientDvar( "g_teamcolor_MyTeam", "0.2 0.2 0.2 1" );

#1 Where do I need to copy it?
#2 How do I activate it ingame?
#3 What programs do i need?
#4 How to use with mod (for example promod)

edit* I want to use this on Pc!

I would appreciate any answer Smile


Make sure to change the title as it will be misleading to some people

1.For PC you need to copy any mods into your mods folder (Program Files x86/activison/Call of duty 4/Mods)
2.Depends how the mod is coded
3.This can be done in notepad but I highly recommend you use a FF viewer of notepad++
4.Same as number 2

Hope this clears everything up
05-25-2013, 11:02 PM #3
FluxXR
Gobble
First i want say a big Thank you Smile

But there are some more questions.I'm very sorry. Iam a Noob at this .

1.For PC you need to copy any mods into your mods folder (Program Files x86/activison/Call of duty 4/Mods)
>Save As what file type? (.gsc or a FF File?)< i mean the code like in my example

2.Depends how the mod is coded
>Awesome faceo you know how promodlive is coded? What exactly I need to do?

3.This can be done in notepad but I highly recommend you use a FF viewer of notepad++
>What type of file i can edit there?

For example i copy this:
self iPrintln("Infection: ^6Pink Crosshairs!"); self setClientDvar( "g_teamcolor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_teamcolor_allies", "1 0 1 1" ); self setClientDvar( "g_ScoresColor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_ScoresColor_allies", "0.8 0 0.8 1" ); self setClientDvar( "cg_scoreboardMyColor", "0 0 0 1" ); self setClientDvar( "g_teamcolor_EnemyTeam", "0.8 0 0.8 1" ); self setClientDvar( "g_teamcolor_MyTeam", "0.2 0.2 0.2 1" );

Then i save this as .? in my promod Folder
Then i activate (but how?)
05-26-2013, 07:19 AM #4
Originally posted by FluxXR View Post
First i want say a big Thank you Smile

But there are some more questions.I'm very sorry. Iam a Noob at this .

1.For PC you need to copy any mods into your mods folder (Program Files x86/activison/Call of duty 4/Mods)
>Save As what file type? (.gsc or a FF File?)< i mean the code like in my example

2.Depends how the mod is coded
>Awesome faceo you know how promodlive is coded? What exactly I need to do?

3.This can be done in notepad but I highly recommend you use a FF viewer of notepad++
>What type of file i can edit there?

For example i copy this:
self iPrintln("Infection: ^6Pink Crosshairs!"); self setClientDvar( "g_teamcolor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_teamcolor_allies", "1 0 1 1" ); self setClientDvar( "g_ScoresColor_axis", "0.2 0.2 0.2 1" ); self setClientDvar( "g_ScoresColor_allies", "0.8 0 0.8 1" ); self setClientDvar( "cg_scoreboardMyColor", "0 0 0 1" ); self setClientDvar( "g_teamcolor_EnemyTeam", "0.8 0 0.8 1" ); self setClientDvar( "g_teamcolor_MyTeam", "0.2 0.2 0.2 1" );

Then i save this as .? in my promod Folder
Then i activate (but how?)


1.For PC you save all the files as GSC and then for PS3 it is saved as FF

2.I didn't make promod live so no,

3.Wtih notepad you can edit GSC and with the ffviewer you can edit ff files (clue in name lol :P)

4.if you save it into your promod lobby you got to make sure its in the right location other wise it won't load
then you simply go to your _rank GSC and self thread the file which starts promodlive

So is may sound confusing so i would recommend on finding a premade mod menu with that game mode
05-26-2013, 10:21 PM #5
weli
Bounty hunter
hmmmmmmmmmmmmmm
06-20-2013, 07:47 PM #6
Interesting read. I am new at this too and am learning quite a bit browsing through the threads. thanks.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo