Art of War Central
View in iTunes
Please help us to raise in the ranks of podcasting and subscribe to our itunes feed using the link above.
The next MODSonair show will air LIVE on:
03/21/2010 12:03 EDT

Time remaining:
We Dontated to PixelEquity
"Mod or modification is a term generally applied to PC games, especially first-person shooters, RPGs and real-time strategy games." 2
 
Site News   |   Aggregated News   |   Forums   |   Tutorials   |   Downloads   |   Projects   |   Weblinks
Latest Forum Threads 
CoD2 MP Mapping.. Posts: (9) Views: (85) by PanZerReBorN
CoD4 Scripting.. Posts: (4) Views: (176) by Larrabee
General Gaming.. Posts: (3) Views: (76) by BigAl444
CoD4 General.. Posts: (92) Views: (115) by Samuel033
CoD4 MP Mapping.. Posts: (1) Views: (21) by Infern4ll
CoDWW MP Mapping.. Posts: (5) Views: (76) by [ZCT]CoDMapper
CoD4 MP Mapping.. Posts: (10) Views: (148) by [IBS]MattY
CoD4 Map + Mod R.. Posts: (32) Views: (228) by sam_fisher3000
Back to Home Page
MODSCON 2010 L4D2 Contest
Art of War Central
 
Forums
MODSonline.com Forums
 

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Latest Posts by scillman
These topics are the latest to have been updated with new posts.
Show me more: 50 100 150
MODSonline.com Forums
Latest Posts
Subscribed Posts
Search
  Topic Replies Views Last Post
