RPG Search

 
 
 
 
 

v1.72  
  #91 (permalink)  
Old 08-03-2009, 11:55 AM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
New version uploaded. One critical bug fixed (Praios' Scimitar), code cleaning and french translation.
Reply With Quote
 
  #92 (permalink)  
Old 08-22-2009, 05:29 PM
Member
 
Join Date: Aug 2009
Location: Netherlands/Holland
Posts: 19
First let me stuck a feather in your behind for doing a great job.

I assume correctly that the latest mod has al the content of the previous ones therefore needing only that one? 1.72 I believe.
Reply With Quote
I Just Want Fix for Running Speed of Characters  
  #93 (permalink)  
Old 08-26-2009, 10:02 AM
Member
 
Join Date: Aug 2009
Posts: 2
pls. can I have a request, i need a mod to fix the running speed of the characters. I know you already released a fix for this but i only want their running speed fixed. thanks, hope you make one for me.
Reply With Quote
 
  #94 (permalink)  
Old 08-27-2009, 12:56 AM
Member
 
Join Date: Aug 2009
Posts: 1
Hi

Thank you for this new release including my translation.

NumberOuane
Reply With Quote
Post  
  #95 (permalink)  
Old 08-27-2009, 01:32 PM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
Minor update to v1.73.
Reply With Quote
Thumbs up FastDS Mod  
  #96 (permalink)  
Old 08-27-2009, 01:39 PM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
Quote:
Originally Posted by undwight View Post
pls. can I have a request, i need a mod to fix the running speed of the characters. I know you already released a fix for this but i only want their running speed fixed. thanks, hope you make one for me.
It must be your lucky day.

It's here:FastDS.zip
Reply With Quote
 
  #97 (permalink)  
Old 08-28-2009, 07:03 PM
Member
 
Join Date: Aug 2009
Posts: 4
I don't know if this has been said, but is there a way to pick and choose what I want to install? I for one don't want someone other than the designers to dictate the game experience. I will have some faith that the game balance is fine the way they intended it. It doesn't feel right not playing the official game. I am of course interested in fixes to quests, abilities - anything that fixes things - as well as non-combat faster walking (because that is something that is very time-consuming otherwise). Anyway to separate them?

Last edited by mystic2010; 08-28-2009 at 07:06 PM.
Reply With Quote
 
  #98 (permalink)  
Old 08-30-2009, 11:42 PM
Member
 
Join Date: Aug 2009
Posts: 1
I'm a purist and have read and agreed with the requests to have the fixes selectable or separated incrementally.

However, it seems that it wouldn't be easy or possible and you've already done so much fine work that I can assure you, once I have given this game an original go through I'll be all over this mod shortly after.


Thank you for the effort you put into the fixpack!
Reply With Quote
Post  
  #99 (permalink)  
Old 09-03-2009, 06:42 PM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
Quote:
Originally Posted by Xetelian View Post
I'm a purist and have read and agreed with the requests to have the fixes selectable or separated incrementally.

However, it seems that it wouldn't be easy or possible and you've already done so much fine work that I can assure you, once I have given this game an original go through I'll be all over this mod shortly after.


Thank you for the effort you put into the fixpack!
I have couple of lausy reasons why I haven't done the fixpack splitting into pieces:

#1 Extra work
#2 Some changes are related to others
#3 I'm lazy.

But I will do that splitting at some point. At least so that there would be "fixes", "balance", "additions" and "comfort" selections to be had.
Reply With Quote
Help Ergopad!  
  #100 (permalink)  
Old 09-26-2009, 09:58 PM
Member
 
Join Date: Sep 2009
Posts: 1
can you tell me if my patch was successful?

:: 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:\program files\drakensang\export\
SET pfad=%dsroot%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
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%export\textures\icons
mkdir %dsroot%export\textures\armor
copy %mod%\textures\icons\*.* %dsroot%export\textures\icons /Y
copy %mod%\textures\armor\*.* %dsroot%export\textures\armor /Y
copy %mod%\game.ico %dsroot%\ /Y

echo.
Echo Installation finished.


:End
echo.
pause
Reply With Quote
Ergo's Fixpatch Problems  
  #101 (permalink)  
Old 09-27-2009, 02:06 PM
Member
 
Join Date: Jul 2004
Posts: 19
Hello.

Could anyone who has been able to extract Ergo's latest fixpatch please let me know how you did it?
I've tried everything mentioned in the fix notes, but I still can't get it to work.
I really want to install this patch before I start my real game.
Thanks for any help.

My folder path is: C:\program Files\Drakensang\Export\
Reply With Quote
 
  #102 (permalink)  
Old 10-06-2009, 04:06 AM
Member
 
Join Date: Oct 2009
Posts: 1
Any idea what will be working and what wont if you instal and continue the game?

It is my second game and I do not want to go back to the begining as I am already starting my first Dragon quest.

Anyway, I think speed works, plant and animal lore are faster for sure. I do not find dungeons darker - which I kinda like - and I do not find the new items in Parlos square. Last one maybe just me stupid or they pop up later in the game but I cannot find any of them.

And btw, thanks for this mod. Especialy playing a second rtime, bonus speed is great. Too bad there are not enough good weapons in this game. I do not mean very strong but beautiful and also weapons that do something.

Last edited by Gicusan; 10-06-2009 at 04:10 AM.
Reply With Quote
 
  #103 (permalink)  
Old 10-08-2009, 12:52 PM
Member
 
Join Date: Jul 2009
Posts: 8
Good one, really. The mod, I mean. Just got my hands on the game, didn't really enjoy it the first time around, then installed the mod - voila! No more "allpowerful" battlemages, the balancing is close to perfect as it gets (at least in my opinion). Good job, thanks so much, really.
Got a question also... mmm, you see, the "Rondracomb" sword is THE sword for me (visually). However, the "Andergastian two-hander" somehow behaves better in my character's hands (don't know why, could be some kind of luck). Yes, I'm aware of the wounding power of the "Tuskar", I just don't feel like using it (again, don't know why). So the question is: is there a way to exchange the stats of the "Rondracomb" and the "Andergastian" (and maybe their placements ingame, just for fun), and if there is - how do I do that?
Reply With Quote
Post FixPack v1.74 released  
  #104 (permalink)  
Old 10-15-2009, 07:30 PM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
Since so many people were complaining about issues to install the mod, I updated the installer so that it now prompt for Drakensang folder if it's not found from registry. Enjoy.

And I'm still open for suggestions.
Reply With Quote
 
  #105 (permalink)  
Old 10-17-2009, 11:32 AM
Ergopad's Avatar
Exalted Member
 
Join Date: Sep 2006
Location: Finland
Posts: 122
New version with updated installer. Hope it helps.
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