|
发表于 2004-11-27 10:51:33
|
显示全部楼层
来自 中国–内蒙古
呜,头好大~~ :3:
我先把1.5版ffx的安装和编译说一下:
去我提供的地址,那是作者的官方地址,他提供了下面几个下载
Vexd Utilities
JGHG2
Xtrafun
这三个是必需的dll文件,但是和后面他提供的还有所不同,你先下来但别用。
Download the second zip file
这个是需要的mdl和wav文件
Download a pack of my modules
这个也是必须的dll文件,先用它,如果不行换上面的
Final_Fantasy_X_MOD_06sec.zip
这是主文件和其他的声音文件
全都下来后,先解压。
把大部分声音文件放进sound/ffx里,gunpickup3.wav放进sound/items里,bodysplat.wav放进sound/common,biggun3.wav放进sound/ambience。
mdl文件扔进cstrike/models。
amx文件放进plugins里,并且在plugins.ini里加入FFX.amx
最后,把那三个dll文件放进modules里,在modules.ini中加载它们。
- COMMANDS DESCRIPTION:
- 命令说明
- -Client Commands: These commands can be called from any
- console(~)
- 客户端命令:在控制台使用
- !bindFF: Bind Final Fantasy X functions 自动绑定于以下热键
- to buttons:
- PGUP: !next_FF
- mouse3: !useskill
- mouse4: !dropweapon
- mouse5: !droparmor
- INSERT: !useskill
- DELETE: !dropweapon
- END: !droparmor
- HOME: changepl
- L: talkFF
- changepl: Changes the chosen player(Must
- be enabled by server.By doing
- that you lose EVERYTHING you've
- gained with the current player)
- 换角色(必须在设置中开启此项)
- !dropweapon: Drops the current weapon
- 扔下当前武器
- !droparmor: Drops the current armor
- 扔下当前盔甲
- !useskill: Uses Selected Magic
- 使用已选择的魔法
- !next_FF: Selects next Magic
- 选择下一个魔法
- posupleft: Positions HUD info up left
- posupright Positions HUD info up right
- posupcenter: Positions HUD info up center
- posdownleft: Positions HUD info down left
- posdownright: Positions HUD info down right
- posdowncenter: Positions HUD info down center
- 信息显示的位置
- helpFF: Newly Created Menu to Choose Help File
- 帮助信息菜单
- helpmeFF: Console/Server Commands Help(MOTD)
- 帮助信息(网页形式)
- helpstatsFF: Stat Help(MOTD)
- 属性帮助(网页形式)
- helpmagicFF: Magic Help(MOTD)
- 魔法帮助(网页形式)
- helpweaponFF: Weapon/Armor Help(MOTD)
- 武器和盔甲帮助(网页形式)
- helpitemFF: Items Help(MOTD)
- 物品帮助(网页形式)
- helpnpcFF: Help With The NPC'S services(MOTD)
- NPC帮助(网页形式)
- helpmeFFcon: Command help(console)
- helpstatsFFcon: Stat Help(console)
- helpmagicFFcon: Magic Help(console)
- helpweaponFFcon: Weapon/Armor Help(console)
- helpitemFFcon: Items Help(console)
- helpnpcFFcon: Help With The NPC'S services(console)
- 同上,控制台形式
- aboutFF: 更新说明
- changepl: Change Final Fantasy Player
- 换角色
- talkFF: Talks to NPC
- 与NPC交谈
- -Server Commands: These commands can only be called from
- the server's console(~)
- 服务器命令:在控制台使用
- allowplch: Allow player changing while
- playing
- 允许玩家更换角色
- unallowplch: Unallow player changing while
- playing
- 不允许更换角色
- -Sercer Cvars: These variables can be changed from the
- server console by writing the number next to the
- variable name(e.g. "mp_savexpFF 1" would enable savexp
- while "mp_savexpFF 0" would disable savexp)
- 服务器设置
- mp_savexpFF: 1=Enable saveXP/Any other=Disable
- saveXP
- mp_saveweaponFF: 1=Enable weapon/armor saving(only
- works with saveXP enabled. Has
- some problems with skill-enhancing
- weapons/armors. Their effect does
- not always wear off when you drop
- them after a mapchange)
复制代码
按我在上面的步骤安装并设置好,而且请注意
-TESTED WITH AMXmod 0.9.7 in CS 1.5
作者的原文如此,他是用的amx0.9.7,我估计在amx0.9.8和amx0.9.9问题不大,但在amxx下就不好说了 |
|