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

Members Online

»
0 Active | 94 Guests
Online:

LATEST FORUM THREADS

»
CoD: Battle Royale
CoD+UO Map + Mod Releases
Damaged .pk3's
CoD Mapping
heli to attack ai
CoD4 SP Mapping

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: World at War
Category: CoDWW MP Mapping
CoD: World at War Multiplayer mapping and level design.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword, playername, novemberdobby
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Previous Page
subscribe
Author Topic: SNIPER MAP
Tally
General Member
Since: Apr 21, 2005
Posts: 819
Last: Oct 26, 2012
[view latest posts]
Level 7
Category: CoDWW MP Mapping
Posted: Sunday, Jan. 8, 2012 09:18 am
ictblood writes...
Quote:
I MADE A FEW "SNIPER" MAPS
i guess you say they are 1000 yards
do you have to go past a size before they do not spawn on the wrong side?
its random, is there a way to map for it or do u have to use a mod to stop that?


Are you trying to create a "no cross" map? If so, you cannot expect to run mixed gametypes on it. "No cross maps" only work for Team Deathmatch. If you tried to play any other gametype, you will have to allow players to cross the dividing line on the map. Otherwise, it will be pointless.
Share |
ictblood
General Member
Since: Mar 6, 2008
Posts: 39
Last: Jan 25, 2017
[view latest posts]
Level 2
Im a fan of MODSonair
Category: CoDWW MP Mapping
Posted: Sunday, Jan. 8, 2012 06:37 pm
yes its a no cross map, it should only be tdm
i have other maps we play dm and hq on
thats what i mean about mixed server
is there a way for the map to tell the server to use only the start tdm spawns only to keep the players on the right sides when they reapwn?
Share |
ictblood
General Member
Since: Mar 6, 2008
Posts: 39
Last: Jan 25, 2017
[view latest posts]
Level 2
Im a fan of MODSonair
Category: CoDWW MP Mapping
Posted: Sunday, Jan. 15, 2012 08:50 pm
yes the link is dead
sounds like thats what i need
i would like to give it a try if you could find it
Share |
ukdjaj
General Member
Since: Jun 1, 2008
Posts: 2726
Last: Nov 15, 2020
[view latest posts]
Level 9
Category: CoDWW MP Mapping
Posted: Sunday, Jan. 15, 2012 10:17 pm
Why not have a seperate spawning area, say a both outside / under the map, in that box have the spawn points under the spawn points have a 2 trigger multiple textures

ones a teleport script thats basically if team = axis teleport orig1 (then move orig1 to 1 side of map create a few so ppl dont get squashed together)

Then have the other trigger multiple a if team = allies teleport orig2, then do the same its a lot similar i think :L

Code:
main()
{
thread teleport();
}

teleport()
{
  entTransporter = getent("allies","targetname");
  if(isdefined(entTransporter))
  {
    for(lp=0;lp<entTransporter.size;lp=lp+1)
    entTransporter[lp] thread Transporter();
  }
}

Transporter()
{
 entTarget = getent(self.target, "targetname");
 while(1)
 {
 self waittill("trigger", player);

 wait (0.0001);
 if(player.pers["team"] == "allies")
 {
  player setorigin(entTarget.origin);
  player setplayerangles(entTarget.angles);
 } 
 wait (0.001);
 }
}


Then do same for axis? (btw its just my edit on the teleport script that is in tutorials, may not work but should )

Thanks, Ukdjaj[thumbs_up]
Share |
Restricted Access Topic is Locked
Page
Previous Page
subscribe
MODSonline.com Forums : Call of Duty: World at War : CoDWW 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

»