Page 3 of 7
Posted: Sat Apr 25, 2009 2:52 am
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?
Posted: Sat Apr 25, 2009 11:08 am
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...
Posted: Sat Apr 25, 2009 11:24 am
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?
Posted: Sat Apr 25, 2009 11:46 am
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.
Posted: Sun Apr 26, 2009 2:38 am
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
Posted: Sun Apr 26, 2009 4:39 am
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...
Posted: Sun Apr 26, 2009 5:00 am
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
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
Posted: Sun Apr 26, 2009 11:48 am
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]
Posted: Sun Apr 26, 2009 5:24 pm
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
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
Posted: Mon Apr 27, 2009 2:20 am
by bacchus1974
i don t understand to install this patch
i have changed my directory how i do
plesae help me
Posted: Mon Apr 27, 2009 3:40 pm
by Ergopad
@bacchus1974:
Okay this seems a bit odd. Did you tried to add the "\" backslash to end of your file path?
Posted: Fri May 01, 2009 4:08 am
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......
Posted: Fri May 01, 2009 5:25 am
by bacchus1974
it s impossible to install this patch with french version
a++++
Posted: Fri May 01, 2009 1:13 pm
by j3kyll
Link
{Maxdov} Look at third page near bottom. Ergo put a link there for me.
Posted: Fri May 01, 2009 3:23 pm
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!
Posted: Fri May 01, 2009 5:20 pm
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??
Posted: Fri May 01, 2009 5:38 pm
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!
Posted: Sat May 09, 2009 8:08 am
by bacchus1974
can we install this patch with french version??
becaus efor me it s impossible plese help me
a++
Posted: Sat May 09, 2009 10:59 am
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.
Posted: Sat May 09, 2009 8:42 pm
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