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

Members Online

»
0 Active | 9 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 appel
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
Importing Trees/foliage
Call of Duty : CoD Mapping
Thanks for all the replies, I really appreciate all help Appel,... [more]
15 1328 Mar 6, 2009 08:22 pm
by appel
Map entirely gone?
Call of Duty : CoD Mapping
*I solved this problem already, but I keep it here so other people can learn from it Hey Guys, I'm Really sad because I lost my map When I start Radiant and load my map it gives to following message: no worldspawn in map map_new And I c... [more]
1 831 Mar 1, 2009 02:34 pm
by appel
Importing Trees/foliage
Call of Duty : CoD Mapping
I'll try to find it ;) Appel, ... [more]
15 1328 Mar 1, 2009 11:26 am
by appel
Importing Trees/foliage
Call of Duty : CoD Mapping
I already tried that, but it takes more time and it's not very easy to find exactly what you want. Still thanks. Appel, ... [more]
15 1328 Mar 1, 2009 10:10 am
by appel
Importing Trees/foliage
Call of Duty : CoD Mapping
Where can I find a list of all model-names?... [more]
15 1328 Feb 28, 2009 06:19 pm
by appel
Importing Trees/foliage
Call of Duty : CoD Mapping
I looked around a bit but couldn't find an answer for the next problem: I want to add a couple of trees and bushes into my map, but i got no idea where I can import this. Anyone knows where/how to get this? Appel,... [more]
15 1328 Feb 28, 2009 01:31 pm
by appel
Scripting problem
Call of Duty : CoD Mapping
Thank you so much for all the help you've provided :D You might see me back with some new problems to solve Appel, ... [more]
17 849 Feb 25, 2009 09:14 pm
by appel
Scripting problem
Call of Duty : CoD Mapping
It works, thank you so much, and everybody who posted here! :D I just remade the entire map, and then it worked. I think the think that was causing the problem was my origin being INSIDE the script_brushmodel instead of next to it I feel quite st... [more]
17 849 Feb 25, 2009 06:02 pm
by appel
Scripting problem
Call of Duty : CoD Mapping
This is really freaking me out, I'll paste the .gsc code i got right now AND the .map file, please help me find what I'm doing wrong. Code: Code: Main() { thread door_slider(); } door_slider() { henk = getent("slide", "targetname"); trig ... [more]
17 849 Feb 25, 2009 04:17 pm
by appel
Scripting problem
Call of Duty : CoD Mapping
I can load the map now and walk around... but the platform still doesn't rotate... Anyone got an idea how to solve this problem? (sorry for bothering you so long ;)) Appel,... [more]
17 849 Feb 24, 2009 06:39 pm
by appel
Scripting problem
Call of Duty : CoD Mapping
Hey, I used the same map, but this Time i Used the Script you made, but somehow when I try to load my map, It gets stuck at the ''Multiplayer 1.5'' screen. Anyone knows a solutions for this problem? Still thx for fixing the .gsc file ;) Appel... [more]
17 849 Feb 24, 2009 04:35 pm
by appel
compiling problem
Call of Duty : CoD Mapping
You are superawesome :D thank you so much! I got no idea why it works, but it works! :D Thank you very much! ... [more]
7 954 Feb 24, 2009 03:41 pm
by appel
Scripting problem
Call of Duty : CoD Mapping
http://www.megaupload.com/?d=OSVPUQSM You can download the map there, Can you guys help me out? :D... [more]
17 849 Feb 24, 2009 03:11 pm
by appel
compiling problem
Call of Duty : CoD Mapping
doesn't work either, since he does the action from a different root: i get the following error: ''can not be found'' at every line of my cmd-window. Isn't there an application to compile your maps? ... [more]
7 954 Feb 24, 2009 03:09 pm
by appel
Scripting problem
Call of Duty : CoD Mapping
Hey Guys, I read the scripting toturial, since i wanted to make a platform spin for a certain time when a trigger_use was activated. When I try to open the map it says: Script compile error (see console for details) Console says: ***********... [more]
17 849 Feb 24, 2009 12:58 pm
by appel
compiling problem
Call of Duty : CoD Mapping
I'm running Vista now...... [more]
7 954 Feb 24, 2009 06:59 am
by appel
compiling problem
Call of Duty : CoD Mapping
Hey Guys, I can't compile my maps on my laptop anymore. I do not know what the problem is. On my old computer, which was XP, I always used a .bat file to compile my .map files. Somehow this does not work anymore. Does anybody know how to solve th... [more]
7 954 Feb 23, 2009 09:55 pm
by appel
Compiling Maps- Vista
Call of Duty : CoD Mapping
I got the same problem, I can't get it done with the .bat file I used to use when compiling maps. I think it has something to do with admin right or something, since that is a common problem with vista.... [more]
2 976 Feb 22, 2009 09:18 pm
by appel
hiding structures from sight?
Call of Duty : CoD Mapping
You could it with a good amount of fog... in a .gsc file like this: Code: main() { setCullFog (0, 8000, 0.8, 0.8, 0.8, 0);//this is the fog ambientPlay("ambient_mp_railyard"); maps\mp\_load::main(); game["allies"] = "russian"; game["axis"] ... [more]
4 2085 Feb 22, 2009 09:14 pm
by appel
compiling your map with vista...
Call of Duty : CoD Mapping
The file really ain't there. And the leaking is not the problem either, since it also won't work with maps without leaks... Anyone got vista himself? And knows how to fix this?... [more]
7 960 Jul 9, 2008 12:25 pm
by appel
compiling your map with vista...
Call of Duty : CoD Mapping
cd ..\..\tools\bin q3map ../../main/maps/mp_vet q3map -vis ../../main/maps/mp_vet flare -extra -sundiffusesamples 10 -dumpoptions ../../main/maps/mp_vet cd ..\..\ pause this is what happens if I run it normal: C:\Program Files\Call of Dut... [more]
7 960 Jul 8, 2008 08:43 am
by appel
compiling your map with vista...
Call of Duty : CoD Mapping
then the batch file opens and directly closes again with no result...... [more]
7 960 Jul 7, 2008 11:55 am
by appel
compiling your map with vista...
Call of Duty : CoD Mapping
Hey guys, I got a new problem since my laptop got vista, now I am able to save my map, but I can't make a .bsp file. the compiling tutorial doesn't work. I am not admin so I can't succesfully execute the .batch. It is my laptop so I wanna be admi... [more]
7 960 Jul 7, 2008 11:31 am
by appel
vista+codrad=?
Call of Duty : CoD Mapping
somehow i can't compile.... My mp_maze.map is in my main/maps folder, and so is my mp_maze.bat. When I run it, it all appears to be fine, but the .bsp file won't pop up... C:\Program Files\Call of Duty\main\maps>cd ..\..\tools\bin C:\Program Fi... [more]
7 848 Jun 11, 2008 10:27 am
by appel
vista+codrad=?
Call of Duty : CoD Mapping
wow! thx guys! Didn't thought It was going to be this easy ^^... [more]
7 848 Jun 11, 2008 09:57 am
by appel
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

»