Sid Meier's Civilization V

Sid Meier's Civilization V

Ingame Editor
jxxf 2014 年 6 月 23 日 下午 3:31
Bug report: IGE doesn't display correctly on Linux
When using IGE on Linux games, the text "TXT_KEY_IGE_EDITOR" appears where the menu link would otherwise be, and the menus are entirely blank.
< >
正在显示第 1 - 13 条,共 13 条留言
donquiche  [开发者] 2014 年 7 月 11 日 上午 6:33 
The Linux client is currently plagued by many bugs, I suggest to wait for patches.
koraytaylan 2014 年 8 月 3 日 上午 5:35 
After diving deep inside to the original forum post for searching a clue, I found this,

http://forums.civfanatics.com/showpost.php?p=13286047&postcount=1399

the guy who developed it in the first place says it might be related to a file name conflict between the files used by mod and the game itself and I guess that's what it is all about apparently.

So I managed to get it run on linux with all features working like this,

- First you need to rename the file IGE_InfoToolTipInclude.lua to IGE_Tooltip.lua (what you put as a new name is actually not important at all, it can be anything. We are just avoiding a conflict with another internal game file with quite similar name.)
- Then you need to change all the references of this file to its new name in all the other lua and xml files respectively. It is quite tiresome to manually find them one by one so I used Sublime Text editor which has the needed feature for finding and replacing text in files inside a folder recursively. Sublime Text also is not mandatory of course. I just used it because it's a common tool for me but you can use any other tool to get it done.

And it just works.

By the way I wish this mod was actually a part of the game because for me it added much more fun to it.
最后由 koraytaylan 编辑于; 2014 年 8 月 3 日 上午 5:36
jxxf 2014 年 8 月 3 日 下午 4:15 
@koraytaylan: Oh, awesome, I'll try this! Where exactly does one go to find the extension, btw?
Decius 2014 年 8 月 19 日 上午 3:03 
Thank you for the suggestion koraytaylan! I managed to get IGE working just fine using your directions. For changing all references to the renamed file, I used the following terminal command:
find /path/to/IGE/folder -type f -exec sed -i 's/IGE_InfoToolTipInclude/IGE_Tooltip/g' {} \;
(This finds all files recursively in the indicated path, goes through them, and changes all occurences of 'IGE_InfoToolTipInclude' to 'IGE_Tooltip')
jxxf 2014 年 8 月 19 日 上午 11:59 
I also got this working with this strategy. Thanks Koraytaylan!
HopeFlamingo 2014 年 8 月 23 日 上午 8:07 
Hey Decius Were Do i type this command (im on windows 8)
Decius 2014 年 8 月 26 日 上午 3:16 
@HopeFlamingo The suggestions in this thread fix a bug that is only present on Linux (or on Macs using a case-sensitive filesystem, I guess), they are probably not useful if you are running Windows. IGE should work fine in Windows without any issues; if this is not the case, you could look into starting a new thread describing the problems you run into.
warnar 2014 年 11 月 22 日 下午 9:35 
Have a look at https://github.com/boekkooi/CIV5_IGE_LINUX if works like a charm for me
knutjorgen 2014 年 12 月 30 日 上午 10:48 
HI I got this message when using this mode.
CivBE[4825]: segfault at c9b143e2 ip 00000000c9b143e2 sp 00000000f0d2e67c error 14
[ 1803.178891] CivBE[5125]: segfault at c9a43410 ip 00000000d5cd9e93 sp 00000000f0d2def0 error 4 in libCvGameCoreDLL_BeyondEarth.so[d5814000+880000]
When i used dmesg after civ beyond earth has crashed.
< blank > 2015 年 10 月 23 日 上午 9:45 
引用自 warnar
Have a look at https://github.com/boekkooi/CIV5_IGE_LINUX if works like a charm for me

no is not working at all
WWWWWWWW 2016 年 1 月 22 日 下午 1:32 
引用自 Decius
Thank you for the suggestion koraytaylan! I managed to get IGE working just fine using your directions. For changing all references to the renamed file, I used the following terminal command:
find /path/to/IGE/folder -type f -exec sed -i 's/IGE_InfoToolTipInclude/IGE_Tooltip/g' {} \;
(This finds all files recursively in the indicated path, goes through them, and changes all occurences of 'IGE_InfoToolTipInclude' to 'IGE_Tooltip')

The terminal cannot find the file "path". Is there a different filename for different computers?
Decius 2016 年 1 月 23 日 上午 1:21 
You need to replace that with the path to where IGE is installed :)
< blank > 2016 年 2 月 23 日 下午 7:00 
引用自 Decius
You need to replace that with the path to where IGE is installed :)
the information posted here is no longer relevant the curent version 39 do not have the old name structure (IGE_InfoToolTipInclude)

the github link is version 37 also irrelevant
< >
正在显示第 1 - 13 条,共 13 条留言
每页显示数: 1530 50