RPG Search

 
 
 
 
 

 
  #46 (permalink)  
Old 04-26-2009, 05:39 AM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
Quote:
Originally Posted by bacchus1974 View Post
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...
Reply With Quote
 
  #47 (permalink)  
Old 04-26-2009, 06:00 AM
Member
 
Join Date: Apr 2009
Posts: 5
: 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

Last edited by bacchus1974; 04-26-2009 at 08:04 AM.
Reply With Quote
 
  #48 (permalink)  
Old 04-26-2009, 12:48 PM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
@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:
SET dsroot=c:\programmes\drakensang\export\ 
Reply With Quote
Got it to work  
  #49 (permalink)  
Old 04-26-2009, 06:24 PM
Member
 
Join Date: Apr 2009
Posts: 4
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
Reply With Quote
 
  #50 (permalink)  
Old 04-27-2009, 03:20 AM
Member
 
Join Date: Apr 2009
Posts: 5
i don t understand to install this patch

i have changed my directory how i do


plesae help me
Reply With Quote
 
  #51 (permalink)  
Old 04-27-2009, 04:40 PM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
@bacchus1974:

Okay this seems a bit odd. Did you tried to add the "\" backslash to end of your file path?
Reply With Quote
 
  #52 (permalink)  
Old 05-01-2009, 05:08 AM
maxdov's Avatar
Member
 
Join Date: May 2009
Location: Odessa
Posts: 3
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......
Reply With Quote
 
  #53 (permalink)  
Old 05-01-2009, 06:25 AM
Member
 
Join Date: Apr 2009
Posts: 5
it s impossible to install this patch with french version


a++++

Last edited by bacchus1974; 05-01-2009 at 10:04 AM.
Reply With Quote
Link  
  #54 (permalink)  
Old 05-01-2009, 02:13 PM
Member
 
Join Date: Apr 2009
Posts: 4
{Maxdov} Look at third page near bottom. Ergo put a link there for me.
Reply With Quote
Thumbs up  
  #55 (permalink)  
Old 05-01-2009, 04:23 PM
maxdov's Avatar
Member
 
Join Date: May 2009
Location: Odessa
Posts: 3
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!
Reply With Quote
Thumbs up  
  #56 (permalink)  
Old 05-01-2009, 06:20 PM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
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??
Reply With Quote
 
  #57 (permalink)  
Old 05-01-2009, 06:38 PM
maxdov's Avatar
Member
 
Join Date: May 2009
Location: Odessa
Posts: 3
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!
Reply With Quote
 
  #58 (permalink)  
Old 05-09-2009, 09:08 AM
Member
 
Join Date: Apr 2009
Posts: 5
can we install this patch with french version??

becaus efor me it s impossible plese help me


a++
Reply With Quote
Post  
  #59 (permalink)  
Old 05-09-2009, 11:59 AM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
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.
Reply With Quote
 
  #60 (permalink)  
Old 05-09-2009, 09:42 PM
Member
 
Join Date: May 2009
Posts: 2
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
Reply With Quote
Reply

Tags
modification

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump