提卡维兰 发表于 2004-11-26 22:25:05

终于找到了!

这是专用于1.5的最终幻想!
http://djeyl.net/forum/index.php?showtopic=31424&st=0

请用1.5的诸位去下载吧!

有不明白的再问我好了。

youaibieku 发表于 2004-11-26 22:28:57

我看不懂英文啊   是第一个吗???????

我下了可是我没有办法编译成AMXX啊怎么办啊

那要怎么样才能让1.0和AMX的一起用啊 怎么兼容啊教我一下
我瞎弄 都搞死机了

nihaohao 发表于 2004-11-27 01:04:25

感谢提卡维兰为我们找的1.5版本。
我在安装时出现错误。就是进游戏当中就产生错误,进不了。后来我发现在modules.ini,去掉addons/amx/dlls/jghg2.dll(这个也是从那个站下的)后,可以进入游戏,可是ffx。amx不运行了,晕啊,麻烦各位大侠看看是怎么回事,再次感谢!

youaibieku 发表于 2004-11-27 02:58:18

成了瞎猫碰死耗子 在1.5终于可以玩了
提卡维兰 可是这个绑定的键位都找不到啊和你的不一样啊
你能不能帮我改一个和你那种一样的啊
玩这个不习惯啊   打SAY:menu    help什么都没有
你能给改一下吗???

youaibieku 发表于 2004-11-27 04:53:08

我下的这个还有一个问题啊就是进到我游戏的人大部分都死掉了
就是一出来就自杀   给我这顿骂啊   
这是怎么回事啊还是他们的CS版本不支持啊   
因为要死都是固定的人   是客户端的毛病 还是我的毛病啊?

提卡维兰 发表于 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下就不好说了

youaibieku 发表于 2004-11-27 19:22:12

哦我的头也大了想玩个游戏是多么的不容易啊

呵呵 非常感谢 讲解的很详细我研究一下

zjyrc 发表于 2005-4-21 19:35:38

我的1.6用FFX怎么用了30分中就跳到主界面了啊
页: 1 2 3 [4]
查看完整版本: 最终幻想问题 ????