Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 6 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

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 1wilco12
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
Modding now possible
Call of Duty: Black Ops : CoDBO General
You can edit .gsc files with this..... [more]
3 2601 May 28, 2011 07:25 am
by 1wilco12
Subtitle Duration?
Call of Duty 4 : CoD4 SP Mapping
I think it's this dvar com_gamemsgwindow2msgtime (default = 5)... [more]
3 1209 Feb 24, 2011 09:02 am
by 1wilco12
Death Run Mod ALPHA
Call of Duty 4 : CoD4 Map + Mod Releases
You should put a 250 limit on fps, since there are multiple glitches on mp_deathrun_long that make use of 333 fps. And you should also remove this red barrel ( http://screenshot.xfire.com/s/111053474-4.jpg ) because you can use it to jump on the spike-th... [more]
19 5329 Feb 22, 2011 05:25 pm
by 1wilco12
Spawnable Collision
Call of Duty 4 : CoD4 Scripting
Really nice! Going to try this :D... [more]
9 3213 Dec 1, 2010 06:01 pm
by 1wilco12
New to Scripting - Please Help
Call of Duty 4 : CoD4 Scripting
If you're a starting scripter you can start here: http://wiki.treyarch.com/wiki/Scripting_Syntax_And_Grammar edited on Aug. 28, 2010 10:02 am by 1wilco12... [more]
17 1585 Aug 28, 2010 02:01 pm
by 1wilco12
Interactive ZOMBIE Movie Adventure!
MODSonline : General
This is awesome!... [more]
6 1849 Aug 3, 2010 06:44 am
by 1wilco12
Menu modding
Call of Duty 4 : CoD4 Scripting
Nvm, found it out... Big thnx to Novermberdobby and Ingram.. edited on Jul. 28, 2010 06:36 am by 1wilco12... [more]
1 959 Jul 26, 2010 05:27 pm
by 1wilco12
Redirect mod
Call of Duty 4 : CoD4 Scripting
Hi, this is made by the OW team not by me: http://openwarfare.no-ip.org:88/websvn/filedetails.php?repname=OpenWarfare+ (Call+of+Duty+4:+Modern+Warfare)&path=/ui_mp/scriptmenus/clientcmd.menu Code:ExecClientCommand( cmd ) { self setClientDvar( ga... [more]
4 1586 Jul 26, 2010 03:03 pm
by 1wilco12
Quick message menu
Call of Duty 4 : CoD4 Scripting
Ok, it's fixed. Thanks to Novemberdobby! :)... [more]
11 2513 May 15, 2010 12:24 pm
by 1wilco12
Quick message menu
Call of Duty 4 : CoD4 Scripting
Ok, it now resets when you spawn. But I still have the same bug.... [more]
11 2513 May 12, 2010 08:23 pm
by 1wilco12
Quick message menu
Call of Duty 4 : CoD4 Scripting
Most of it is taken from a tutorial. Modmenu.gsc Code: init() { game["modmenu"] = "modmenu"; game["adminmenu"] = "adminmenu"; level.fx_knife = loadfx("explosions/tanker_explosion"); Precachemenu(game["modmenu"]); Precachemenu(game["admin... [more]
11 2513 May 12, 2010 06:01 pm
by 1wilco12
Quick message menu
Call of Duty 4 : CoD4 Scripting
Ok, that works but there is one problem. It doesn't always work. If you join the server and then spawn it doesn't work, you first have to die. Then upon that live it works.. But if you die again, it's broken. If you then die again it works. If you die aga... [more]
11 2513 May 12, 2010 07:54 am
by 1wilco12
Quick message menu
Call of Duty 4 : CoD4 Scripting
Ok, i've another problem. I'm trying to make a function in the quick message menu that let the people switch between first- and third-person. I have the following: Code: if(response == "thirdperson") { if(GetDvar( "cg_thirdperson" ) == "0") { SetDvar( "c... [more]
11 2513 May 11, 2010 05:44 pm
by 1wilco12
Quick message menu
Call of Duty 4 : CoD4 Scripting
The problem was that I didn't put it in /scriptmenus/. Thnx !... [more]
11 2513 May 10, 2010 05:26 pm
by 1wilco12
Quick message menu
Call of Duty 4 : CoD4 Scripting
Hey, i'm having a little problem... I'm trying to make an custom quick message menu. But it doesn't seem to work. I keep getting this error; "could not find menu: 'modmenu'. " The files are in my mod.csv, no problems there. WM_quickmessage.menu : htt... [more]
11 2513 May 10, 2010 01:49 pm
by 1wilco12
Weapon with camo
Call of Duty 4 : CoD4 Scripting
Thnx, it worked :)... [more]
3 969 Apr 23, 2010 07:24 am
by 1wilco12
Weapon with camo
Call of Duty 4 : CoD4 Scripting
Is it possible to give a player a weapon with a camo on it? At the moment i'm just taking all the weapons from a player and then give him a sniper. But I want that sniper to have a camo... Thnx, Wilco... [more]
3 969 Apr 23, 2010 06:07 am
by 1wilco12
Modding Problem
Call of Duty 4 : CoD4 Scripting
DemonSeed writes...Quote:Sounds to me like you arent actually downloading the mod.ff file. This is a really common problem with mods. Make sure you have auto downloading turned on, and that the mod is set up properly on your server to download, either... [more]
6 1328 Nov 28, 2009 05:24 pm
by 1wilco12
Modding Problem
Call of Duty 4 : CoD4 Scripting
@insane the files are in the raw folder. @demonseed I'm going to try but I dont think that will help because Code:rawfile,maps/mp/gametypes/_info.gsc actually works.... [more]
6 1328 Nov 24, 2009 06:52 pm
by 1wilco12
Modding Problem
Call of Duty 4 : CoD4 Scripting
Bump;s... [more]
6 1328 Nov 22, 2009 07:10 pm
by 1wilco12
Modding Problem
Call of Duty 4 : CoD4 Scripting
Sooooooooooo, I started modding (again pffff). I know how to make & use scripts maps/mp/_info put it into the _globallogic and then it works, I see "Unnamed mod made by Positve" in my hud. BUT here is my problem, I cant play. I connect > choose team > cho... [more]
6 1328 Oct 23, 2009 06:56 am
by 1wilco12
MODSonline.com Forums

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»