Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Tiberian Technologies / Blackhand Studios » Tiberian Technologies Forum » Bug involving custom objects and mslistc
Bug involving custom objects and mslistc [message #464889] Sat, 24 March 2012 21:00 Go to previous message
Ani is currently offline  Ani
Messages: 399
Registered: February 2012
Location: New York City
Karma:
Commander
There is a bug involving using this in TT:

global:
{
serverPresetsFile = "objects.gm";
};


And using the mslistc function (or !setnextmap) - right after the game ends after using the CMD, or using !gameover NOW - the server crashes.

What does fix this issue is setting up your TT configuration like this:

gameDefinitions:
{
Hourglass:
{
mapName = "C&C_Hourglass";
serverPresetsFile = "objects.aow";
};
Field:
{
mapName = "C&C_Field";
serverPresetsFile = "objects.aow";
};
Canyon:
{
mapName = "C&C_Canyon";
serverPresetsFile = "objects.aow";
};



This is probably an bug and although there is a workaround, this is a crash bug that should be fixed.

I'm sure it can be easily reproduced by anyone.
 
Read Message
Read Message
Read Message
Previous Topic: Black Screen
Next Topic: Set_Map errors?
Goto Forum:
  


Current Time: Sun May 12 08:13:37 MST 2024

Total time taken to generate the page: 0.00604 seconds