| Summary: | nwn-data misinstalls NWN Diamond Edition | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ryan Hill (RETIRED) <rhill> |
| Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | nwn-data-1.29.ebuild.diff | ||
Created attachment 95245 [details, diff]
nwn-data-1.29.ebuild.diff
1. you also can use 7z to unpack KingMaker_setup.exe and install some premium modules 2. actually this is a dup of bug#88521 which is about using platinum/diamond packs for nwn-data |
emerging nwn with the NWN Diamond Edition DVD is currently broken when USE=hou or sou. Launching the game results in "Fatal signal: Segmentation Fault (SDL Parachute Deployed)". This is because the following files are not installed: ./data/xp1.bif ./data/xp1_models.bif ./data/xp1_scripts.bif ./data/xp1_sounds.bif ./data/xp1_templates.bif ./data/xp1_textures.bif ./data/xp1_tiles.bif ./data/xp2.bif ./data/xp2_models.bif ./data/xp2_scripts.bif ./data/xp2_sounds.bif ./data/xp2_templates.bif ./data/xp2_textures.bif ./data/xp2_tiles.bif ./texturepacks/XP1_GUI.erf ./texturepacks/XP2_GUI.erf ./texturepacks/xp1_tex_tpa.erf ./texturepacks/xp1_tex_tpb.erf ./texturepacks/xp1_tex_tpc.erf ./texturepacks/xp2_tex_tpa.erf ./texturepacks/xp2_tex_tpb.erf ./texturepacks/xp2_tex_tpc.erf ./xp1.key ./xp2.key On the Diamond DVD, these files are located in ${CDROM_ROOT}/data/XP1.zip and XP2.zip. Shouldn't Data_Shared.zip also be unpacked with USE=hou like it is when USE=sou? Otherwise when USE="hou -sou" you'll be missing even more files: ./dialog.tlk ./nwm/Chapter1.nwm ./nwm/Chapter1E.nwm ./nwm/Chapter2.nwm ./nwm/Chapter2E.nwm ./nwm/Chapter3.nwm ./nwm/Chapter4.nwm ./nwm/Prelude.nwm ./nwmain ./nwserver plus some override stuff that gets deleted anyways. attached is the diff of the changes that i used to get Diamond installed and working. it shouldn't affect CD installs at all.