wow文件处理trinitycore的文件处理

在查看trinitycore手册的时候看到这个链接:World of Warcraft | Arctium

点开后发现有三个下载文件:

Arctium:在一个地方为魔兽世界组装所有基本Arctium工具(不适用于定制服务器)的应用程序。

Sandbox:用于Midnight Public Beta的最小单机服务器。在您自己的本地沙箱服务器中进行探索、测试和实验。

看了一下Sandbox的安装说明:

Arctium Sandbox for Midnight Public Beta.

Please read carefully before starting.

###########

NOTE: DELETE YOUR OLD ALPHA JSON FILES!!!

###########

Bnet Game Installer

  1. Start your Battle.net client.
  2. Run Bnet Game Installer.exe.
  3. In the dropdown, choose World of Warcraft Beta.
  4. Click Install.

Client Launcher

  1. Copy "Arctium Game Launcher.exe" into your WoW game folder.
  2. Start the sandbox.
  3. Run "Arctium Game Launcher.exe".
  4. Login with:
    • Email: arctium@arctium
    • Password: arctium

Have fun!

Known Issues

  • !level command might not fully update until relog.
  • Clicking the housing icon crashes the client.
  • Adding objects might not show them at correct locations.
  • Equipping items other than 'normal' do not display correctly until relog.
  • Some spells/items won't work or may crash.
  • No Hotfixes

Restrictions

  • Login is only possible on localhost (127.0.0.1:8000).
    (You can change the port using the SANDBOX_BNET_PORT environment variable and the --port parameter on the launcher.)
  • Multiplayer is not possible -- singleplayer only.

Commands

✅ Working Commands

  • !tele #x #y #z #o #mapId (Teleport -- #o is optional)
  • !morph #displayId
  • !mount #displayId (Use !mount with no id to remove)
  • !fly on/off
  • !runspeed #value (1--1000)
  • !flightspeed #value (1--1000)
  • !swimspeed #value (1--1000)
  • !scale #size
  • !loc #name (Shows current location, saves to locations.txt if named)
  • !addnpc #creatureId
  • !delnpc #currentSelection
  • !addobj #gameobjectId
  • !level #level (1--90)
  • !addspell #spellId (Partially working -- visuals like Winning Hand work)
  • !commentator on/off (Free camera; change speed with /script C_Commentator.SetMoveSpeed(40))
  • !ctime #hours (Change client time ±)
  • !additem #itemIds (Multiple IDs space-separated)
  • !additem #itemId,#version (normal / heroic / mythic / lfr)
  • !race #raceId (Change your current race, for example 86`

❓ Untested Commands

  • !emote #emoteId
  • !anim id #animId
  • !anim name #animName
  • !addequip #itemId (Adds equip to selected NPC, max 3)
  • !clearequip
  • !aura #spellId #enable
    Example:
    • Enable Dracthyr dragon form → !aura 97709 1
    • Disable form → !aura 97709 0

Login Info

  • Email: arctium@arctium
  • Password: arctium

Enjoy exploring!

中文安装说明

#Arctium Sandbox的午夜公开测试版。

开始前请仔细阅读。

###########

注意:删除旧的ALPHA JSON文件!!!

###########

##Bnet游戏安装程序

1.启动您的**Battle.net客户端**。

2.运行**Bnet游戏安装程序.exe**。

3.在下拉列表中,选择**魔兽世界测试版**。

4.单击**安装**。

##客户端启动器

1.将**"Arctium Game Launcher.exe"**复制到您的魔兽世界游戏文件夹中。

2.启动**沙盒**。

好了,现在就可以开始游戏了!

按照安装说明安装好后,启动Arctium Game Launcher.exe还是报错:

The required instruction sets are not supported by the current CPU.

看来这台机器的cpu还是不行啊,这就没法了。

相关推荐
nujnewnehc1 天前
不会 py, 用 ai 写了个游戏辅助的感受
人工智能·游戏
jump_jump2 天前
为了重玩金庸群侠传,我研究了一下 Ruffle 怎么复活 Flash
游戏·rust·github
XIAOHEZIcode3 天前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏
Aloys_Code4 天前
逆向一个被遗忘的DVD游戏格式:从DES加密到Rust模拟器
游戏·模拟器·retroarch·复古游戏·native32·sunplus·赤刃·钢铁风暴
金銀銅鐵4 天前
用 Python 实现 Take-Away 游戏
python·游戏
金銀銅鐵5 天前
用 Pygame 实现 15 puzzle
python·数学·游戏
LDR0067 天前
Type-C 快充全面升级!LDR6601 赋能个人护理便携电机,重塑剃须刀 / 理发器新体验
c语言·开发语言
雪碧聊技术7 天前
Tree.js是什么?一文讲透
开发语言·javascript·ecmascript
码云数智-园园7 天前
C++20 Modules 模块详解
java·开发语言·spring
swordbob7 天前
NIO的channel中什么是 fd(File Descriptor,文件描述符)
java·开发语言·nio