装B、无止境 发表于 2016-2-5 14:09:50

求楼主上传网盘

吃肉 发表于 2016-2-5 17:23:32

::

qaz8223351 发表于 2016-2-5 17:35:42

有没有游戏截图啊,看看

2021555688 发表于 2016-2-5 17:47:06

下来看看研究一下

a7671626 发表于 2016-2-5 18:03:59

97978 发表于 2016-2-5 08:55
我发的教程图文第10步后面好像有个数据库的下载地址还是啥的
To install PostGreSQL
1.


:::

寂い寞の梦★ 发表于 2016-2-5 18:26:19

:差不多要架设成功了,谢谢卤煮
虽然经历不少波折233333333

97978 发表于 2016-2-5 19:20:08

寂い寞の梦★ 发表于 2016-2-5 18:26
差不多要架设成功了,谢谢卤煮
虽然经历不少波折233333333

你弄个教程图文给大家呗,
我不懂LINUX
所以我架设不了。。。郁闷,帮帮忙

97978 发表于 2016-2-5 19:24:32

gdfdsfgdsbh 发表于 2016-2-5 13:24
http://pan.baidu.com/s/1qX7q6JE      :这个就是

谢谢你的分享

97978 发表于 2016-2-5 19:29:58

装B、无止境 发表于 2016-2-5 14:09
求楼主上传网盘

下载地址不需要翻墙
我6M小水管下载都满速

况且百度网盘不是VIP还限速

97978 发表于 2016-2-5 19:33:10

qaz8223351 发表于 2016-2-5 17:35
有没有游戏截图啊,看看

有的,不过老外都是发新手村的截图,等会我去截几张给你看看

97978 发表于 2016-2-5 19:43:01

寂い寞の梦★ 发表于 2016-2-5 12:52
卤煮,我不是这意思啊,数据库已经装好了,我按照大神的教程,就是没法用Navicat远程访问
要 ...

国外论坛的答复

问:
Hi.
I've been having a problem where in Navicat the postgresql connection keeps failing. I have tried everything I can think of (I'm no expert) and I have seen posts of others having the same/similar problem, but have solved it and have not giving any info on how.
I have tried a lot of things and would rather not at the moment because I'm afraid further experiments of mine may cause me to go backwards instead of going forwards. Anyone who knows the solution would be helpful.

I have changed the config from md5 and trust on the connections and nothing changes.
I have tried other commands that ended up causing the service to fail.
I have fixed my VMware problem where it needed to have a bridged connection.
Every other change I made I also restarted the service and rebooted to see if anything would change.

答:make sure your network settings in vm are set to bridged connection and promiscuous mode is set to allow all

go to /var/lib/pgsql/9.3/data/postgresql.conf
add or make sure this is there: listen_addresses='*'

go to /var/lib/pgsql/9.3/data/pg_hba.conf

make sure these are the only uncommitted entrys in the file.
local all all peer
host all all 127.0.0.1/32 md5
host all all samenet        md5
host all all ::1/128 ident
restart pgsql or server

============================
问:
Thanks for reply, but...

What would be the method in allowing promiscuous mode in my virtual machine (VMware). I tried "chmod a+rw /dev/vmnet0" and it said no file or directory found. I went into /etc/sysconfig/network-scripts/ifcfg-eth0 and edited it to have PROMISC=yes. Nothing seems to have a change. If it is changing and it is set to be allowed etc. Then why am I unable to connect with Navicat

答:
look @ your pg_hba.conf @ IPv4 it should look like this.

Code:
# IPv4 local connections:
host    all             all             <your ip>/32      trust
==============================



97978 发表于 2016-2-5 19:51:08

本帖最后由 97978 于 2016-2-5 19:52 编辑

qaz8223351 发表于 2016-2-5 17:35
有没有游戏截图啊,看看
在老外论坛里的游戏截图




寂い寞の梦★ 发表于 2016-2-5 20:00:22

97978 发表于 2016-2-5 19:51
在老外论坛里的游戏截图

:谢谢卤煮啦,其实我也是小白,折腾一下午了,发现是防火墙的问题,原贴里面也有不少坑爹的地方,还在调试2333333

97978 发表于 2016-2-5 20:07:34

寂い寞の梦★ 发表于 2016-2-5 20:00
谢谢卤煮啦,其实我也是小白,折腾一下午了,发现是防火墙的问题,原贴里面也有不少坑爹的地 ...

原帖的教程其实是从最开始一直延续下来的
并不是像论坛某些大神的教程详细

另外他们有人正在想办法弄出解密所有文件的工具

寂い寞の梦★ 发表于 2016-2-5 20:09:30

97978 发表于 2016-2-5 20:07
原帖的教程其实是从最开始一直延续下来的
并不是像论坛某些大神的教程详细



:是啊,所以被彻彻底底坑了一晚上,自己做了点优化

97978 发表于 2016-2-5 20:12:29

寂い寞の梦★ 发表于 2016-2-5 20:00
谢谢卤煮啦,其实我也是小白,折腾一下午了,发现是防火墙的问题,原贴里面也有不少坑爹的地 ...
原帖的教程其实是从最开始的端一直延续下来的,中途不断修正
并不是那些详细图文的教程帖子

另外我估计当初他们的端也是从宝湾过去的
因为我有看到他们的回帖有数次提到宝湾这个论坛,而且带有宝湾幻想的网址

此外他们有大神正在弄能解密更多东西的工具,静待消息

寂い寞の梦★ 发表于 2016-2-5 20:14:08

97978 发表于 2016-2-5 20:12
原帖的教程其实是从最开始的端一直延续下来的,中途不断修正
并不是那些详细图文的教程帖子



:发现了,内容好像就是跟有人发的HK75端一样的

97978 发表于 2016-2-5 20:23:58

本帖最后由 97978 于 2016-2-5 20:39 编辑

寂い寞の梦★ 发表于 2016-2-5 20:14
:发现了,内容好像就是跟有人发的HK75端一样的
嗯,我是因为看到2点才决定搬这个端来的

1:可以解包客户端,我自己亲自试验
有了这个,我虽然小白,但也知道至少添加道具这些不是问题了,而且我也找到他们添加道具的教程和工具

2:他们有人正在想办法弄出能解密所有文件的工具(我不清楚这个论述是否正确,但可以确定那个想开发工具的人确实想弄些东西给这个端更多的自由度,而且有人回帖说如果能开发出来是个伟大的东东),虽然不清楚能否开发出来
但值得期待,况且这个端估计就是HK75为基础弄的,换句话说汉化本就不是问题
而且我在香港FUN2000又找到美版SF的汉化方法

97978 发表于 2016-2-5 20:29:52

寂い寞の梦★ 发表于 2016-2-5 20:14
:发现了,内容好像就是跟有人发的HK75端一样的
还有,他们这个端的服务端data/db里的S_Item.ini S_ItemMall.ini是英文
这2个文件应该也是他们替换进去的

我是解包客户端后有略略看了一下服务端与客户端的data/db里面的INI文件,服务端就这2个物品INI文件是英文,其余我们常用来修改的都是中文,

一夜成魔啊 发表于 2016-2-5 20:33:05

留个记号 我先下载官方游戏看看好玩在看看这个有研究价值不
页: 1 2 [3] 4 5 6 7
查看完整版本: 国外论坛找到的幻想神域~带解包打包工具~架设及汉化成功【2月7号更新】

本站内容如若侵犯到您的权益,请来电来函告知,我们会尽快处理!
联系QQ:1953150286,2251387361,123784736,免责申明