Eidos Forums  
  #1  
Old 05-14-2012, 06:01 AM
souldon16's Avatar
souldon16 souldon16 is offline
New Player
 
Join Date: Apr 2012
Location: ....
Posts: 6
Question sr2 debug menu?

Hi guys i have a question:..how can i open /use
the debug menu in the GERMAN version of soul reaver 2
Reply With Quote
  #2  
Old 05-14-2012, 06:07 AM
Raina Audron's Avatar
Raina Audron Raina Audron is offline
Gamer
 
Join Date: Jun 2007
Posts: 842
Default

hey there, it seems that the trainer and debug menu enabler are only compatible with the English version so far :/
Reply With Quote
  #3  
Old 05-14-2012, 06:31 AM
wrace's Avatar
wrace wrace is offline
Gamer
 
Join Date: Sep 2007
Location: Russia
Posts: 193
Default

And with the russian ones too.
The debug menu in the GERMAN version of SR2 can not be enabled only by the reason of bad creating of this localization.
In any case, without having sr2.exe of german version it is impossible to do any.
__________________
All the LOK-fun you'd want you can find below.
signature image
Reply With Quote
  #4  
Old 05-15-2012, 09:32 AM
souldon16's Avatar
souldon16 souldon16 is offline
New Player
 
Join Date: Apr 2012
Location: ....
Posts: 6
Default

ok thanks for the answers .....but... isnt there any way to open it ?
Reply With Quote
  #5  
Old 05-18-2012, 10:26 AM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

I've been meaning to update the SR2 trainer for a while now, but I've not had much time lately. I made the original using only the demo and explained to someone over msn how to find the same data on the full version. I guess you could do something like that.

I had a lot of new features planned for the new version, but I needed to build a specialised tool to help make it and can't find a decent hex grid.
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey
Reply With Quote
  #6  
Old 07-11-2012, 01:14 PM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

Just thought I should let you know I've got a bit further on this. I've rewritten the SR2 trainer in C++ since neither the one I made years ago with the trainer maker tool nor the one Ben made in C# were working very well for me.

I didn't like how it wrote over excecutable code (rather than just data) every time the menu got toggled on of off and I also meant to connect the extra menus with the main one like I did with SR1.

I actually have a scanner built into the trainer now, so I could possibly have it go and find the information it needs all by itself. It might not be so easy after I start moving the menus and things around though. The specialised tool I've been working on (which is a seperate thing from the trainer) should hopefully let me rebuild stuff like the possession code and the constrict ability.
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey
Reply With Quote
  #7  
Old 07-11-2012, 02:52 PM
Raina Audron's Avatar
Raina Audron Raina Audron is offline
Gamer
 
Join Date: Jun 2007
Posts: 842
Default

great to hear that, Vampmaster! I couldnīt use Benīs version, because it just wouldnīt work. Would be cool if you could build in a way so you dont have to alt tab in and out of the game looking forward to try those possesion and constrict abilities!
Reply With Quote
  #8  
Old 07-11-2012, 04:11 PM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

You never did have to alt-tab out of the game. I mapped O and P to on and off in original SR2 trainer and I think Ben's version sort of did the same thing except that it was kind of sporatic.

I think I know how to get the possession working to the same extent that it did on SR1 and on PS2. It was completely removed from the PC version, but the tool I've been making should make it easier to find out any info I need to re-write it from scratch. I don't want to make any promises with the constrict, as I've not started looking at that yet. I think it uses the same particle system as the reavers though.

BTW, I might need some help deciding how the missing reavers should look. I've done some experimenting in recolouring the existing ones, but it's proving kind of tricky to slot the new PFX into the array. It's bad enough trying to wedge a gap in the middle of the data without having to track down where about in memory it got loaded as well. Hence the need specialised tool to overcome the issue described here: http://www.thelostworlds.net/TechDoc..._Overview.html
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey
Reply With Quote
  #9  
Old 07-12-2012, 04:11 AM
Raina Audron's Avatar
Raina Audron Raina Audron is offline
Gamer
 
Join Date: Jun 2007
Posts: 842
Default

Quote:
Originally Posted by Vampmaster View Post
You never did have to alt-tab out of the game. I mapped O and P to on and off in original SR2 trainer and I think Ben's version sort of did the same thing except that it was kind of sporatic.
Huh, what? You donīt have to alt-tab at all? I didnīt find any read me file with the download nor any instructions which would explain this :/ thanks for letting me know though! now using the debug menu will be more fun

Quote:
Originally Posted by Vampmaster View Post
I think I know how to get the possession working to the same extent that it did on SR1 and on PS2. It was completely removed from the PC version, but the tool I've been making should make it easier to find out any info I need to re-write it from scratch. I don't want to make any promises with the constrict, as I've not started looking at that yet. I think it uses the same particle system as the reavers though.

BTW, I might need some help deciding how the missing reavers should look.
Cool, I hope you succeed in implementing them About the colours, Water Reaver could have maybe a brighter blue colour than the standard Reaver, the Earth Reaver could be maybe green just like in Defiance, and spirit reaver maybe pure white (like the Spirit Reaver from SR1). Btw, would it be possible to prolong Razielīs wraithblade in the game to the size in SR1?


Wrace:
I have the latest .NET framework, but Benīs trainer never worked, pressing the button would do nothing, I think it even displayed an error message in the trainer, like its not compatible or something.
Reply With Quote
  #10  
Old 07-11-2012, 10:59 PM
wrace's Avatar
wrace wrace is offline
Gamer
 
Join Date: Sep 2007
Location: Russia
Posts: 193
Default

