When I load any Spawn map in "Host Multiplayer" I am unable to spawn when the map starts.
It seems like I am stuck in observer mode... I can still move around the map like an observer, but there seems to also be a huge loss of detail when I view the map like this, causing diagonal lines to look jagged:
This is unacceptable for screenshotting.
Does anyone know how I can make my player spawn in these maps?
Need Help Screenshotting Spawn Maps
Re: Need Help Screenshotting Spawn Maps
Open up the console and post a screenshot of what it says. Bound to be some useful info there.
Re: Need Help Screenshotting Spawn Maps
open up the .mis file, and see if there are any functions at the bottom of the file. delete the functions if they are there.
Re: Need Help Screenshotting Spawn Maps
It won't allow me to screenshot the console while it's displayed with the ~ key.Fixious wrote:Open up the console and post a screenshot of what it says. Bound to be some useful info there.
Is there another way to access this info?
OK... I tried that. It seemed to make no difference except eliminating the "There are no stations" warning.DaJ4ck3L wrote:open up the .mis file, and see if there are any functions at the bottom of the file. delete the functions if they are there.
The screen say "Fire to Spawn" but nothing happens.
Maybe I need more than 1 player?
Last edited by S']['U on Tue Feb 17, 2015 8:59 pm, edited 1 time in total.
Re: Need Help Screenshotting Spawn Maps
OK... I was able to screenshot the console by windowing the game, screen-shotting my desktop and pasting it to paint:
Re: Need Help Screenshotting Spawn Maps
Go to the bottom of the spawn .mis files and look for
Delete everything under that and save.
Code: Select all
//--- export object end ---//
$teamScoreLimit = 10;
exec(objectives);
$Game::missionType = "CTF";
$cdTrack = 7;
$cdPlayMode = 1;
Re: Need Help Screenshotting Spawn Maps
No.Ghost wrote:Are you hosting with annihilation?
That did the trick.Death666 wrote:Go to the bottom of the spawn .mis files and look for
Delete everything under that and save.Code: Select all
//--- export object end ---// $teamScoreLimit = 10; exec(objectives); $Game::missionType = "CTF"; $cdTrack = 7; $cdPlayMode = 1;
This looks much better:
THANKS!
Re: Need Help Screenshotting Spawn Maps
Great, the custom map codes were probably preventing you from spawning.
I'm pretty sure the diagonal lines are caused by the fact that observer cameras can be rotated around the x and y axis, but players cannot.
For future reference, type the following code into the console to screenshot while the console is open:
I'm pretty sure the diagonal lines are caused by the fact that observer cameras can be rotated around the x and y axis, but players cannot.
For future reference, type the following code into the console to screenshot while the console is open:
Code: Select all
screenshot(mainwindow);