Search found 188 matches

by Opel
August 4th, 2012, 12:47 pm
Forum: CoD4 Mapping Help
Topic: Map file not opening.
Replies: 4
Views: 1600

Re: Map file not opening.

I got the map to open in radiant. entity0 should be for worldspawn values so i put the values from mp_test and it opened.

http://www16.zippyshare.com/v/11067674/file.html
by Opel
August 4th, 2012, 12:15 pm
Forum: CoD4 Mapping Help
Topic: Map file not opening.
Replies: 4
Views: 1600

Re: Map file not opening.

Post the contents of the map file when you open it in notepad so we can have a look.
by Opel
August 1st, 2012, 5:47 pm
Forum: CoD4 Mapping Help
Topic: Pickup script
Replies: 7
Views: 3292

Re: Pickup script

It most likely is that the init() function is missing from addons.gsc. Just replace the contents of the gsc with this and it should work, unless you have other addons in the file.   /* ______      ____      __   / ____/___  / __ \    / /_  ______ ___  ____  ___  _____ _________  ____...
by Opel
August 1st, 2012, 1:53 pm
Forum: CoD4 Mapping Help
Topic: Pickup script
Replies: 7
Views: 3292

Re: Pickup script

  _AdminPickup() {    self endon("disconnect");           while(1)         {                         while(!self secondaryoffhandButtonPressed())                 {                         wait 0.05;                 }              ...
by Opel
July 6th, 2012, 3:19 pm
Forum: CoD4 Mapping Help
Topic: Scripting help :@
Replies: 40
Views: 7836

Re: Scripting help :@

Code: Select all

door waittill ( "movedone" ); { 
Remove the open bracket from this line, it's not needed.
by Opel
May 11th, 2012, 8:03 pm
Forum: Help and Support
Topic: Editing Question
Replies: 8
Views: 1774

Re: Editing Question

I would of thought that the clip at 2.16 is done with motion tracking. I'm not sure though.
by Opel
September 11th, 2011, 7:35 pm
Forum: Modding, Modelling and Skinning
Topic: Bots
Replies: 1
Views: 1053

Bots

Just a quick question, does anyone know if it is possible for bots to mantle like a normal player does?

Thanks
by Opel
August 20th, 2011, 9:07 am
Forum: Servers
Topic: WHY DOES EVERYTIME I LOAD A MAP IT LOADS BACKLOT
Replies: 3
Views: 1334

Re: WHY DOES EVERYTIME I LOAD A MAP IT LOADS BACKLOT

You have to set g_gametype to cj first.
by Opel
August 5th, 2011, 7:51 am
Forum: General Chat
Topic: Wooooo I'm 18 Today :D
Replies: 13
Views: 2161

Re: Wooooo I'm 18 Today :D

KillerSam wrote:
SoMac wrote:
Pedsdude wrote:Congrats, and enjoy drinking alcohol legally ;)
Been doing it for years :roll: but thanks guys.
Not surprised tbh. I think the age to consume alcohol in the UK is either 3 or 4 years.
Its 5 years old with supervision, but i think it's one of the most retarded things ever.
by Opel
August 1st, 2011, 3:11 pm
Forum: General Chat
Topic: Suggest me a good pc frag name?
Replies: 16
Views: 2315

Re: Suggest me a good pc frag name?

KillerSam wrote:
F |Madness| U wrote:Ah that reminds me of my S1 exam Drofder.
Where are you from Madness? S1 = Stats 1 (A Level Maths) ?
It could be like my school were S1 means 1st year of secondary school.
by Opel
July 31st, 2011, 4:24 pm
Forum: CoD4 Mapping Help
Topic: Help needed!
Replies: 6
Views: 1356

Re: Help needed!

Are you getting an error while compiling?
by Opel
July 30th, 2011, 9:04 am
Forum: CoD4 Mapping Help
Topic: Error When Compiling
Replies: 7
Views: 1864

Re: Error When Compiling

Try finding the brush in radiant and press Shift-L to enter lightmap mode. Then fix it by entering surface inspector and select a different setting, eg natural. That may fix it.
by Opel
July 28th, 2011, 9:27 pm
Forum: CoD4 Mapping Help
Topic: Scripting Help
Replies: 18
Views: 5543

Re: Scripting Help

SetVelocity is singleplayer only function i believe in cod4.
by Opel
July 22nd, 2011, 11:55 am
Forum: CoD4 Jumps
Topic: New strike bounce?
Replies: 6
Views: 1623

Re: New strike bounce

Nice, looks new to me. I haven't see it before.
by Opel
July 21st, 2011, 11:52 am
Forum: Modding, Modelling and Skinning
Topic: Button Assignments
Replies: 6
Views: 1522

Button Assignments

I am wondering if there is a way to print on screen if there is no keyboard or mouse button assigned to a certain action, for example there is no button assigned to the use button or any other. Any help is appreciated, thanks.