Search found 291 matches

by _DanTheMan_
May 9th, 2010, 3:28 pm
Forum: CoD2 Mapping Help
Topic: Why is this not just for the person who triggered it?
Replies: 7
Views: 1323

Re: Why is this not just for the person who triggered it?

Rez|l wrote:

Code: Select all

			user.d_shdr = newHudElem();
If you have newHudElem, then you make a hud elem for everyone... shouldn't it be:

Code: Select all

			user.d_shdr = newClientHudElem(user);
?
by _DanTheMan_
May 6th, 2010, 10:58 pm
Forum: CoD4 Jumps
Topic: CoD:4 Jump Map Jumps
Replies: 12
Views: 1534

Re: CoD:4 Jump Map Jumps

wow, that last one indeed! How the hell did you figure that out ? Would you like to have this uploaded to the CJ account ? 1) It's the same as a normal jump elevator, except it takes a bit longer to get into the position and angle needed. :P 2) Sure: Link Which song did you use? Pain - Shut Your Mo...
by _DanTheMan_
May 2nd, 2010, 11:00 pm
Forum: Servers
Topic: Poolparty?
Replies: 4
Views: 1130

Re: Poolparty?

Just played it and it was pretty good, sliding on the water FTW!
by _DanTheMan_
April 17th, 2010, 10:44 pm
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Re: Problem with map loading (Only on CJBeta)

Fuzzmunch wrote:hey dan, I tried 2 other mods _aliens_ and ace20 and it worked with them
It did however not work with a zombie mod and multiple save position mods.
by _DanTheMan_
April 17th, 2010, 3:04 pm
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Re: Problem with map loading (Only on CJBeta)

so we're literally out of ideas No, it could be many other things in the .map file itself or something in the .csv, or something that I'm not even aware about... it would take a while to take apart my map piece by piece though since it has so many entities + the fact it takes like 30 minutes for yo...
by _DanTheMan_
April 17th, 2010, 12:45 am
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Re: Problem with map loading (Only on CJBeta)

So, this work OFFLINE with the CJ mod, but not online? Yes. I couldn't help but notice the server config you provided had zero CJ dvars? Well, I also tested it on someone's CJ server, and it didn't work. (was that a no on the local testing front?) It's not a no; if there is nothing else that you co...
by _DanTheMan_
April 16th, 2010, 11:36 pm
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Re: Problem with map loading (Only on CJBeta)

I'm guessing Tech just forgot to try this or couldn't find a way, but the mod works online with modwarfare, but not CJ mods, and offline with anything.
by _DanTheMan_
April 12th, 2010, 9:24 pm
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Re: Problem with map loading (Only on CJBeta)

I am not using developer mode.
by _DanTheMan_
April 12th, 2010, 9:17 pm
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Re: Problem with map loading (Only on CJBeta)

My map is using:
40 triggers
92 script_origins
~10-12 script_models/script_brushmodels
by _DanTheMan_
April 12th, 2010, 2:58 am
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Re: Problem with map loading (Only on CJBeta)

My friend's server used the following CFG: //****************************************************************************** // Call of Duty 4 //****************************************************************************** //***************************************************************************...
by _DanTheMan_
April 11th, 2010, 10:32 pm
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Re: Problem with map loading (Only on CJBeta)

Actually, in trying to remove this I at one point completely disabled all scripts in my map, only leaving the maps\mp\_load::main(); game["allies"] = "marines"; game["axis"] = "opfor"; game["attackers"] = "axis"; game["defenders"]...
by _DanTheMan_
April 11th, 2010, 9:08 pm
Forum: CoD4 Mapping Help
Topic: Problem with map loading (Only on CJBeta)
Replies: 28
Views: 5416

Problem with map loading (Only on CJBeta)

Whenever I load my map mp_portal on any mod, there are no problems. However, if I to load my map on codjumperbeta , I get the following error message: ERROR Attempted to overrun string in call to va() This is my zone file: ignore,code_post_gfx_mp ignore,common_mp ignore,localized_code_post_gfx_mp ig...
by _DanTheMan_
February 27th, 2010, 3:02 am
Forum: Modding, Modelling and Skinning
Topic: Marine Costume/Suit Skin locations?
Replies: 4
Views: 1996

Re: Marine Costume/Suit Skin locations?

I believe both use usmc_lod_mp.iwi and usmc_body_mp_col.iwi (The one with the substring "lod" is the one that loads at far distances).