RPG Search

 
 
 
 
 

Cheats  
  #1 (permalink)  
Old 01-31-2007, 11:40 AM
Exalted Member
 
Join Date: Aug 2006
Posts: 96
Can someone translate the German text at the bottom in to English please?

It is meant to be a cheat for Lionheart however using the console ingame results in little except floating dialog.

I have been on a quest to find working cheats for this game due to my intention to see every area. I don't want to start again with some imported uber character but if I could import an uber character into my current game it would be good.

So far none of the cheats I have found work. The only ones that are valid are more exploits than cheats; such as sitting on the crossroads map and killing travellers as the spawn on to the map, reloading at containers to get powerful items etc.

There are cheats in the game, there are several cheat scripts in the data folder. I just can't figure how to get them working ingame!

//Text//
Gebt im Script-Editor "opentheconsoltohavefun" ein. Dann könnt ihr im Spiel die Konsole mit öffnen und folgende Cheats eingeben:

Cheat Wirkung
icantbelieve [God-Modus]
powerup [neue Charakterstufe]
bestweapon [neue sehr gute Waffe]
//end text]
Reply With Quote
 
  #2 (permalink)  
Old 02-17-2007, 02:10 AM
Member
 
Join Date: Feb 2007
Posts: 1
//Text// inputs in the Script-editor "opentheconsoltohavefun". Then can open its in the game the console with and can input following Cheats:

Cheat effect icantbelieve [God-mode] powerup [new character step] bestweapon [new very good weapon] //end text]
Two things it could be, though I wouldn't take my word on it. One would be to get a script editor that'll open the HUGE data.dat file in the Lionheart folder and do that... But I will be shocked if anyone finds an editor that will open that huge thing.
Two, it might be telling you to open the configuration file in the Lionheart folder and input the "opentheconsoltohavefun" there. I don't know, but I would not chance it at all.
How DO you open the console in the game anyway?

Last edited by rinicat; 02-17-2007 at 03:04 AM.
Reply With Quote
Question Hopefully some help  
  #3 (permalink)  
Old 06-29-2008, 09:50 AM
Member
 
Join Date: Dec 2006
Posts: 11
I don't know any cheats or how to get them, but looking at the attached screenie there must be a way to bring up this character editor in-game...

Any advice on how this could be done without having to play through a series of quests (i.e. via a command) i would be greatful for...

In addition adding any of the following to Lionheart.cfg will not work i've tried...

opentheconsoltohavefun=1
OpenTheConsolToHaveFun=1
OpenTheConsoleToHaveFun=1
opentheconsoletohavefun=1
opentheconsoltohavefun
OpenTheConsolToHaveFun
OpenTheConsoleToHaveFun
opentheconsoletohavefun

They also wont work if you create a shortcut to lionheart.exe with any of the following methods

"C:\Program Files\Black Isle\Lionheart\Lionheart.exe" -opentheconsoltohavefun

"C:\Program Files\Black Isle\Lionheart\Lionheart.exe" -OpenTheConsolToHaveFun

"C:\Program Files\Black Isle\Lionheart\Lionheart.exe" -OpenTheConsoleToHaveFun

"C:\Program Files\Black Isle\Lionheart\Lionheart.exe" -opentheconsoletohavefun

So i think its safe to say that if the German cheat is correct you have to edit the HUGE "Data.dat" file with a script editor...
Attached Images
File Type: jpg pclionheart.jpg (70.5 KB, 198 views)

Last edited by FilmBoy88; 06-29-2008 at 10:07 AM.
Reply With Quote
 
  #4 (permalink)  
Old 09-25-2008, 01:06 PM
Member
 
Join Date: Sep 2008
Posts: 1
about cheats, i think there are no cheats in the game, but there are some thinks you can "mod".
the data.dat file is NO script or something, its more like a zip archive.
you can unpack it with winrar (i dont have test winzip).
make in the lionheart folder a new folder named "data", unpack the data.dat in this folder.
there are many other folders in and much script files.
before start the game now, delete the original data.dat file or rename it.
the most files, you modify, have no effect to the items you have in your inventory.
if you change the code in the script of the scimitar (damage 100-200), every scimitar in you inventory NOT change. only "new" scimitars you found (in a chest or killing a enemy) have this new damage.
only some scripts change effects in your current game.
an example:
open the file
"Black Isle\Lionheart\data\Resources\Derived Character Attributes\(AC) Armor Class.DerivedCharacterAttribute"
Code:
CDerivedCharacterAttribute
{
	Expression=CAdd
	{
		Operand1=CMultiply
		{
			Operand1=CConstant
			{
				Constant Value=2
			}
			Operator=
			Operand2=CAdd
			{
				Operand1=CVariableCharacterAttribute
				{
					Character Attribute=Character Attributes/(AG) Agility
					Enforce Value Range Limits=1
				}
				Operator=
				Operand2=CConstant
				{
					Constant Value=10
				}
			}
		}
		Operator=
		Operand2=CAdd
		{
			Operand1=CConstant
			{
				Constant Value=10
			}
			Operator=
			Operand2=CSkillsNamedExpressionExpression
			{
				Skill=Skills/Fighting/Evasion
				Expression Name=ACBonus
			}
		}
	}
	Short Name=AC
	Long Name=Armor Class
	Description=How difficult it is to 'hit' the player. The higher, the better.
	Minimum Value=No Minimum
	Maximum Value=No Maximum
	Allow Modification By Fractional Amounts=0
	Display In Attributes Window=1
	Position=148,60
	Display In Character Creation Summary=1
	Character Creation Summary Sort Order=2
	Display Some Other Place=0
	Include in character Import and Export=1
}
in this lines is the most intresting thing:
Code:
			Operand1=CVariableCharacterAttribute
				{
					Character Attribute=Character Attributes/(AG) Agility
					Enforce Value Range Limits=1
				}
				Operator=
				Operand2=CConstant
				{
					Constant Value=10
				}
			}
		}
"Constant Value=10" its the multiplier to calculating your armor class (only for the attribute).
change them into 100, load your savegame and look to your armor class.
; )

there many things you can modify.

this is more modding as cheating. but you can make many things:
perks every 2 levels, not every 3.
change the XP you need to levelup and many more.

i hope this helps. ^ ^

p.s.:
sry about my bad english, im from germany. ^ ^
Reply With Quote
hey  
  #5 (permalink)  
Old 02-03-2009, 11:57 PM
Member
 
Join Date: Feb 2009
Posts: 1
Very nice hope will get the help from this
Reply With Quote
 
  #6 (permalink)  
Old 05-04-2009, 09:18 AM
Member
 
Join Date: Mar 2003
Location: south africa
Posts: 39
Send a message via AIM to stefan Send a message via MSN to stefan
Anyone know which file and value one needs to edit to degrease the healing rate of your enemies.
Reply With Quote
Reply

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

You Rated this Thread: