Ergo's FixPack [mods]
@j3kyll:
You need only the latest pack: [url="http://www.gamebanshee.com/forums/drakensang-the-dark-eye-123/ergos-fixpack-mods-107436-p2.html#post1028106"]Ergo's Fixpack v1.62[/url]. Actually the game might get messed up if you install more than one...
@GawainBS:
As much as I like those advantages/disadvantages, they hardly are unique. I'm looking for something unique, like +PA etc. that none of the existing archetypes has. Like Caravan Guard wuold have naturally thick skin (because the desert storm), thus having +1 to all DR...
You need only the latest pack: [url="http://www.gamebanshee.com/forums/drakensang-the-dark-eye-123/ergos-fixpack-mods-107436-p2.html#post1028106"]Ergo's Fixpack v1.62[/url]. Actually the game might get messed up if you install more than one...
@GawainBS:
As much as I like those advantages/disadvantages, they hardly are unique. I'm looking for something unique, like +PA etc. that none of the existing archetypes has. Like Caravan Guard wuold have naturally thick skin (because the desert storm), thus having +1 to all DR...
Install trouble
Thanks Ergo. I tried to install but I kept getting the message "The path to "Drakensang\export\db\static.db4" couldn't be read from the registry." So I tried your help instructions. My version was already set to 1.03 and I set my root folder to E:\program files\drakensang\export but it is still not finding the game.
Thanks Ergo. I tried to install but I kept getting the message "The path to "Drakensang\export\db\static.db4" couldn't be read from the registry." So I tried your help instructions. My version was already set to 1.03 and I set my root folder to E:\program files\drakensang\export but it is still not finding the game.
- bacchus1974
- Posts: 5
- Joined: Sat Apr 25, 2009 9:33 am
- Contact:
What's you game directory for Drakensang?bacchus1974 wrote:me to i can t install the patch please help me
i don t understand i have replace the lines i have always the same error message.
please help me
For example: d:\my games\Drakensang
I can make you the batch file if you can share the directory path...
- bacchus1974
- Posts: 5
- Joined: Sat Apr 25, 2009 9:33 am
- Contact:
: Change this only! Must be the same as the subfolder name
@Set mod=Ergo's_Fixpack
::--------------------------------------------------------------
:: Nothing needs to be changed below
::--------------------------------------------------------------
@set backup=%mod%.bak
:: Title of the mod when the batch starts
@echo == Installing Modification: %mod% ==
@echo off
echo.
set pfad=.
set dsroot=.
SET dsroot=c:\programmes\drakensang\export
SET pfad=%dsroot%\db
if exist %pfad%\static.db4 goto okay
Echo The path to "Drakensang\export\db\static.db4"
Echo couldn't be read from the Registry!
Echo.
Echo To install, please copy all the mod's files and folders
Echo to the folder "Drakensang\export\db\", and start
Echo "Install-English.bat" again there.
Goto End
kay
SET version=1.03
Echo Drakensang v%version%
Echo Drakensang installation folder found:"%pfad%"
echo.
echo Creating backups...
if not exist %pfad%\static.db4.(%version%)%backup% copy %pfad%\static.db4 %pfad%\static.db4.(%version%)%backup%
if not exist %pfad%\locale.db4.(%version%)%backup% copy %pfad%\locale.db4 %pfad%\locale.db4.(%version%)%backup%
if not exist %pfad%\game.db4.(%version%)%backup% copy %pfad%\game.db4 %pfad%\game.db4.(%version%)%backup%
echo Updating %pfad%\static.db4...
%mod%\sqlite3 %pfad%\static.db4<%mod%\static.sql
echo Updating %pfad%\locale.db4...
%mod%\sqlite3 %pfad%\locale.db4<%mod%\locale.sql
echo Updating %pfad%\game.db4...
%mod%\sqlite3 %pfad%\game.db4<%mod%\game.sql
echo Copying new icons...
mkdir %dsroot%\textures\icons
copy %mod%\textures\icons\*.* %dsroot%\textures\icons /Y
echo.
Echo Installation finished.
:End
echo.
pause
it s my file.exe
my version is french
my directory is c:\programmes\drakensang\export
if you can made a bacth you r great thanks
bacchus
@Set mod=Ergo's_Fixpack
::--------------------------------------------------------------
:: Nothing needs to be changed below
::--------------------------------------------------------------
@set backup=%mod%.bak
:: Title of the mod when the batch starts
@echo == Installing Modification: %mod% ==
@echo off
echo.
set pfad=.
set dsroot=.
SET dsroot=c:\programmes\drakensang\export
SET pfad=%dsroot%\db
if exist %pfad%\static.db4 goto okay
Echo The path to "Drakensang\export\db\static.db4"
Echo couldn't be read from the Registry!
Echo.
Echo To install, please copy all the mod's files and folders
Echo to the folder "Drakensang\export\db\", and start
Echo "Install-English.bat" again there.
Goto End
kay
SET version=1.03
Echo Drakensang v%version%
Echo Drakensang installation folder found:"%pfad%"
echo.
echo Creating backups...
if not exist %pfad%\static.db4.(%version%)%backup% copy %pfad%\static.db4 %pfad%\static.db4.(%version%)%backup%
if not exist %pfad%\locale.db4.(%version%)%backup% copy %pfad%\locale.db4 %pfad%\locale.db4.(%version%)%backup%
if not exist %pfad%\game.db4.(%version%)%backup% copy %pfad%\game.db4 %pfad%\game.db4.(%version%)%backup%
echo Updating %pfad%\static.db4...
%mod%\sqlite3 %pfad%\static.db4<%mod%\static.sql
echo Updating %pfad%\locale.db4...
%mod%\sqlite3 %pfad%\locale.db4<%mod%\locale.sql
echo Updating %pfad%\game.db4...
%mod%\sqlite3 %pfad%\game.db4<%mod%\game.sql
echo Copying new icons...
mkdir %dsroot%\textures\icons
copy %mod%\textures\icons\*.* %dsroot%\textures\icons /Y
echo.
Echo Installation finished.
:End
echo.
pause
it s my file.exe
my version is french
my directory is c:\programmes\drakensang\export
if you can made a bacth you r great thanks
bacchus
@bacchus1974:
I really can't see anyting wrong, it looks correct. What's the error message? And, please check your file path again. Like would it be possible that you accidently have the path as c:\programmes\drakensang\Drakensang\export etc?
Oh, try adding "\" to end of path.
I really can't see anyting wrong, it looks correct. What's the error message? And, please check your file path again. Like would it be possible that you accidently have the path as c:\programmes\drakensang\Drakensang\export etc?
Oh, try adding "\" to end of path.
Code: Select all
SET dsroot=c:\programmes\drakensang\export[b][u]\[/u][/b]
Got it to work
These are the changes I made to get it to work.
:: Change this only! Must be the same as the subfolder name
@Set mod=Ergo's_Fixpack
:: sub-folder where the SQL-files can be found
@Set mod=Ergo's_Fixpack
::--------------------------------------------------------------
:: Nothing needs to be changed below
::--------------------------------------------------------------
@echo off
echo.
set pfad=.
if not exist %pfad%\static.db4 FOR /F "tokens=2* " %%A IN ('REG QUERY "HKCU\Software\DTP\Drakensang" /v target_folder') DO SET Pfad=%%B\export\db
if exist %pfad%\static.db4 goto okay
Echo The path to "Drakensang\export\db\static.db4"
Echo couldn't be read from the Registry!
Echo.
Echo To install, please copy all the mod's files and folders
Echo to the folder "Drakensang\export\db\", and start
Echo "Install-English.bat" again there.
Goto End
kay
FOR /F "tokens=2* " %%A IN ('REG QUERY "HKCU\Software\DTP\Drakensang" /v version') DO SET version=%%B
Echo Drakensang v%version%
Echo Datenbank-Directory = "%pfad%"
echo.
echo.
echo Creating backups...
if not exist %pfad%\static.db4.(%version%)%backup% copy %pfad%\static.db4 %pfad%\static.db4.(%version%)%backup%
if not exist %pfad%\locale.db4.(%version%)%backup% copy %pfad%\locale.db4 %pfad%\locale.db4.(%version%)%backup%
if not exist %pfad%\game.db4.(%version%)%backup% copy %pfad%\game.db4 %pfad%\game.db4.(%version%)%backup%
echo.
echo Updating %pfad%\static.db4...
%mod%\sqlite3 %pfad%\static.db4<%mod%\static.sql
echo.
echo Updating %pfad%\locale.db4...
%mod%\sqlite3 %pfad%\locale.db4<%mod%\locale.sql
echo.
echo Updating %pfad%\game.db4...
%mod%\sqlite3 %pfad%\game.db4<%mod%\game.sql
echo.
echo Copying new icons...
mkdir %dsroot%\textures\icons
copy %mod%\textures\icons\*.* %dsroot%\textures\icons /Y
echo.
echo.
Echo Installation finished.
:End
echo.
pause
These are the changes I made to get it to work.
:: Change this only! Must be the same as the subfolder name
@Set mod=Ergo's_Fixpack
:: sub-folder where the SQL-files can be found
@Set mod=Ergo's_Fixpack
::--------------------------------------------------------------
:: Nothing needs to be changed below
::--------------------------------------------------------------
@echo off
echo.
set pfad=.
if not exist %pfad%\static.db4 FOR /F "tokens=2* " %%A IN ('REG QUERY "HKCU\Software\DTP\Drakensang" /v target_folder') DO SET Pfad=%%B\export\db
if exist %pfad%\static.db4 goto okay
Echo The path to "Drakensang\export\db\static.db4"
Echo couldn't be read from the Registry!
Echo.
Echo To install, please copy all the mod's files and folders
Echo to the folder "Drakensang\export\db\", and start
Echo "Install-English.bat" again there.
Goto End
kay
FOR /F "tokens=2* " %%A IN ('REG QUERY "HKCU\Software\DTP\Drakensang" /v version') DO SET version=%%B
Echo Drakensang v%version%
Echo Datenbank-Directory = "%pfad%"
echo.
echo.
echo Creating backups...
if not exist %pfad%\static.db4.(%version%)%backup% copy %pfad%\static.db4 %pfad%\static.db4.(%version%)%backup%
if not exist %pfad%\locale.db4.(%version%)%backup% copy %pfad%\locale.db4 %pfad%\locale.db4.(%version%)%backup%
if not exist %pfad%\game.db4.(%version%)%backup% copy %pfad%\game.db4 %pfad%\game.db4.(%version%)%backup%
echo.
echo Updating %pfad%\static.db4...
%mod%\sqlite3 %pfad%\static.db4<%mod%\static.sql
echo.
echo Updating %pfad%\locale.db4...
%mod%\sqlite3 %pfad%\locale.db4<%mod%\locale.sql
echo.
echo Updating %pfad%\game.db4...
%mod%\sqlite3 %pfad%\game.db4<%mod%\game.sql
echo.
echo Copying new icons...
mkdir %dsroot%\textures\icons
copy %mod%\textures\icons\*.* %dsroot%\textures\icons /Y
echo.
echo.
Echo Installation finished.
:End
echo.
pause
- bacchus1974
- Posts: 5
- Joined: Sat Apr 25, 2009 9:33 am
- Contact:
- bacchus1974
- Posts: 5
- Joined: Sat Apr 25, 2009 9:33 am
- Contact:
give me some time to play the game with your fixmod to answer you.
but in the starting location all things looks good for me, the battles became harder as you pointed in description of mod.
now it`s not an easy work in the forest as lonely battlemage. i had to take a company to finish all starting/tutorial quests
for this stage of playing i have only positive comments for your fixmod!
but in the starting location all things looks good for me, the battles became harder as you pointed in description of mod.
now it`s not an easy work in the forest as lonely battlemage. i had to take a company to finish all starting/tutorial quests
for this stage of playing i have only positive comments for your fixmod!
- bacchus1974
- Posts: 5
- Joined: Sat Apr 25, 2009 9:33 am
- Contact:
I think it's possible to install the fixpack to french version, but obviously I haven't tested. Just take backup of your db4 files in drakensang/export/db folder and give it a try. Atleast one thing that will be messed up, is the localization, so you will see some english texts when it suppose to be in french.
- graywolf87
- Posts: 2
- Joined: Sat May 09, 2009 8:34 pm
- Contact:
i know this isnt related to the fixpack, but i would really appreciate a little help. i completed the first area and then when i got to second area dranor left the group and said to meet him at ducal citadel main center. well i went there and cant find him anywhere. can someone help me? please and thank you for your time