88 lines
2.9 KiB
Markdown
88 lines
2.9 KiB
Markdown
fresh install -> calibrate -> install -> uninstall
|
|
|
|
Commands
|
|
|
|
help (default)
|
|
list commands
|
|
install [mod]
|
|
-> list of mods installed
|
|
= ~/.config/etw-lmm/MODS
|
|
example:
|
|
mod_name
|
|
pack1.pack (\t)
|
|
pakc2.pack
|
|
campaign_maps/global_map/
|
|
mod_two
|
|
campaigns/main/
|
|
uninstall [mod]
|
|
restore using `*.backup` and `_backup`
|
|
delete mods in data/ using ~/.config/etw-lmm/PACKS
|
|
query (available mods)
|
|
list mods in GitLab
|
|
list (installed mods)
|
|
list ~/.config/etw-lmm/INSTALLED
|
|
|
|
calibrate (game files) md5sum files
|
|
|
|
CHECK IF MODS ARE INSTALLED
|
|
|
|
~/.local/share/feral-interactive/Empire/AppData/scripts/preferences_empire_scripts.txt
|
|
fbf65ef80563e0bd76836c150e49ecd0 preferences_empire_scripts.txt
|
|
if not
|
|
set preferences_empire_scripts.txt to preferences_empire_scripts.txt_utf8
|
|
SET TO "write_preferences_at_exit false"
|
|
REMOVE "\nmod [mod];"
|
|
preferences_empire_scripts.txt.backup
|
|
|
|
7edb7bc5b92a230bb1bcf0f5e9d28ef9 preferences.empire_script.txt_utf8 FALSE
|
|
ef1834b11d0cd72fece41236a1005c00 preferences.empire_script.txt_utf8 TRUE
|
|
5d064a6cfdc35f4714fd31d5d99735d0 preferences.empire_script.txt FALSE
|
|
fbf65ef80563e0bd76836c150e49ecd0 preferences.empire_script.txt TRUE
|
|
|
|
.txt_backup is same
|
|
|
|
TEXT BUG FIX
|
|
~/.local/share/feral-interactive/Empire/preferences
|
|
SET TO "<value name="UsePBOSurfaces" type="integer">0</value>"
|
|
|
|
data/campaigns/main
|
|
89b18f2c2c3f98b6fed7ed7ae4e3e4f9 scripting.lua
|
|
084b14b4174b93c6489422fe33dc7b2b startpos.esf
|
|
|
|
create main_backup/
|
|
|
|
data/campaign_maps/global_map
|
|
086f52fb74d2d0c03ef4e0a969fac4d9 america_lookup.tga
|
|
92569145991bb8c1937769f023264fbb america_map.tga
|
|
c77b3468113aae3e1ebf43d0a2279986 brazil_map.tga
|
|
98f9a1c82a9fbf2ce15aa9c37eb5735c east_indies_lookup.tga
|
|
c15c8e4db971585dce18f764db084f2c east_indies_map.tga
|
|
62c929e8849b77b3d3060bdd448fe0db europe_lookup.tga
|
|
dd31679ed17096692475dad452c2d2c5 europe_map.tga
|
|
a731bf4b7574ad3abf4cbbff0873880d india_lookup.tga
|
|
6a69c2b16c421aabc642396a8f5ecf48 india_map.tga
|
|
e03faec4549366c5d6df0e37e37e9c28 ivory_coast_map.tga
|
|
46788119db0b0c3e79d307f7005dbac4 madagascar_map.tga
|
|
84648966d1ad44ae072b698dc0e311d4 stratradar_america.tga
|
|
c77b3468113aae3e1ebf43d0a2279986 stratradar_brazil.tga
|
|
c15c8e4db971585dce18f764db084f2c stratradar_east_indies.tga
|
|
b95431493f9a1078c013efb627cfe12a stratradar_europe.tga
|
|
e25d189f93fa3761a48a033d0818176a stratradar_india.tga
|
|
e03faec4549366c5d6df0e37e37e9c28 stratradar_ivory_coast.tga
|
|
46788119db0b0c3e79d307f7005dbac4 stratradar_madagascar.tga
|
|
d3cd17af453c9aaa5dd64dfeb8499585 pathfinding.esf
|
|
57d6dac4b3c39587819607fce460e00e poi.esf
|
|
e30d0b9873fad972d490a7cacb039ea9 regions.esf
|
|
ebd02a0e4f39e07816054445cbd59d3d sea_grids.esf
|
|
dd853d15992a5c0f15da0cdd6ac443c1 trade_routes.esf
|
|
|
|
create global_map_backup/
|
|
|
|
====
|
|
|
|
refactor code from C++ to C
|
|
int
|
|
use enumerated error codes with char
|
|
breakup the functions/DRY everything
|
|
use functions for sed iconv cp rm
|