Please note that new user registrations disabled at this time.

Ergo's FixPack [mods]

This forum is to be used for all discussions pertaining to Radon Labs' Drakensang: The Dark Eye, Drakensang: The River of Time, and Drakensang: Philleason's Secret.
User avatar
GawainBS
Posts: 4452
Joined: Fri Oct 27, 2006 3:43 am
Location: Glabbeek, Belgium.
Contact:

Post by GawainBS »

I propose this disadvantage and advantage for the Caravan Guard:

Pro: Better Endurance. (From all the travelling in the desert.)
Neg: Worse AE? Worse social skills?
User avatar
Ergopad
Posts: 134
Joined: Fri Sep 22, 2006 5:05 am
Location: Finland
Contact:

Post by Ergopad »

@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...
User avatar
GawainBS
Posts: 4452
Joined: Fri Oct 27, 2006 3:43 am
Location: Glabbeek, Belgium.
Contact:

Post by GawainBS »

+1 all DR sounds good.
Is it possible to make learning Heavy Armour cost more? To represent that they feel best in lighter armour?
User avatar
j3kyll
Posts: 4
Joined: Fri Apr 24, 2009 9:33 pm
Contact:

Post by j3kyll »

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.
User avatar
bacchus1974
Posts: 5
Joined: Sat Apr 25, 2009 9:33 am
Contact:

Post by bacchus1974 »

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
User avatar
Ergopad
Posts: 134
Joined: Fri Sep 22, 2006 5:05 am
Location: Finland
Contact:

Post by Ergopad »

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
What's you game directory for Drakensang?

For example: d:\my games\Drakensang

I can make you the batch file if you can share the directory path...
User avatar
bacchus1974
Posts: 5
Joined: Sat Apr 25, 2009 9:33 am
Contact:

Post by bacchus1974 »

: 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

:o 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
User avatar
Ergopad
Posts: 134
Joined: Fri Sep 22, 2006 5:05 am
Location: Finland
Contact:

Post by Ergopad »

@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.

Code: Select all

SET dsroot=c:\programmes\drakensang\export[b][u]\[/u][/b]
User avatar
j3kyll
Posts: 4
Joined: Fri Apr 24, 2009 9:33 pm
Contact:

Post by j3kyll »

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

:o 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
User avatar
bacchus1974
Posts: 5
Joined: Sat Apr 25, 2009 9:33 am
Contact:

Post by bacchus1974 »

i don t understand to install this patch

i have changed my directory how i do


plesae help me
User avatar
Ergopad
Posts: 134
Joined: Fri Sep 22, 2006 5:05 am
Location: Finland
Contact:

Post by Ergopad »

@bacchus1974:

Okay this seems a bit odd. Did you tried to add the "\" backslash to end of your file path?
User avatar
maxdov
Posts: 3
Joined: Fri May 01, 2009 4:03 am
Location: Odessa
Contact:

Post by maxdov »

would you please give me a link to "Ergo's FixPack mod" due to your link on first page is broken :(
thanks in advance for your help......
User avatar
bacchus1974
Posts: 5
Joined: Sat Apr 25, 2009 9:33 am
Contact:

Post by bacchus1974 »

it s impossible to install this patch with french version


a++++
User avatar
j3kyll
Posts: 4
Joined: Fri Apr 24, 2009 9:33 pm
Contact:

Post by j3kyll »

Link

{Maxdov} Look at third page near bottom. Ergo put a link there for me.
User avatar
maxdov
Posts: 3
Joined: Fri May 01, 2009 4:03 am
Location: Odessa
Contact:

Post by maxdov »

thank you very much for your help! all files successfully installed and the game works properly!
special thanks to Ergo for a big work that makes the game more realistic and harder!
User avatar
Ergopad
Posts: 134
Joined: Fri Sep 22, 2006 5:05 am
Location: Finland
Contact:

Post by Ergopad »

Any feedback? What works and what not? Should the bonuses/penalties be bigger or smaller? What new you would like to see in future versions? Localization fixes? Anything?? :)
User avatar
maxdov
Posts: 3
Joined: Fri May 01, 2009 4:03 am
Location: Odessa
Contact:

Post by maxdov »

:) 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!
User avatar
bacchus1974
Posts: 5
Joined: Sat Apr 25, 2009 9:33 am
Contact:

Post by bacchus1974 »

can we install this patch with french version??

becaus efor me it s impossible plese help me


a++
User avatar
Ergopad
Posts: 134
Joined: Fri Sep 22, 2006 5:05 am
Location: Finland
Contact:

Post by Ergopad »

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.
User avatar
graywolf87
Posts: 2
Joined: Sat May 09, 2009 8:34 pm
Contact:

Post by graywolf87 »

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 :)
Post Reply