Grüße,
erst mal großes Lob an diesem Forum, hier wird einem echt geholfen!
Leider habe ich nichts gefunden was mir hilft und ich versuche mein Problem seid 3 Tagen hin zu kriegen und irgendwie will es nicht...
Ich habe meinen Server seid Anfang der Woche bei Zap-Hosting geholt,
ist auch noch komplett nackig wollte erstmal ein gescheitest Admintool installieren weshalb ich mir Infistar geholt habe.
Schien mir recht praktisch und umfangreich!
Zu meinem Problem:
Kurz und knapp es lässt sich nicht öffnen, ich kann mich einlogen mit #login "password"
steht dann auch da "login as admin".
Dann will ich mit F1 das Menü öffnen aber es öffnet sich links nur diese Status befehle die dann der Charakter von sich gibt.
Ich hab dann gedacht ich versuch mal das ganze auf ne andere Taste um zustellen (Standard ist ja 0x3B ist F1) aber auch das hat nicht funktioniert.
Also hab ich weiter gesucht in der Hoffnung irgend etwas falsch gemacht zu haben.
Die Anleitung die ja mit geliefert wird ist echt gut und ich verstehe auch was da drinnen steht und von mir verlangt wird =)
Das Wissen dafür habe ich aber eher wenig =)
Ich hab in der description.ext #include "infiSTAR_AdminMenu.hpp" eingefügt, ich dachte auch dort vllt. ist die stelle wo es steht falsch,
ich hab es oben mal versucht:
disableChannels[]={0,1,2};
#include "Config_Spyglass.hpp"
#include "CfgRemoteExec.hpp"
#include "dialog\MasterHandler.hpp"
#include "Config_Master.hpp"
#include "infiSTAR_AdminMenu.hpp"
class CfgServer {
...
In der Mitte hat es auch nicht geklappt
};
class RscTitles {
#include "dialog\progress.hpp"
#include "dialog\hud_nameTags.hpp"
#include "dialog\hud_stats.hpp"
#include "infiSTAR_AdminMenu.hpp"
};
dann hab ich es noch unten versucht
...
class AdminMessage {
title = "$STR_AdminMessage_Title";
iconPicture = "icons\ico_messageAdmin.paa";
description = "%1";
duration = 10;
priority = 5;
};
};
#include "infiSTAR_AdminMenu.hpp"
alles ohne Erfolg.
Dann bin ich noch mal in den Ordnern durch.
Noch mal gecheckt ob die Passwörter gesetzt sind
"serverCommandPassword" is serverCommandPassword - in your servers config.cfg
if your config.cfg does not have serverCommandPassword yet, simply add it in a new line:
serverCommandPassword = "passwordhere";
This is VERY IMPORTANT as it is needed to KICK & BAN people.
*/
_serverCommandPassword = 'XXXXXXX';
/*
"_passwordAdmin" is passwordAdmin - in your servers config.cfg, needed for servercommands from client
This is used to be able to use the "login" function ingame. Will log you in as Arma "Admin".
*/
_passwordAdmin = 'XXXXXX';
/* _serverCommandPassword and _passwordAdmin should always be different passwords or it could cause problems! */
/*
_MOD can be 'Epoch', 'AltisLife', 'KOTH', 'WASTELAND' or 'Other'.
You have to set the mod you run manually
e.g.
_MOD = 'KOTH';
(should be AltisLife for any "Life" Mod - if it doesn't work you can still change it to other / empty string)
*/
_MOD = 'AltisLife';
UID steht auch drinnen
/* "_startAsNormal": if you add admin UIDs in here as well, they will start as almost "normal" player instead of with admin menu and such. */
_startAsNormal =
[
'0','0','0'
];
/* if one of the admins with the UIDs in "_startAsNormal" uses the !admin command to login as admin, it will be announced to ANYONE on the server if "_announce_adminstate_changed" is true. */
_announce_adminstate_changed = false; /* true or false */
_use_html_load_on_adminmenu = true; /* default and recommended is TRUE. infiSTAR updates and news are announced in the top right corner when you open the AdminMenu if this is true! */
_adminUIDandAccess =
[
[
['XXXXXXXXXXXXX','UID2','UID3','...'], // Admins with UIDs in this Array have their Access defined in the array below.
[
Ich hab dann gelesen bei Linux servern muss die a3infistar datei dann als pbo sein also habe ich auch das versucht, obwohl es ja ein windowsserver ist (versuch macht klug)
Beide sind im @infistar_a3/addons ordner
Die Call.fsm und infistar_adminmenu.hpp sind im mpmission/altis_life.altis ordner da wo auch die descriptions ist
Der ordner @infistar_a3 ist im hauptordner wo auch die anderen @extdb2 und @life_server sind
Die Startbat sieht so aus:
./arma3server.exe -ip=134.255.216.123 -port=2320 -config="config\server.cfg" -cfg="config\basic.cfg" -mod="@infiSTAR_A3" -servermod="@life_server;@extDB2;@infiSTAR_A3;" -profiles=config -loadMissionToMemory -enableHT
Im Battleye sind die Filter drinnen
Ich weis echt nicht weiter und habe echt viel versucht...
Videos geschaut, foren durchstöbert nix will =(
wahrscheinlich ist es nur ne Kleinigkeit die einer von euch lösen kann!
Gruß und dank euer Xaroc!