Sid Meier's Civilization V

Sid Meier's Civilization V

Ingame Editor
jxxf 23. juni 2014 kl. 15: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.
< >
Viser 1-13 af 13 kommentarer
donquiche  [udvikler] 11. juli 2014 kl. 6:33 
The Linux client is currently plagued by many bugs, I suggest to wait for patches.
koraytaylan 3. aug. 2014 kl. 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.
Sidst redigeret af koraytaylan; 3. aug. 2014 kl. 5:36
jxxf 3. aug. 2014 kl. 16:15 
@koraytaylan: Oh, awesome, I'll try this! Where exactly does one go to find the extension, btw?
Decius 19. aug. 2014 kl. 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 19. aug. 2014 kl. 11:59 
I also got this working with this strategy. Thanks Koraytaylan!
HopeFlamingo 23. aug. 2014 kl. 8:07 
Hey Decius Were Do i type this command (im on windows 8)
Decius 26. aug. 2014 kl. 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 22. nov. 2014 kl. 21:35 
Have a look at https://github.com/boekkooi/CIV5_IGE_LINUX if works like a charm for me
knutjorgen 30. dec. 2014 kl. 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 > 23. okt. 2015 kl. 9:45 
Oprindeligt skrevet af 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 22. jan. 2016 kl. 13:32 
Oprindeligt skrevet af 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 23. jan. 2016 kl. 1:21 
You need to replace that with the path to where IGE is installed :)
< blank > 23. feb. 2016 kl. 19:00 
Oprindeligt skrevet af 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
< >
Viser 1-13 af 13 kommentarer
Per side: 1530 50