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 zbw
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
Creating a list and adding to it
Call of Duty 4 : CoD4 Scripting
i don't know how to build a list in gsc but ,there are lot of array related func in _utility.gsc such as array_reverse() array_add() and so on maybe they will help you... [more]
10 2579 Mar 23, 2011 05:10 am
by zbw
in sp, How to change the player team to "axis"
Call of Duty: World at War : CoDWW Scripting
How to change the player team to "axis" is that possible?... [more]
1 2538 Mar 23, 2011 03:17 am
by zbw
is that possible to control a flag(or a trigger) in runtime?
Call of Duty: World at War : CoDWW SP Mapping
for example ,i have some flag_init() now i want to test some reactions by setting flags in runtime Is that possible? or is there trigger that i could control its "on off" by console in runtime? thank you edited on Mar. 22, 2011 10:14 pm by zb... [more]
1 2623 Mar 23, 2011 02:13 am
by zbw
question about language in sp
Call of Duty: World at War : CoDWW SP Mapping
voidsource writes...Quote:try this very simple thing: Code: REFERENCE OBJ_1 LANG_ENGLISH "任务1 跟在T34坦克后面" see if that works? i once did a spanish subtitle of my sp map and that... [more]
3 3073 Mar 12, 2011 01:04 pm
by zbw
question about language in sp
Call of Duty: World at War : CoDWW SP Mapping
I want to display the objective strings of my sp map in my native language(chinese) I try to add the LANG_ZH-CN in my .str file like this Code:REFERENCE OBJ_1 LANG_ENGLISH "Take cover behind the T34's" LANG_ZH-CN "任&... [more]
3 3073 Mar 11, 2011 01:19 pm
by zbw
beginner question, how many build-in events in scripting ?
Call of Duty: World at War : CoDWW Scripting
sorry,i am a beginner.I don't konw how to call it exactly. the events always are used with waittill() func. For example,Here a trigger_damage. Code:self waittill ("damage", amount,attacker, direction_vec, point, type); Here the string "damage", that... [more]
5 2837 Feb 7, 2011 02:37 pm
by zbw
beginner question, how many build-in events in scripting ?
Call of Duty: World at War : CoDWW Scripting
I always find many events used in waittill and so on Is that pre-defined? and where i could find a list or a explain of the events? ... [more]
5 2837 Feb 7, 2011 08:56 am
by zbw
door trouble,help please.
Call of Duty: World at War : CoDWW MP Mapping
i make a simple door, and the door also works well. When I stand between the door and the frame,I try to close the door, I was pushed back, That's acceptable. But the trouble comes, after I was pushed back. I can not move anymore! Have you ever face... [more]
2 1227 Feb 1, 2011 02:25 pm
by zbw
Sp barebones map,no sond
Call of Duty: World at War : CoDWW SP Mapping
I have extract the sound file to raw folder and there is no compile error After i enter the game ,no sound follow is the zone source Code:// NOTE: If you add a comment, put a space after the double forward slash or you will get issues ignore,code_p... [more]
4 3877 Feb 1, 2011 12:45 am
by zbw
question about bullet impact mark
Call of Duty 4 : CoD4 General
I make a custom xmodel(and hitbox),but when i fire at it,the bullet impact mark was wrong, the screenshot How to fix that? ... [more]
1 1295 Jan 16, 2011 07:27 am
by zbw
can't see the bottom of the level compiling tab window ,how to set up?
Call of Duty 4 : CoD4 General
i have tested each resolution,but I still can't see the bottom.... [more]
7 1517 Jan 9, 2011 09:14 am
by zbw
can't see the bottom of the level compiling tab window ,how to set up?
Call of Duty 4 : CoD4 General
The important is that when i maximize the window I still can't see the bottom. Did others have the same trouble? ... [more]
7 1517 Jan 9, 2011 02:15 am
by zbw
can't see the bottom of the level compiling tab window ,how to set up?
Call of Duty 4 : CoD4 General
cskiller86 writes...Quote:Why don't you just resize the window ? I tried to resize it,but i can't see the bottom edge of the window at all ,Only dragging the above edge of the window doesn't work. Why there isn't a scrollbar? I also post a screenshot... [more]
7 1517 Jan 7, 2011 09:39 am
by zbw
can't see the bottom of the level compiling tab window ,how to set up?
Call of Duty 4 : CoD4 General
hi all No matter how i change the resolution of the screen,I still can't see the bottom of the level compiling tab My resolution is 1366x768. How to fix that? ... [more]
7 1517 Jan 7, 2011 06:26 am
by zbw
Beginner question,patch texturing display error in camera view
Call of Duty 4 : CoD4 General
Thank you,BlackJack_Jonny That's not a big deal , the situation only happens when i try to cap a tool texture such as cauk on a patch.... [more]
5 2448 Jan 5, 2011 01:49 pm
by zbw
Beginner question,patch texturing display error in camera view
Call of Duty 4 : CoD4 General
I make a vedio ,then try to upload a site abroad,but the speed is so slow . So i upload it to a native website. below is the downpage beside the green down arrow there is the download link Hope you can download it. or you could copy this link Quo... [more]
5 2448 Jan 4, 2011 03:14 pm
by zbw
Beginner question,patch texturing display error in camera view
Call of Duty 4 : CoD4 General
screenshots are below cap the texture set natural fit do not work just display wireframe This problem happens when i use cauk or other tool texttures. While when i use other texture,It seemed that no problem. What cause the problem? help... [more]
5 2448 Jan 3, 2011 01:43 pm
by zbw
Beginner question,how to bend a cylinder in cod4radiant?
Call of Duty 4 : CoD4 General
Quote:please confirm that megaupload is a website you can download from in your region ? Yes ,I have downloaded it,There is no problem.and the speed is also ok. Thank you for help very much I am waiting for your nice work.and Could you mind e-ma... [more]
13 2731 Jan 3, 2011 03:37 am
by zbw
Beginner question,how to bend a cylinder in cod4radiant?
Call of Duty 4 : CoD4 General
BlackJack_Jonny writes...Quote:hi shame you cant access youtube in your region , but no fear , ive uploaded that video to megaupload for you you can download it here - http://www.megaupload.com/?d=KKKPZZ54 My god! ,Is that you? BlackJack_Jonny ... [more]
13 2731 Jan 3, 2011 01:21 am
by zbw
Beginner question,how to bend a cylinder in cod4radiant?
Call of Duty 4 : CoD4 General
I am in China ,Youtube was banned Could you give some else weblink to watch them but youtube?... [more]
13 2731 Jan 2, 2011 03:27 pm
by zbw
Beginner question,how to bend a cylinder in cod4radiant?
Call of Duty 4 : CoD4 General
cskiller86 ,Could you give a link to download the video, i can't watch it online. Thank you edited on Jan. 2, 2011 06:04 am by zbw... [more]
13 2731 Jan 2, 2011 10:57 am
by zbw
Beginner question,how to bend a cylinder in cod4radiant?
Call of Duty 4 : CoD4 General
hi all, this is my first post in here,English isn't my native language,So there must be many mistakes of language.I try to writing accecptable words My issue is that, How to bend a cylinder in cod4radiant? I want to make a water pipeline. I try to move... [more]
13 2731 Jan 2, 2011 06:52 am
by zbw
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

»