- UID
- 23824
- UCC
-
- 声望
-
- 好评
-
- 贡献
-
- 最后登录
- 1970-1-1
|
本帖最后由 dirtysio 于 2013-12-29 17:01 编辑
不是很明白具体的功能,大概是扫描宇宙交易信息一类的MOD。据作者描述,这个MOD支持1.22及以上版本。
可能需要Python 2.7.x的支持,32位和64位都可以:
http://www.python.org/download/
安装说明:
压缩包里的gtn.py文件要放到你的游戏存档目录,例如:C:\Users\Me\Documents\Egosoft\X Rebirth\54443424
原文在下面:
Yorrick's GTN (Galactic Trade Network) Mod v0.01
================================================
This was written largely from example reading the code for NESA 0.9.0 by Mad_Joker and help from UniTrader. Thanks very much fellas :)
What is it?
-----------
It exports the games buy + sell order data via the .log file in your save directory. Aso included is a basic python script to parse the .log output and read the csv entrys to an sqlite db. Access is via the main menu in game : Universe > Access GTN > area to scan, ie Cluster, Galaxy, Sector or Zone.
This mod is functionally just an addon, no changes are made to the games xml (sorry no localisation yet) so it *should* be quite safe to use for vanilla game players and any new versions (>1.22) from Egosoft. It uses top_right menu slot on Universe menu.
Installation
------------
The mod itself goes into extensions as usual.
The gtn.py script should go into the same directory as your .log file (C:UsersMeDocumentsEgosoftX Rebirth54443424 on my machine)
and be run from there by shortcut or CLI. The resulting test.db file will live there too :)
If you don't have them already you will also need Python 2.7.x (32bit or 64 bit are both fine) http://www.python.org/download/ and some way to use the db; http://sqlitebrowser.sourceforge.net/ is functional and free, but has a tendency to crash if you enter broken SQL queries.
Any issues let me know, and please don't mock my nooby coding too much :D
P.S.请大家试用之后反馈一下。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|