Rust

Technická podpora k herním serverům RUST
Message
Autor
reggieduck
Příspěvky: 24
Registrován: 31 říj 2014, 11:34
Reputation: 0

Re: Rust

#11 Příspěvekod reggieduck » 31 říj 2014, 21:11

jj..server uz bezi..i ten navod jsem zvladnul:)) ted mam ale jiny problem.chci si nahrat pluginy a tak ale nevim jak je nastavim nebo jak se prihlasim a pouziji je:(

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Rust

#12 Příspěvekod Smexhy » 31 říj 2014, 21:17

Musíš sa prihlásiť cez Steam účet (na ich oficiálnom fóre), aby sa mohlo overiť, či más tu hru oficiálne kúpenú.

reggieduck
Příspěvky: 24
Registrován: 31 říj 2014, 11:34
Reputation: 0

Re: Rust

#13 Příspěvekod reggieduck » 31 říj 2014, 21:29

ale nevim kde.muzes mi to prosim lepe vysvetlit? a co potom dal?

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Rust

#14 Příspěvekod Smexhy » 31 říj 2014, 21:51

Obrázek hľadaj takéto tlačidlo a potom naň klikni

reggieduck
Příspěvky: 24
Registrován: 31 říj 2014, 11:34
Reputation: 0

Re: Rust

#15 Příspěvekod reggieduck » 31 říj 2014, 21:52

ale nevim kde na jaky foru?

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Rust

#16 Příspěvekod Smexhy » 31 říj 2014, 21:58

Odkaz je v návode...

reggieduck
Příspěvky: 24
Registrován: 31 říj 2014, 11:34
Reputation: 0

Re: Rust

#17 Příspěvekod reggieduck » 31 říj 2014, 22:05

tak..jsem zaregistrovan a propojen se Steamem..co tedy ted?

Uživatelský avatar
Atimaster
Příspěvky: 226
Věk: 46
Registrován: 24 bře 2012, 11:39
Reputation: 0
Bydliště: Brno
Kontaktovat uživatele:

Re: Rust

#18 Příspěvekod Atimaster » 01 lis 2014, 01:30

Teď si najdi plugin, který chceš dát na server, stáhni si ho do pc a ten soubor co sis stáhl s koncovkou lua nahrej na server do složky - Na CP si dej správce souborů, složka Legacy, složka save, složka oxide, složka plugins, tam to nahrej a server restartuj, při nahrávání měj server vypnutý.. V samotné hře se musíš přihlásit jako admin svým rcon heslem, které sis zadal při vytváření serveru. To uděláš tak, že zmáčkneš konzoly (F1) a zadáš příkaz rcon.login heslo a odešleš, server ti napíše, že si se přihlásil jako admin. Na nástroje pro server admina použij plugin oxmin.
Obrázek
Atimaster
Atimaster@taurigaming.cz
Herní portál TauriGaming

reggieduck
Příspěvky: 24
Registrován: 31 říj 2014, 11:34
Reputation: 0

Re: Rust

#19 Příspěvekod reggieduck » 01 lis 2014, 12:35

yeeeahh..konecne nejaky vysvetleni..mockrat dekuji:)
rcon heslo jsem nezadaval..myslim

-- 01 lis 2014, 11:45 --

tak to nahravam..a kde si to prosim te editnu..treba airdropy a tak? a stim oxminem se pracuje prosimte jak?

-- 01 lis 2014, 12:05 --

server bezi..neco jsem nahral i kdyz si nejsem jisty jestli ten oxmin se nahral dobre..i jako admin sem se prihlasil..jak dal,pane?

Uživatelský avatar
Atimaster
Příspěvky: 226
Věk: 46
Registrován: 24 bře 2012, 11:39
Reputation: 0
Bydliště: Brno
Kontaktovat uživatele:

Re: Rust

#20 Příspěvekod Atimaster » 01 lis 2014, 13:15

Ahoj, pokuď jsi přihlášený jako admin a máš oxmin plugin ve hře, tak v konzoli přiděluješ práva a to i sám sobě příkazy, odkazy máš v samotním nastavení pluginu.
Tady ty příkazy jsou.

Spoiler: zobrazit
Consolové příkazy

oxmin.giveflag "player name" "flag"
oxmin.takeflag "player name" "flag"
Note: Player names with spaces MUST be enclosed in quotations.

Flags

all
Automatically grants all flags (apart from banned), but it counts as a single flag.
banned
Prevents a player from joining the server, and is given to them when they are /ban'd.
canban
Allows player to use the /ban command to ban players.
cancallairdrop
Allows player to use the /airdrop command to call an airdrop.
cangive
Allows player to use the /give command to give items to self.
cangod
Allows player to use the /god command to enable/disable godmode on self.
cankick
Allows player to use the /kick command to kick players from the server.
canlua
Allows player to execute Lua directly from their console.
canteleport
Allows player to use the /tp command to teleport to players or teleport them to their current location.
godmode
Prevents a player from receiving any hurt/damage, and is given to them when they are in /godmode.
reserved
Oxide reserves 5 player slots by default, this is editable in the config file - give players the "reserved" flag so they can use them.

Chat Commands

/kick "player name"
Requires flag "cankick"
Immediately kicks the target player
/ban "player name"
Requires flag "canban"
Immediately kicks and bans the target player permanently
/unban "player name"
Requires flag "canban"
Unbans the target player
/lua "code"
Requires flag "canlua"
Executes a line of Lua code
/god
Requires flag "cangod"
Gives the caller the "godmode" flag
/airdrop
Requires flag "cancallairdrop"
Calls an airdrop
/give "item name" "quantity"
Gives the caller the specified item
/help
Fills the caller's chat with help text (drawn from "SendHelpText" hook)
/who
Displays the number of players currently online
/tp "player name"
Requires flag "canteleport"
Teleports the caller to the target player


sobě si nastavíš plné práva příkazem : oxmin.giveflag "tvůj nick" "all"
Jinému dáš práva že tam napíšeš jen jméno hráče a místo all jen určitou úlohu, kterou mu chceš dát, nebo opět all pro všechny pravomoce..

Aidrop zavoláš příkazem - /airdrop v chatu hry.

Airdropy si editneš přímo v configu serveru na CP , tam se dá nastavit při kolikati hráčích prolítne airdrop a v jakém intervalu.

Tak snad ti informace pomohly.
Obrázek
Atimaster
Atimaster@taurigaming.cz
Herní portál TauriGaming


Zpět na „RUST“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 5 hostů