
Members Online»
0 Active | 8 Guests
Online:
|
LATEST FORUM THREADS»
by ammys09
Posts: 1 / 245 warfare
CoD4 Map + Mod Releases by devielthan
Posts: 1 / 1775 Key Things the Design Comm...
CoDBO MP Mapping by rabbihasan21
Posts: 1 / 1096 Three Out of 10 Television...
CoDBO General by warrior777
Posts: 2 / 898 Voting menu on maps
CoD+UO General by
Posts: 0 / 789 Hauling 911
CoDBO3 General |
Polls»
|
|
| Topic | Replies | Views | Last Post | |
![]() |
CENTCOM Mod Public BETA! Call of Duty 4 : CoD4 Offsite Links InfinityTutorials.com just released a mod for CoD4... CENTCOM! come check it out :D http://www.infinitytutorials.com/centcom/ Thanks, eXsolved... [more] |
1 | 2261 | Jul 9, 2008 06:37 pm by exsolvedh3 ![]() |
![]() |
Player profile (Name character limit) Call of Duty 4 : CoD4 Scripting Well, they probably put a limit on it for a good reason, but, you can try manually editing your name in your profiles config_mp.cfg file... I'm not sure if that helps :P If that doesn't work, you could try something as far as memory editing your nam... [more] |
3 | 1330 | Jul 8, 2008 03:54 pm by exsolvedh3 ![]() |
![]() |
Help !! Call of Duty 4 : CoD4 Scripting Yup, its possible, would be something like Code: checkDvars() { while(1) { if(GetDvar("play_sound") == "1") { players = level.players; for(i=0; i... [more] |
2 | 1040 | Jul 8, 2008 05:45 am by exsolvedh3 ![]() |
![]() |
4095.4MB to load images ERROR! Call of Duty 4 : CoD4 Scripting Hey Guys, Have any of you encountered the error "Needed to allocate at least 4095.4MB to load images" ? If you have, can you please give me a fix, or cause of the problem. I am about to release a fairly large mod, but this has me struck. *Additional... [more] |
2 | 3981 | Jul 7, 2008 10:30 pm by exsolvedh3 ![]() |
![]() |
{Release} Zombie Infection (Server) Call of Duty 4 : CoD4 Map + Mod Releases Hey All If you like the zombies game-type, and want more of it, come check out our server at 77.74.196.204:28965. Now the zombies take it to a new level, where they always know where the humans are, they growl and make sounds like real zombies & you ca... [more] |
2 | 1300 | Apr 13, 2008 04:43 pm by exsolvedh3 ![]() |
![]() |
Team problems... Call of Duty 4 : CoD4 Scripting Hey All How do you place everyone on a team on the game start, except for 1 person? I'm making a mod similar to zombies and need all players to start on the Allied side, except for 1 player on the Axis side. Also, currently I have: Code: _infectEnd... [more] |
1 | 883 | Apr 11, 2008 04:47 am by exsolvedh3 ![]() |
![]() |
Server Messages... Call of Duty 4 : CoD4 Scripting Oh, thanks for that code, was looking for that. Just a quick question though, what I the hud's size? So that we can position text correctly. Like if it is 100 units wide, using self.website.x = 50; would place the text at center? Thankyou.... [more] |
7 | 1376 | Apr 11, 2008 04:39 am by exsolvedh3 ![]() |
![]() |
Moving players to other teams on command. Call of Duty 4 : CoD4 Scripting oooo ! That definitely worked, thank you. A little buggy, but its a start... Got anything else up your sleeves ? (got xfire?) Also, is there a function or code snippet anyone has that can produce the text that objectives are shown in, know what I m... [more] |
4 | 697 | Apr 9, 2008 11:31 pm by exsolvedh3 ![]() |
![]() |
Moving players to other teams on command. Call of Duty 4 : CoD4 Scripting Hey Here's what I have: Quote:_infectLifeMath() { if( self.pers["team"] == "allies" && self.pers["deaths"] > 0 ) { //Make em move to axis } } Do any of you know what I have to replace "//Make em move to axis" with to forcefully move the pla... [more] |
4 | 697 | Apr 9, 2008 10:00 pm by exsolvedh3 ![]() |
![]() |
Breakable Brushes "Reset Trigger" Call of Duty 4 : CoD4 MP Mapping Alright thats awesome. But what would be the case with multiple breakable brushes? I have multiple targets (walls) that break when shot at. I have so far managed to get every group to work independently (using script_exploder:30, script_exploder:31 et... [more] |
5 | 985 | Mar 22, 2008 09:43 pm by exsolvedh3 ![]() |
![]() |
Breakable Brushes "Reset Trigger" Call of Duty 4 : CoD4 MP Mapping Hey Mods. I'm not too familiar with Triggers / Scripting. I used the breakable brushes tutorial to create targets that break when shot. However, is there a way to reset the targets to their original state when someone shoots/passes through or touches a... [more] |
5 | 985 | Mar 22, 2008 08:17 pm by exsolvedh3 ![]() |
![]() |
InfinityTutorials.com Call of Duty 4 : CoD4 Offsite Links Hey. I recently opened a modding & mapping forum for CoD4, www.infinitytutorials.com. I see that modding is really popular and so I had an idea. I will be producing a series of DVD's on mapping, my first being BASIC TRAINING. I'll keep you updated ... [more] |
1 | 1343 | Feb 26, 2008 05:24 pm by exsolvedh3 ![]() |
![]() |
MP Map Requirements Call of Duty 4 : CoD4 MP Mapping is this a problem due to the 1.5 patch... and talking about it, when the heck is Activision going to come out with another patch to address the issue of loadscreens etc messed up by the 1.5 patch... its getting a wee bit annoying... not to mention pee-... [more] |
7 | 1504 | Feb 10, 2008 11:26 pm by exsolvedh3 ![]() |
![]() |
MP Map Requirements Call of Duty 4 : CoD4 MP Mapping bump, so from what I've heard, im not the only person out there... thank god lol. Does this actually have a fix, because how do some server's run maps without this message appearing when u join.... it just goes straight to downloading the map. I hav... [more] |
7 | 1504 | Feb 10, 2008 07:40 pm by exsolvedh3 ![]() |
![]() |
MP Map Requirements Call of Duty 4 : CoD4 MP Mapping Hey... I am currently working on a map, well, actually its finished. However, some issues have come up, that when I host it on my dedi server... no one can join due to an error proclaiming, that their "mp_map.ff" is different from the server. Is there... [more] |
7 | 1504 | Feb 10, 2008 05:48 pm by exsolvedh3 ![]() |
![]() |
InfinityTutorials Call of Duty 4 : CoD4 Offsite Links Hey Yes, off course I understand the issue with the logo, and I have already sent a message to Infinity Ward to inquire about it. Quote:Whatever you do as an admin plz review tuts more than once and then post it. i've seen ppl post stuff just to fil... [more] |
4 | 1854 | Jan 31, 2008 04:42 am by exsolvedh3 ![]() |
![]() |
InfinityTutorials Call of Duty 4 : CoD4 Offsite Links Hey, Im not sure if this kind of post is allowed, but Ill post anyway. I am, like most, a mod fanatic, and recently started modding again for CoD4. I used to own a popular Halo modding site, but now have turned to CoD4. its called www.infinitytutorials... [more] |
4 | 1854 | Jan 30, 2008 11:46 pm by exsolvedh3 ![]() |
![]() |
Wrong test maps loading Call of Duty 4 : CoD4 MP Mapping Yea, this happened to me too. Make sure you have 1 TDM Spawn, 1 ALLIES Spawn, 1 AXIS Spawn and 1 Global Intermission Spawn. Good luck.... [more] |
8 | 1169 | Jan 27, 2008 08:36 pm by exsolvedh3 ![]() |
| MODSonline.com Forums |
Latest Syndicated News»
Comments: 5
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which... Comments: 5
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ... Comments: 5
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead?
... Comments: 5
Codutility.com up and runn...
It seems to me the like the site is completely dead? Comments: 5
Codutility.com up and runn...
Yeeaahhhh.........
|
Latest Downloads»
mp_Temple
Call of Duty: Mods: Multiplayer (624.12Kb) OHMY Don Quixote
Call of Duty 2: Maps: Multiplayer (5.76Mb) OHMY Neuburg
Call of Duty 2: Maps: Multiplayer (6.84Mb) OHMY Tebessa
Call of Duty 2: Maps: Multiplayer (7.36Mb) OHMY POW Camp
Call of Duty 2: Maps: Multiplayer (2.15Mb) |
Partners & Friends»
|
Site Links and Information
|
Partners
|
Friends
|
Copyright © MODSonline LLC
Tresware Content Management System © 2011
Website Designed by LKFX and Developed by Tresware