PDA

View Full Version : Spawn points: exception error



{FL}hans
15-04-2009, 19:50
:whenever i create a new map and try and test it in actual multiplayer (with just myself, no1 else joins) i get to the end of the loading screen and then this pops up and my game shuts down... any help would be much appreciated

http://img382.imageshack.us/img382/407/mowerrorm.jpg

Rafo
15-04-2009, 20:51
Haven't you made any spawns for the players?
Its either that or you have them incorrectly configured.

{FL}hans
15-04-2009, 20:53
yea i had spawns.. but.. thats probably it but i have no idea how i configure them correctly.. so any help would be appreciated as to how i would set up each spawn arrow for each player

Rafo
15-04-2009, 21:08
Open up an existing map and load the mission, and look at how the devs did it.
Or you can copy them and paste it on your map.

Karpet22
16-04-2009, 02:20
Will sell soul to modify some of the code for modding purposes :) Let me into your C++ :) <3

[OoO]No.Mam
16-04-2009, 08:39
herse is something wrong with the order from spawnpoints. (missing team b - spawn order 1)

open your *.mi file in editor - F3. your spawnpoints must have this order:

spawn 1:
name: b1
team: b
order: 1

spawn 2:
name: b2
team: b
order: 2

spawn 3:
name: b3
team: b
order: 3

...
same with team a.

http://img10.imageshack.us/img10/7064/editorf3003.jpg (http://img10.imageshack.us/my.php?image=editorf3003.jpg)