PCゲーム「SteamのTerraria紹介とTShock設定」

こちらではお久しぶりです。ちょっとゲームの紹介だよ~

terraria0-500x281.png

★ニコニコでみて面白そうだったので遊んでます

★10ドル(約800円)で購入&インストール
Steam - Terraria

http://store.steampowered.com/app/105600/
SteamというPSN的なゲーム管理ソフトを入れる→そこからゲーム起動という形

普通にシングルやマルチで遊ぶだけならこれだけで十分


キャラクターが育ったらモンスターいっぱい出せる
TShockという機能追加サーバーも楽しいよ

詳細は続きへどうぞ


★サーバーTShock DL&設定

動画では/authの数字を表示させる時、簡単に設定してるけど
いつもポートやパスを変えて遊んでるなら
いつも通りの設定でやったほうがいいみたい
(うまくいかない場合はexeが作ったtshockフォルダを消せば初期化できる)

Tshockが置いてある場所

https://github.com/TShock/TShock
コマンドが記入してある場所

https://github.com/TShock/TShock/wiki/Commands
NPCの番号が載ってる場所

https://github.com/TShock/TShock/wiki/NPC-List
Itemの番号が載ってる場所

https://github.com/TShock/TShock/wiki/Item-List

★詳細設定
tshock内config.jsonファイル
(間違ってたら拍手から指摘してくあさい)

{
"InvasionMultiplier": 1, 侵略式 100 + (これ * (HP200以上のプレイヤー数))
"DefaultMaximumSpawns": 4, 沸く上限数(300とかしたらすごかった)
"DefaultSpawnRate": 700, 沸きディレイ(たぶん0で即沸き)
"ServerPort": 7777, ポート
"EnableWhitelist": false, ホワイトリストをつかうか
"InfiniteInvasion": false, 無限侵略( /invade で実行,2万のゴブリン)
"AlwaysPvP": false, いつでもPvP
"KickCheaters": true, 不正プレイヤーをキック
"BanCheaters": true, 不正プレイヤーをバン
"KickGriefers": true, 荒らしをキック
"BanGriefers": true, 荒らしをバン
"BanKillTileAbusers": true, タイル破壊乱用者をバン
"KickKillTileAbusers": true, タイル破壊乱用者をキック
"BanExplosives": true, 爆弾乱用者をバン
"KickExplosives": true, 爆弾乱用者をキック
"DisableExplosives": true, 爆発物の無効
"SpawnProtection": true, セーブポイントの保護
"SpawnProtectionRadius": 5, 保護の半径
"DistributationAgent": "facepunch", 流通管理?
"MaxSlots": 8, サーバの最大スロット、servers -configを上書きするか不明
"RangeChecks": true, 荒らしグローバルチェック?
"SpamChecks": false, スパムグローバルチェック?
"DisableBuild": false, ブロックの配置や建設を禁止する
"TileThreshold": 20, タイルしきい値?
"AdminChatRGB": [ 管理者のセリフの色
255.0,
0.0,
0.0
],
"AdminChatPrefix": "(Admin) ", 管理者の名前
"PvpThrottle": 0, PvPトグル? 1は常にオン
"BackupInterval": 0, 一定間隔でバックアップ(60なら60分毎)
"BackupKeepFor": 60, バックアップの保持期間
"RememberLeavePos": false, プレイヤーが中断した場所を記録(名前でなくIP)サーバー再起動で消える
"HardcoreOnly": false, ハードコアプレイヤー限定にする
"KickOnHardcoreOnlyDeath": false, ハードコアプレイヤーが死んだらキック
"BanOnHardcoreOnlyDeath": false, ハードコアプレイヤーが死んだらバン
"AutoSave": true デフォルトサーバーと同じようにオートセーブ
}

訳はほとんどgoogleです

公式(https://github.com/TShock/TShock/wiki/Configuration-file-setup)

★ゲーム内コマンド (管理者権限が必要なものが大半)

/kick [player] [reason]- Use "" for player names with spacing. キック 名前 理由
/ban [player] [reason]- Use "" for player names with spacing. バン 名前 理由
/ban [ip] [reason] バン IP 理由
/unban [player] - Use "" for player names with spacing. アンバン
/unbanip [ip] アンバンIP
/off - Turns off the server after saving. exitといっしょ
/off-nosave - Kills the server without saving. セーブなし終了
/checkupdates - Checks for TShock updates. アプデチェック
/dropmeteor - Drops a meteor on the map. 流星削除
/star - Attempts to bring a star to your location (required night time). スターよぶ
/bloodmoon - Starts a blood moon event. blood moon よぶ
/invade - Toggles a goblin invasion ゴブリン侵略トグル
/eater - Summons the Eater of Worlds. Eater of Worldsよぶ
/eye - Summons the Eye of Cthulhu. でか目玉よぶ
/skeletron - Summons Skeletron. ボススケルトンよぶ
/king - Summons the Slime King. スライムキングよぶ
/hardcore - Summons Eater of Worlds, Eye of Cthulhu , Slime King, and Skeletron. ぜんぶよぶ
/spawnmob [npc-id or name] [amount]- Spawns an NPC from the NPC list - Use "" for mob names with spacing. NPCよぶ IDか名前 量
/reload - Reloads the configuration file. 設定ファイルをリロード
/password - Remotely changes the server's password. パスワード変更
/save - Saves the server. サーバーセーブ
/maxspawns [amount] - Changes the maximum spawns per wave. Higher numbers results in more mobs per spawn wave. 最大沸き変更(300とか大きいほどいっぱい)
/spawnrate [amount] - Changes the rate at which monsters spawn. Lower results in faster spawn rates. 沸きのディレイ(たぶん0で即時)
/slap [player] - Slaps [player], defaults to 5 damage if not provided - Use "" for item/player names with spacing. プレイヤーなぐる プレイヤー名 ダメージ数
/protectspawn - Toggles spawn protection. 沸き禁止トグル
/antibuild - Toggles build protection. 建築禁止トグル
/kill [player] - Kills provided [player] - Use "" for item/player names with spacing. キル プレイヤー名
/butcher - Slays all non-town NPCs. 街にいないNPCキル
/item [id or name] or /i [id or name]- Gives you [id or name] - Use "" for item names with spacing. アイテム得る IDか名前
/give [id or name] [player] - Gives [player] item [id or name] - Use "" for item/player names with spacing. アイテムあげる IDか名前 プレイヤ
/heal [player] - Heals you, or if defined, [player] - Use "" for player names with spacing. 回復 プレイヤー名
/help [page] - Provides a list of commands. ヘルプ
/playing or /who or /online - List of players on the server. プレイヤーリスト
/me - Third person chat. キャラ名で発言(色は通常とは違う)
/p - Team chat. パーティーチャット
/rules - Prints server rules. ルール表示
/region set [1/2] - Sets temporary region points 地域をセット
/region define [name] - Adds temporary region points into the region list 地域リストに追加
/region delete [name] - Deletes the specified region 地域を削除
/region allow [name] [regionname] - Allows a player to build in specified region 地域を指定
/region help - Lists region help 地域リストヘルプ
/warp [name] - Teleports you to specified warp テレポ ワープ名
/setwarp [name] - Sets a warp at your position with given name ポタメモ ワープ名
/delwarp [name] - Deletes specified warp ワープ消す ワープ名
/warp list - Lists all available warps ワープリスト表示

前へ

センデ メンデ セン

次へ

おじさんキャラ