|
Your donations keep RPGWatch running!
RPGWatch Forums
» Games
» Piranha Bytes
» Risen
»
automatic walk, first person on/off, console on/off
automatic walk, first person on/off, console on/off
October 22nd, 2009, 17:34
hello RISEN-Fans !
i made a small prog, which makes RISEN more comfortable.
new functions:
- automatic walking
- console on/off with one key
- first-person-perspective on/off with one key (experimental)
here I have published it:
http://www.worldofrisen.de/index.php…download&id=61
an english readme is included !
Have fun,
hope you'll like it :-)
i am happy for feedback
i made a small prog, which makes RISEN more comfortable.
new functions:
- automatic walking
- console on/off with one key
- first-person-perspective on/off with one key (experimental)
here I have published it:
http://www.worldofrisen.de/index.php…download&id=61
an english readme is included !
Have fun,
hope you'll like it :-)
i am happy for feedback
Traveler
October 22nd, 2009, 17:45
cool, you're using Autohotkey too! i wrote a small script myself for 'auto-run'. quite tiring to press 'w' all the time. 

Code:
; "Always Run" mode
; Send w continuously if 'r' key is pressed
; Press 'w' to stop
~r::
Loop
{
Send, {w down}
Sleep 250
If !GetKeyState("w", "U")
Break
}
Return
--
• Intel C2D E4500 @2.20GHz • Kingston 2GB RAM (DDR2 667) • MSI NX 9800GT (512MB DDR3)
• Intel C2D E4500 @2.20GHz • Kingston 2GB RAM (DDR2 667) • MSI NX 9800GT (512MB DDR3)
Sentinel
October 22nd, 2009, 17:51
Originally Posted by lanux128Yes, and i like that you can create exe-files from scripts that run alone
cool, you're using Autohotkey too! i wrote a small script myself for 'auto-run'. quite tiring to press 'w' all the time.
Code:; "Always Run" mode ; Send w continuously if 'r' key is pressed ; Press 'w' to stop ~r:: Loop { Send, {w down} Sleep 250 If !GetKeyState("w", "U") Break } Return
Traveler
a question…
October 23rd, 2009, 04:58
Hi BlueForce… Thank you for sharing this here - and I have a question…
I want to ask how "experimental" is the first person view?…is it bugged? does it cause crashes? is it still incomplete? is it incompatible with Risen's combat mechanics (enemy focusing and all…)?
EDIT:Thanks for the reply… sounds good…I'll download now
I want to ask how "experimental" is the first person view?…is it bugged? does it cause crashes? is it still incomplete? is it incompatible with Risen's combat mechanics (enemy focusing and all…)?
EDIT:Thanks for the reply… sounds good…I'll download now
Last edited by rockyourazz; October 23rd, 2009 at 19:25.
Watcher
October 23rd, 2009, 10:05
Originally Posted by rockyourazzit is not officially supported by the developer, so they dont give guarantee if errors occur etc. anyway, I did not experience any errors until now
Hi BlueForce… Thank you for sharing this here - and I have a question…
I want to ask how "experimental" is the first person view?…is it bugged? does it cause crashes? is it still incomplete? is it incompatible with Risen's combat mechanics (enemy focusing and all…)?

And I only sometimes switch to First Person to enjoy landscape etc. For fighting its better to switch back to standard view.
Traveler
October 26th, 2009, 04:54
Thanks for this, looking forward to trying it.
--
Trust me, most of the names I have been called you can't translate in any language…they're not even real words as much as a succession of violent images.
Trust me, most of the names I have been called you can't translate in any language…they're not even real words as much as a succession of violent images.
SasqWatch
October 28th, 2009, 14:32
BlueForce this works great, you should consider making one of these for the complete Gothic series. 
I can't seem to find the Default setting for Camera Distance, allowing me to set it to the Max Zoom Out after Conversations, Bow Zoom Ins and Buried Treasure Animations. Any chance you could add a script to this program, to Force the Camera out to a Specific Setting? I think the Default Max Distance is 500, it would be nice to Snap Back to your previous setting after NPC conversations. You could offer a couple settings like 250 and 500.
Thanks.

I can't seem to find the Default setting for Camera Distance, allowing me to set it to the Max Zoom Out after Conversations, Bow Zoom Ins and Buried Treasure Animations. Any chance you could add a script to this program, to Force the Camera out to a Specific Setting? I think the Default Max Distance is 500, it would be nice to Snap Back to your previous setting after NPC conversations. You could offer a couple settings like 250 and 500.
Thanks.
--
Trust me, most of the names I have been called you can't translate in any language…they're not even real words as much as a succession of violent images.
Trust me, most of the names I have been called you can't translate in any language…they're not even real words as much as a succession of violent images.
SasqWatch
October 29th, 2009, 00:14
Originally Posted by AcleaciusHi Acleacius
BlueForce this works great, you should consider making one of these for the complete Gothic series.
I can't seem to find the Default setting for Camera Distance, allowing me to set it to the Max Zoom Out after Conversations, Bow Zoom Ins and Buried Treasure Animations. Any chance you could add a script to this program, to Force the Camera out to a Specific Setting? I think the Default Max Distance is 500, it would be nice to Snap Back to your previous setting after NPC conversations. You could offer a couple settings like 250 and 500.
Thanks.
thanks for feedback

I have deinstalled Gothic, so I cant test for these games

yes the distance is changed after conversations. a small game-bug to my mind.
I dont know the console-command to change the distance ingame. And if I knew it, its difficult to detect when a conversation ends, to start the change of the distance. And if I knew that, the switching might look ugly, because the console has to be opened, like the switching to First-Person.
Maybe the Piranhas fix this in the next patch ?!?!
anyway, enjoy
Traveler
RPGWatch Forums
» Games
» Piranha Bytes
» Risen
»
automatic walk, first person on/off, console on/off
|
|
All times are GMT +2. The time now is 06:39.
