Sie müssen den Verbrauch im Skript ändern?
Beiträge von zimman
-
-
je fait comment pour installer un mod menu sur mon serveur ?
-
void main()
{
Hive ce = CreateHive();
if ( ce )
ce.InitOffline();
Weather weather = g_Game.GetWeather();
GetGame().GetWorld().SetDate( 2018, 6, 20, 7, 0);
weather.GetOvercast().SetLimits( 0.0 , 1.0 );
weather.GetRain().SetLimits( 0.0 , 1.0 );
weather.GetFog().SetLimits( 0.0 , 0.25 );
weather.GetOvercast().SetForecastChangeLimits( 0.5, 0.8 );
weather.GetRain().SetForecastChangeLimits( 0.1, 0.3 );
weather.GetFog().SetForecastChangeLimits( 0.05, 0.10 );
weather.GetOvercast().SetForecastTimeLimits( 3600 , 3600 );
weather.GetRain().SetForecastTimeLimits( 300 , 300 );
weather.GetFog().SetForecastTimeLimits( 3600 , 3600 );
weather.GetOvercast().Set( Math.RandomFloatInclusive(0.0, 0.3), 0, 0);
weather.GetRain().Set( Math.RandomFloatInclusive(0.0, 0.2), 0, 0);
weather.GetFog().Set( Math.RandomFloatInclusive(0.0, 0.1), 0, 0);
weather.SetWindMaximumSpeed(30);
weather.SetWindFunctionParams(0.1, 1.0, 50);
comme ceci ?
-
oui d'accord moi dans init.c je n'ai aucune ligne de commande qui m'indique une date doit je la cree manuelement ? si oui ou dans le dossier ?
-
-
Bonjour, je suis ici pour une réponse, j'espère.
Je loue un serveur chez gportal.
Je veux m'assurer que le serveur démarre le jour 3h et la nuit 1h, puis redémarre le serveur.
Comment ça marche?