Binoculars
Call of Duty 4 : CoD4 Scripting
If it just returns without any mesage within the console then you probably do not have developer enabled! Try to replace this: waittillframeend; with this: wait 1; P.S. "precacheTurret" never heard from it but precaches should be before any wai... [more]
22 132 Mar 12, 2010 09:44 am
by scillman
Binoculars
Call of Duty 4 : CoD4 Scripting
mapname.gsc: Code:#include common_scripts\utility; #include maps\_utility; main() { // Load the binocular into the memory PreCacheItem( "binoculars" ); maps\_load::main(); waittillframeend; // Or use wait X; // Give the playe... [more]
22 132 Mar 11, 2010 02:25 pm
by scillman
[WIP]Double Trouble - SP
Call of Duty 4 : CoD4 SP Mapping
Looks pretty cool! Iīm always in for trying a singleplayer maps and definitely such good looking maps! I will get you on the battlefield (poor Russians XD)... [more]
13 235 Mar 7, 2010 10:49 am
by scillman
3D model problem/how to edit XModel
Call of Duty 4 : CoD4 General
1. First you must us non-mp weapons because they are for SP characters. 2. As far as I know there is no way to edit stock xmodels. 3. However you can create your weapon and replace the stock weapon file with the one of your weapon. Quote:weapon/sp/ga... [more]
20 136 Mar 7, 2010 10:45 am
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
Situation: You guys keep telling me the same store over and over again: mod.csv: Code:... localize,zom ... That didnīt work so I also tried other the raw ones in the hope that worked. And my string files are at all the following locations (Each l... [more]
17 129 Mar 7, 2010 10:26 am
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
Well itīs still not working! I tried the following: Code:rawfile,mod/english/ZOM.str rawfile,mod/french/ZOM.str rawfile,mod/german/ZOM.str rawfile,english/ZOM.str rawfile,french/ZOM.str rawfile,german/ZOM.str localize,english/ZOM localize,fren... [more]
17 129 Mar 7, 2010 05:50 am
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
Please help me to get this working, cause I still donīt know how to get this to work ... [more]
17 129 Mar 7, 2010 04:34 am
by scillman
Serverside or clientside?
Call of Duty 2 : CoD2 Scripting
Search for the weapon\mp folder (if I remember right it was in iw_13.iwd). Copy all the pistol files to your mod and change the following line in all the weapon files: Code:maxAmmo\64\startAmmo\32 Well I think that speaks for itself.... [more]
6 76 Mar 7, 2010 04:11 am
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
Please explain how you do it exactly because I do not understand it anymore ... [more]
17 129 Mar 6, 2010 08:31 am
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
I understand that but if I do that one my mod will be completly in german and if I take the english one it will be totally in english. Does anyone know how to run these two next to each other?!... [more]
17 129 Mar 6, 2010 08:06 am
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
Sevenz writes...Quote:you may try different language parameters in the linker call: linker_pc.exe -language german -compress -cleanup mod btw. i tried LANG_FOOBAR in a str file some time ago and it appeared like it doesn't matter what you put there (L... [more]
17 129 Mar 6, 2010 07:33 am
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
Lol, you can be right it stopped working ! I will defenitly try that one ;)! edited on Mar. 6, 2010 05:13 am by scillman Well I tried that and things like that but it doesnīt seem to work at all, it will always get the english version. P.S. I can... [more]
17 129 Mar 6, 2010 04:41 am
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
I got it working! An example: mods\modX\mod.ff mods\modX\modX.iwd mods\modX\english\mod.ff mods\modX\german\mod.ff Explenation when you have the English game it will take that one, when it has the German game it will take that one but if your langu... [more]
17 129 Mar 5, 2010 02:08 pm
by scillman
Modding multi language
Call of Duty 4 : CoD4 General
scillman writes...Quote:Well I canīt seem to get multiple languages working together within one mod. So I can try using the bat to change it to english but is it realy that easy?! Donīt I have to change LANG_ENGLISH within the .STR file?! Current .STR ... [more]
17 129 Mar 5, 2010 11:46 am
by scillman
bad syntax problem :(
Call of Duty 4 : CoD4 Scripting
Sorry for getting back an old topic but I was reading it, so maybe this helps. (If the problem still exists!) I think the problem is a lot easier then you think: "A script will do exactly what you tell him to do!" And itīs saying that the problem belon... [more]
13 199 Feb 28, 2010 03:04 pm
by scillman
CoD4 Linux, fs_game write protected
Call of Duty 4 : CoD4 General
For some reason it suddenly start working, so I donīt need an anwser anymore ... [more]
2 56 Dec 18, 2009 04:02 pm
by scillman
CoD4 Linux, fs_game write protected
Call of Duty 4 : CoD4 General
As I said above Iīm trying to make a CoD4 server with a mod on Linux (Ubuntu) but for some reason I canīt let it to read the fs_game, please help me out. Shortcut: Code:./cod4_lnxded +set fs_game mods/btd_alpha_002 +set dedicated 2 +exec server.cfg +m... [more]
2 56 Dec 18, 2009 01:52 pm
by scillman
Misc>model> no models
Call of Duty 4 : CoD4 MP Mapping
The pictures are in Docs/model_pics if this map is empty just download the mod tools and put the images there. When they are there, I would make a backup of my own files and reinstall the mod tools!... [more]
9 203 Dec 14, 2009 12:30 pm
by scillman
Mod Tools for MW2 Possibly?
MODSonline : General
Mod Tools is he crazy?! They said that Valve doesnīt support it. And as far as I know these are the options then: 1. Mod tools Singleplayer only 2. Mod tools for all (Singleplayer, Spec-Ops and Multiplayer) but no anti-hackers, etc 3. No mod tools at a... [more]
22 289 Dec 14, 2009 12:26 pm
by scillman
Force the use of actionslot
Call of Duty 4 : CoD4 Scripting
Demon it works perfectly, thank you very much!! ... [more]
11 189 Dec 9, 2009 02:50 pm
by scillman
Force the use of actionslot
Call of Duty 4 : CoD4 Scripting
DemonSpeed that looks usefull! I'll try it tonight because I'm not at home right now! ... [more]
11 189 Dec 9, 2009 06:13 am
by scillman
Force the use of actionslot
Call of Duty 4 : CoD4 Scripting
First of all this is for Multiplayer! Well I wanna script something and Iīm almost there but I need to force the player to switch to nightvision. I thought this could be done through the actionslot of the nightvision but I donīt know how to achieve my ... [more]
11 189 Dec 8, 2009 03:32 pm
by scillman
Golden skin needed (no weapon!)
Call of Duty 4 : CoD4 General
Lol, itīs true it wasnīt me :P. But to give you a quick update: I was working on a map for MW2 however there arenīt going to be mod tools so I dropped it. And I canīt continue it because Iīve got a new PC wich doesnīt have the files ;). But I hope Foam... [more]
15 202 Nov 27, 2009 12:35 pm
by scillman
Problem on modifying stock code
Call of Duty 4 : CoD4 Scripting
The following code comes out of the _weapons.gsc file, however I want to modify this part (I think). Well the player walks over a weapon and can then pick it up. However I want the axis to get empty guns and allies should get the stock ammo. How to do ... [more]
1 77 Nov 8, 2009 10:20 am
by scillman
Alpha problem
Call of Duty 4 : CoD4 General
Thanks, I got it working now :D!... [more]
4 72 Nov 6, 2009 11:06 am
by scillman
MODSonline.com Forums