
Members Online»
0 Active | 10 Guests
Online:
|
LATEST FORUM THREADS»
by ammys09
Posts: 1 / 259 warfare
CoD4 Map + Mod Releases by devielthan
Posts: 1 / 1777 Key Things the Design Comm...
CoDBO MP Mapping by rabbihasan21
Posts: 1 / 1099 Three Out of 10 Television...
CoDBO General by warrior777
Posts: 2 / 899 Voting menu on maps
CoD+UO General by
Posts: 0 / 790 Hauling 911
CoDBO3 General |
Polls»
|
|
| Topic | Replies | Views | Last Post | |
![]() |
[Release] Method to Monitor Any Custom Key Call of Duty: World at War : CoDWW Scripting AWE did it all the way back in CoD2 over 2 years ago with an invisible menu.... [more] |
16 | 2258 | Dec 23, 2009 12:54 pm by OutPoursTheRED ![]() |
![]() |
Running a mod with downloads from redirect Call of Duty: World at War : CoDWW Scripting Alright Tally thanks for the post, I assumed something drastic was wrong. So basically allow download in cfg but enter no redirect so the file is transferred directly from the server itself?... [more] |
7 | 1997 | Nov 22, 2008 01:30 pm by OutPoursTheRED ![]() |
![]() |
Running a mod with downloads from redirect Call of Duty: World at War : CoDWW Scripting I assume that mods are set up in the same way as CoD4? I made my mod last night and tested it on my PC and all works fine (I am running from mods/mymod with +set fs_game mods/mymod and +set fs_basegame mods/mymod). When we put the iwd and ff on the redire... [more] |
7 | 1997 | Nov 22, 2008 04:55 am by OutPoursTheRED ![]() |
![]() |
Kill Player Call of Duty 2 : CoD2 Scripting b3 with power admin plugin.... [more] |
3 | 1454 | Aug 7, 2008 08:37 am by OutPoursTheRED ![]() |
![]() |
My first mod / i need help Call of Duty 4 : CoD4 Scripting There is an easy way to adjust light levels. In my mod I added a "time of day" lighting - it spawns you at a certain "time of the day" then progresses that day on with lighting to match it. eg. Highest light at midday and darkest at midnight. Play a... [more] |
6 | 2016 | Jul 27, 2008 12:34 am by OutPoursTheRED ![]() |
![]() |
Basic killingspree, firstblood... messages code? Call of Duty 4 : CoD4 Scripting Doing attacker = undefined; right before isPlayer(attacker) is obviously going to fail as the attacker is undefined right before it. Add to callback_playerKilled in globallogic: Code:level thread firstBlood(attacker, self); Then change your first... [more] |
6 | 2197 | Jul 26, 2008 02:57 pm by OutPoursTheRED ![]() |
![]() |
Get what the player says Call of Duty 2 : CoD2 Scripting If you havent got this fully working yet try installing b3 (Big Brother Bot). It is available for free and has great forum support from the community. It is mainly an admining service but you can tweak it to do what you want quite easily. Commands a... [more] |
9 | 1296 | Jul 22, 2008 04:18 am by OutPoursTheRED ![]() |
![]() |
Help needed creating a total Conversion Call of Duty 4 : CoD4 Scripting Your ideas seem ok but as Tally said the engine has its limits and they are reached too easily and too often. Also remember when doing the "boost" idea to adjust your map boundaries accordingly - make the exterior walls high enough to stop people climb... [more] |
28 | 2050 | Jul 21, 2008 03:24 pm by OutPoursTheRED ![]() |
![]() |
Adding an image to screen after death Call of Duty 4 : CoD4 Scripting Sure. Try something like: Code://Call this from spawnPlayer on self imageThink() { self endon("disconnect"); self endon("game_ended"); for(;;) { self waittill("killed_player"); self thread addImageToHUD(); //What you want after de... [more] |
3 | 1997 | Jul 21, 2008 06:14 am by OutPoursTheRED ![]() |
![]() |
LOCAL_VAR_STACK_SIZE exceeded error Call of Duty 4 : CoD4 Scripting Problem fixed now after I tweaked all the threads a little bit. My guess is that there is a limit to the number of times you can pass on a variable across threads too?... [more] |
3 | 1134 | Jul 21, 2008 05:50 am by OutPoursTheRED ![]() |
![]() |
LOCAL_VAR_STACK_SIZE exceeded error Call of Duty 4 : CoD4 Scripting Has anyone had this before and fixed it or knows what causes this issue. I have had my mod running fine for weeks and just tweaked a few little things and now I am getting this error. Maybe there is a maximum length for a gsc file? (Mine is currently 12,2... [more] |
3 | 1134 | Jul 4, 2008 08:19 pm by OutPoursTheRED ![]() |
![]() |
Menu modification Call of Duty 4 : CoD4 Scripting In my menus I made it so the players can pick any combination of perks by making each slot take all perks. Now the only issue is stopping people from taking special grenade x 3 in slot 2 or 3 while already having smoke nades picked. I have edited the menu... [more] |
1 | 1106 | Feb 26, 2008 04:29 am by OutPoursTheRED ![]() |
![]() |
Script error by picking up a weapon Call of Duty 4 : CoD4 Scripting It is dragunov_mp not weapon_dragunov_mp. In give weapon you don't need the 1 either as it isn't an offhand and it will assume 1 anyway.... [more] |
4 | 1693 | Feb 6, 2008 10:27 pm by OutPoursTheRED ![]() |
![]() |
Menu mods - still not possible? Call of Duty 4 : CoD4 Scripting I am trying to make what I think is a very simple menu mod. The mod I use disables all but 12 perks. Now what I intend to do is make these perks be selectable in any slot. There is a ui_mp folder in the mod tools and I have edited cac_ingame to: Cod... [more] |
2 | 1025 | Jan 31, 2008 08:37 am by OutPoursTheRED ![]() |
![]() |
Voice Chat ID for Hardcore Mode Call of Duty 4 : CoD4 Scripting Go into downloads section of this site. Find the full MP rip of cod4. Start editing in _globallogic. You can search for level.hardcore to find some features of hardcore mode. Then simply change the script so that you have the hardcore features you want wi... [more] |
9 | 1203 | Jan 23, 2008 07:49 pm by OutPoursTheRED ![]() |
![]() |
Voice Chat ID for Hardcore Mode Call of Duty 4 : CoD4 Scripting Check the post I made on server side unranked mod. This has been possible to do since day 1. I have done it myself.... [more] |
9 | 1203 | Jan 23, 2008 04:47 am by OutPoursTheRED ![]() |
![]() |
Possible mod error kicks all players Call of Duty 4 : CoD4 Scripting Nothing custom to do with weapons or models, no.... [more] |
5 | 1073 | Jan 10, 2008 01:37 am by OutPoursTheRED ![]() |
![]() |
Possible mod error kicks all players Call of Duty 4 : CoD4 Scripting Running a full mod that I designed myself, no weapons mod but there is a weapons folder in the fs_game, should I remove? Cannot give more info about when it happens as it hasnt happened to me specifically and people are a long way from c4 when they tri... [more] |
5 | 1073 | Jan 9, 2008 03:22 pm by OutPoursTheRED ![]() |
![]() |
Possible mod error kicks all players Call of Duty 4 : CoD4 Scripting Rarely, when players explode C4, there is an error made on the server that results in kicking all the current players. The error is along the lines of: Code:no xmodel loaded for item 106, weapon index 106, model 0 [] Anyone got an idea of how to ... [more] |
5 | 1073 | Jan 9, 2008 11:59 am by OutPoursTheRED ![]() |
![]() |
Creating a stat monitor for players Call of Duty 4 : CoD4 Scripting "+guid+" is a way of putting their guid value to the end of whatever i want, eg. level.score"+guid+" could give level.guid123456, meaning that all players have their own that is only affected by them. Also why can't I set it to 0. I have with other lev... [more] |
4 | 1185 | Jan 1, 2008 12:41 pm by OutPoursTheRED ![]() |
![]() |
Creating a stat monitor for players Call of Duty 4 : CoD4 Scripting I am looking to make a statistics monitor for all players that play on my call of duty 4 mod server. So far the only idea I came up with is: Code:checkStatsOnSpawn() { guid = self getGUID(); if(!isDefined(level.score"+guid+")) level.score"+guid... [more] |
4 | 1185 | Dec 31, 2007 09:47 am by OutPoursTheRED ![]() |
![]() |
level.legit_weapons...need help pls! Call of Duty 4 : CoD4 Scripting set_legit_weapons_for_cargoship() TO set_legit_weapons_for_cargoship(); That may be the problem.... [more] |
29 | 1540 | Dec 26, 2007 02:48 am by OutPoursTheRED ![]() |
![]() |
removing airstrikes & Choppers? Call of Duty 4 : CoD4 Scripting Do these actually function though? A lot of the dvars in the server cfg have no function if you look through the MP GSC files, such as health regen times and respawn times. I have looked through most of the gscs relating to hardpoints and can't find these... [more] |
8 | 1554 | Dec 25, 2007 11:40 am by OutPoursTheRED ![]() |
![]() |
removing airstrikes & Choppers? Call of Duty 4 : CoD4 Scripting Well you probably need to get a copy of the original _hardpoints and edit it to that. I would assume making a "new" gsc called _hardpoints would replace the original (and doing so get rid of all the other threads). Check your PMs, I will give you a lin... [more] |
8 | 1554 | Dec 25, 2007 10:30 am by OutPoursTheRED ![]() |
![]() |
removing airstrikes & Choppers? Call of Duty 4 : CoD4 Scripting 94sniper writes...Quote:I'm trying to make a GOOD sniper server mod right now, but I can't figure out how to disable airstrikes and choppers. i've looked in _globallogic, _copter, _helicopter, and _perplayer. I can't find anything anywhere. so basicall... [more] |
8 | 1554 | Dec 24, 2007 10:45 pm by OutPoursTheRED ![]() |
| 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