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

Members Online

»
0 Active | 15 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:
Forum: All Forums : Call of Duty 4
Category: CoD4 MP Mapping
CoD 4 mapping and level design for multiplayer.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword, playername, novemberdobby
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked subscribe
Author Topic: Flyover planes in CoD4?
miregrobar
General Member
Since: Mar 27, 2007
Posts: 28
Last: Mar 15, 2010
[view latest posts]
Level 2
Category: CoD4 MP Mapping
Posted: Monday, Sep. 14, 2009 07:02 pm
Flying planes in CoD4?
Is there any tutorial how to do this with mig29 or other plane in CoD4

I try this one from waw to modify and i got error [banghead]undefined

http://www.codutility.com/index.php?file=Forum&page=viewtopic&forum_id=34&thread_id=58

Btw i am not so good in scripting.I have custom model of Boing 747 and i want to add flyovers on my map Airport
http://www.youtube.com/watch?v=qDHPdIB6rhc

And i want to add dvar to make this feature ON/OFF [rocking]undefined
Share |
kals
General Member
Since: Oct 11, 2005
Posts: 283
Last: Jan 26, 2014
[view latest posts]
Level 5
Category: CoD4 MP Mapping
Posted: Monday, Sep. 14, 2009 09:00 pm
Try this tut..
http://www.modsonline.com/Tutorials-read-200.html

Should work fine..
[drink]
Share |
DeekCiti
General Member
Since: Mar 13, 2008
Posts: 1293
Last: Jul 9, 2016
[view latest posts]
Level 8
Category: CoD4 MP Mapping
Posted: Monday, Sep. 14, 2009 10:13 pm
The map looks great... Nice work! [thumbs_up]

For your destructible walls though, you should really add an FX to play when the wall is deleted, otherwise it looks a little tacky.





The link kals posted should work great for your Flyovers..

To add it in Dvar just add the code to your "mp_mymap.gsc"

Something like this.

Code:
	if ( getdvar( "scr_aero_flyover" ) == "" )
	{
		setdvar( "scr_aero_flyover", "1" );
	}
	if ( getdvar( "scr_aero_flyover" ) == "1" )
	{
		maps\mp\mp_mymapname_flyover::main();
	}


if ( getdvar( "scr_aero_flyover" ) == "" ) If the dvar equals nothing, let's set it to something.
{
setdvar( "scr_aero_flyover", "1" ); Setting it to default Value of 1
}
if ( getdvar( "scr_aero_flyover" ) == "1" ) If it equals 1 then do the following.
{
maps\mp\mp_mymapname_flyover::main(); Let's run this script that makes the plane fly.
}


Make sure that in your Dvar here, is the only place the Flyover script is threaded. Important.

So if the Dvar equals anything other than 1, it doesn't do anything. The Flyover script never runs. Just tell your audience that (1=on and 0=off) Make it simple.

Also, edit "scr_aero_flyover" to whatever you want. Just remember that the more unique the better. Also remember that server Admins might have to type it in console manually during game, so make it simple and easy to spell.
Share |
FattalError
General Member
Since: May 4, 2009
Posts: 26
Last: Feb 16, 2011
[view latest posts]
Level 2
Category: CoD4 MP Mapping
Posted: Monday, Sep. 14, 2009 10:17 pm
I don't know, if is this error during running map. But you try convert asset of Mig (Run asset_manager -> Open vehicle setting -> select Mig29 -> PC Convert - > Current asset only; it maybe help you).
Flying Boeing is possible with move script_model. Use function "moveto" and in same time play sound of flying airplane, or create custem vehicle (harder way - you must create new vehicle in asset manager and edit, or create any .gsc files)
Share |
zeroy
General Member
Since: Nov 26, 2007
Posts: 1060
Last: Mar 12, 2014
[view latest posts]
Level 8
Category: CoD4 MP Mapping
Posted: Tuesday, Sep. 15, 2009 11:49 am
FattalError writes...
Quote:
I don't know, if is this error during running map. But you try convert asset of Mig (Run asset_manager -> Open vehicle setting -> select Mig29 -> PC Convert - > Current asset only; it maybe help you).


This definetly wont help, its for SP and has nothing to do with what the mapper is tryin gto do. Problem is solved anyhow AFAIK.
Share |
Restricted Access Topic is Locked subscribe
MODSonline.com Forums : Call of Duty 4 : CoD4 MP Mapping

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

»