Quote:
Originally Posted by Raina Audron
I couldnīt use Benīs version, because it just wouldnīt work.
Perhaps, because it requires installed .Net Framework?
Quote:
Originally Posted by Raina Audron
Would be cool if you could build in a way so you dont have to alt tab in and out of the game
Try my ones (in the section Files at link in my signature) with additional features (but without additional to main menus - it is Vampmaster's feature).

Quote:
Originally Posted by Vampmaster
looking forward to try those possesion and constrict abilities!
I agree! Vampmaster, it will be great if you add such features.

Quote:
Originally Posted by Vampmaster
BTW, I might need some help deciding how the missing reavers should look.
I think that they should look like in SR3 (Defiance).
__________________
All the LOK-fun you'd want you can find below.
signature image
Reply With Quote
  #11  
Old 07-12-2012, 04:18 AM
The Hylden's Avatar
The Hylden The Hylden is online now
Hylden General
Eidos Moderator
 
Join Date: May 2003
Location: Maryland
Posts: 6,325
Default

(as per the below post, never mind)
__________________
signature image

Last edited by The Hylden; 07-12-2012 at 05:00 AM.
Reply With Quote
  #12  
Old 07-12-2012, 04:52 AM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

Those were for the SR1, this is for the SR2 trainer. Also, I won't be able to build Defiance style reavers that actually look like ghostly versions of the physical blade. It will have to be based on what ever particle effects already exist in SR2 with a bit of recolouring.

On second thought if you really wanted semi-transparent physical blades of many colours, I might be able to look at that if Soul Spiral can be made to insert new files into the bigfile...

EDIT: I've just about finished stitching the menus together so they can all be reached from the main menu. Just need to make sure you can get back afterwards.

EDIT 2: Added the feature for getting back to the main menu. Possessed an instance manually, but still need an automatic way to cycle through all of them.

EDIT 3: Just managed to cycle through all objects in a level with an almost fully reconstructed possess function. Also discovered not-so-short stats and ghost cam that's survived all the way from the SR1 beta.
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey

Last edited by Vampmaster; 07-17-2012 at 04:22 PM.
Reply With Quote
  #13  
Old 07-17-2012, 10:21 PM
Kaizainiel Kaizainiel is offline
Gamer
 
Join Date: Dec 2004
Location: Australia
Posts: 121
Default

What about PlaneShift" through the debug menu like in defiance? I remember you helped me years ago with my custom PS2 version debug menu. As I remember I couldn't find where the offset was to do it. It was pretty cool to be able to do that.
Reply With Quote
  #14  
Old 07-18-2012, 01:39 AM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

Is there any use for that in SR2? I added it to Defiance because Kain had neither a shift glyph nor portals to return to the material realm in many areas. As long as the Shift Any Time option is switched on, there shouldn't be anywhere where you can't just use the glyph menu. I suppose it does let you shift without full health.
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey
Reply With Quote
  #15  
Old 07-25-2012, 05:30 AM
Kaizainiel Kaizainiel is offline
Gamer
 
Join Date: Dec 2004
Location: Australia
Posts: 121
Default

It allowed you to shift during FMVs and cool things like break free and grab the reaver from Williams Chappell, with the wraith blade still coiled around it!. No biggie in terms of functionality.
Reply With Quote
  #16  
Old 07-25-2012, 10:15 AM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

Ah yeah, I see what you mean. I'll add that to the list.

I'm just trying to figure out how that full ring menu gameshark code was supposed to work. Where's Ben when you need him? It looks like he pulled some of those numbers out of a hat.
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey
Reply With Quote
  #17  
Old 07-26-2012, 04:18 AM
Kaizainiel Kaizainiel is offline
Gamer
 
Join Date: Dec 2004
Location: Australia
Posts: 121
Default

Yeah. It's been so long I can't remember half of that stuff.
Reply With Quote
  #18  
Old 07-27-2012, 04:16 AM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

I think I might have solved it. It seems the compiler decided to round up the the angles slightly earlier than on PS2. Found a way around it though. Also fixed a few issues in Ben's version, such as the over sensitive rotation speed.
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey
Reply With Quote
  #19  
Old 07-30-2012, 05:31 AM
Kaizainiel Kaizainiel is offline
Gamer
 
Join Date: Dec 2004
Location: Australia
Posts: 121
Default

Weird question, why does Soul Reaver PC series debug menu function "hurt Raziel" have no effect during fmv's? Unlike their PS2/1 counter parts?
Reply With Quote
  #20  
Old 07-30-2012, 11:54 AM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

Quote:
Originally Posted by Kaizainiel View Post
Weird question, why does Soul Reaver PC series debug menu function "hurt Raziel" have no effect during fmv's? Unlike their PS2/1 counter parts?
To be honest I never tried that. When you say FMVs does that include the stuff done with in game graphics? FMV usually means prerendered graphics and cutscene means in-game graphics where you're just not controlling the character.
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey
Reply With Quote
  #21  
Old 07-31-2012, 11:14 AM
Vampmaster Vampmaster is offline
Protagonist
 
Join Date: Jul 2002
Posts: 2,182
Default

Finally uploaded some pics. http://forums.eidosgames.com/showthread.php?t=127420
__________________
But here today we bleed, waiting for a bitter taste...
~ Carfax Abbey
Reply With Quote
  #22  
Old 11-17-2012, 03:28 PM
Kaizainiel Kaizainiel is offline
Gamer
 
Join Date: Dec 2004
Location: Australia
Posts: 121
Default

Cutscenes. This is the old custom menu. It took me months of going through data.

Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 05:13 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.