Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Can you still see and interact with the minibike?
The last time I got my bike stuck in a trader wall what I did was: wait until just before closing. Mount the bike (E) and stay on the bike until they close.
If done correctly you will be teleported out (with the bike) when they close for the night
This thread looks promising, you might find the answer here:
https://steamcommunity.com/app/251570/discussions/0/540744475365498000/
And there's this guide:
https://steamcommunity.com/sharedfiles/filedetails/?id=302817092
Did you add yourself to the XML file while the server was offline?
That's the one I was following, and yeah server is offline while editing.
<adminTools>
<admins>
<admin steamID="*****************" permission_level="1" />
<admin steamID="*****************" permission_level="1" />
</admins>
<permissions>
<permission cmd="lp" permission_level="5" />
<permission cmd="kick" permission_level="5" />
<permission cmd="ban" permission_level="3" />
<permission cmd="sg" permission_level="3" />
<permission cmd="se" permission_level="3" />
<permission cmd="st" permission_level="3" />
<permission cmd="dm" permission_level="2" />
</permissions>
That's how it looks (asterisks are actually our ID's), and still not behaving, keep getting the Denied command for client SoulzBaen...
Ie. server owner would have permission 0
admins would be further along 1 or higher (up to some arbitrary number limit for admin permissions)
1000 would be general users ( furthest along the number chain)
that's my take on it.
edit; oh, and you've removed the <!--, and --> from either side of the command line in your file, correct?
Yup, and that's what it's been set to all along, but it just doesn't seem to be reading the serveradmin.xml
If that doesn't help, hopefully someone else will have an idea, this is outside of my experience
Can't reach the minibike as it's inside/under the protected blocks at the trader. Need debug to god and noclip in to get it out.
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file holds the settings for who is banned, whitelisted,
admins and server command permissions.
Steam ID can be found using http://steamid.co/
STEAM ID INSTRUCTIONS:
===============================================================
http://steamid.co/ instructions:
Input the player's name in the search field. example: Kinyajuu
If the name doesn't work, you can also use the url of their steam page.
Also you may add/remove admins, mods, whitelist, blacklist using in game commands.
You will want the STEAM64ID. example: 76561198021925107
PERMISSION LEVEL INSTRUCTIONS:
===============================================================
permission level : 0-1000, a user may run any command equal to or above their permission level.
Users not given a permission level in this file will have a default permission level of 1000!
COMMAND PERMISSIONS INSTRUCTIONS:
===============================================================
cmd : This is the command name, any command not in this list will not be usable by anyone but the server.
permission level : 0-1000, a user may run any command equal to or above their permission level.
Commands not specified in this file will have a default permission level of 0!
EVERYTHING BETWEEN <!- - and - -> IS COMMENTED OUT! THE ENTRIES BELOW ARE EXAMPLES THAT ARE NOT ACTIVE!!!
-->
<adminTools>
<admins>
<admin steamID="76561197993187270" permission_level="0" />
<admin steamID="76561198040815073" permission_level="1" />
</admins>
<permissions>
<permission cmd="lp" permission_level="5" />
<permission cmd="kick" permission_level="5" />
<permission cmd="ban" permission_level="3" />
<permission cmd="sg" permission_level="3" />
<permission cmd="se" permission_level="3" />
<permission cmd="st" permission_level="3" />
<permission cmd="dm" permission_level="2" />
</permissions>
<!-- ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!! -->
<!-- If there are any items in the whitelist, the whitelist only mode is enabled -->
<!-- Nobody can join that ISN'T in the whitelist or admins once whitelist only mode is enabled -->
<whitelist>
<!-- <whitelisted steamID="" permission_level="" /> -->
</whitelist>
<blacklist>
<!-- <blacklisted steamID="" unbandate="" /> -->
</blacklist>
</adminTools>
Not sure where the file is supposed to be at, either the main file under SteamLibrary or in the C:\users\user\documents\7DtD....*note* it hasn't worked in either place as of yet*