Go Back   Forums > Abandonia.com > Games Discussion
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 18-06-2012, 08:16 PM   #171
Japo
Autonomous human
 
Japo's Avatar


 
Join Date: Mar 2006
Location: ,
Posts: 4,613
Default

Whatever problem you have, with a portable keyboard or anything, can be solved if you re-map the missing necessary keys in the virtual keyboard to whatever other existing key you prefer. Press Ctrl-F1 (heh, sorry) to access the virtual keyboard map. If you really can't press this combination let us know, and we can help you editing the map manually, but it's more difficult.

PS: Not really Gates but the computer maker. And in my laptop for example, Fn + 1-0 are for brightness and the like, but F1-F12 are Fn + A-X instead.
__________________
Life starts every day anew. Prospects not so good...
Japo is offline                         Send a private message to Japo
Reply With Quote
Old 19-06-2012, 04:08 AM   #172
dosraider
Dismembered.
 
dosraider's Avatar

 
Join Date: Aug 2007
Location: Dixmuide, Belgium
Posts: 2,767
Default

Also, you always can run the keyboard mapper utility in dosbox by adding -startmapper param on the shortcut launch command line.
Something as:
C:\program files\\DOSBox-0.74\DOSBox.exe -userconf -startmapper

[rant modus]
And yes, Japo is right, you shouldn't blame ol'Bill Gates but the computer devs who each want to add their own kind of completely idiotic 'functionalities' to their hardware.
And you should blame yourselves, as it seems some users want all kinds of 'extra idiotic functionalities' that clutters a keyboard.
Man I'm glad I still have a reserve pile of standard keyboards without any crap.
[/rant modus]
__________________

Not a member of The Victorious People's Shoutbox Liberation Army.
Not a member of the GAG Guerrilla. Don't get A Grip!
FOR RENT
*Advertising space*
dosraider is offline                         Send a private message to dosraider
Reply With Quote
Old 19-06-2012, 07:33 AM   #173
Tracker
Home Sweet Abandonia
 
Tracker's Avatar




 
Join Date: Jul 2009
Location: Hungary
Posts: 760
Default

I guess you're using a laptop, and they have no scroll keys. Rather, new models whose touchpads allow multi-touch can be used to scroll by stroking two fingers from top to down. But you should buy a cheap two button scroll mouse instead.
__________________


Reverend Preacherbot: Wretched sinner unit! The path to Robot Heaven lies here, in the Good Book 3.0.
Bender: Hey. Do I preach at you when you're lying stoned in the gutter? No!
Tracker is offline                         Send a private message to Tracker
Reply With Quote
Old 20-02-2013, 06:32 AM   #174
Ryan Fabian
Lurker

 
Join Date: Feb 2013
Location: ,
Posts: 1
Default How can I play this game?

can anyone out there help? I've been longing to play this game again for the last 10 years...
Ryan Fabian is offline                         Send a private message to Ryan Fabian
Reply With Quote
Old 20-02-2013, 08:00 AM   #175
The Fifth Horseman
FUTURE SCIENCE BASTARD
 
The Fifth Horseman's Avatar


 
Join Date: Oct 2004
Location: Opole, Poland
Posts: 14,276
Default

1. Download the game from Abandonia
2. Set up DOSBox: http://www.abandonia.com/vbullet/showthread.php?t=14406
3. ???
4. PROFIT!!!
__________________

"God. Can't you people see I'm trying to commit a crime against science and nature here?"
-- Reed Richards
The Fifth Horseman is offline                         Send a private message to The Fifth Horseman
Reply With Quote
Old 04-06-2014, 03:26 PM   #176
mr_guest
Guest
Question AUTOMATED LOADING

---

File: SotS Manual.pdf

AUTOMATED LOADING

You can automatically select your options when you first load Sword of the Samurai using "options parameters," After you type SAMURAI, but before you press Enter/Return, you can type additional characters to preselect options. Separate each option with a space.

The parameters for Sword of the Samurai are:

/J Joystick will be used
/NJ No Joystick is used
/GE Graphics are EGA 16-color
/GM Graphics are MCCA or VGA 256-color
/GC Graphics are CGA 4-color
/GT Graphics are Tandy 1000 1 h-color
/Al Audio (sound) is IBM
/AT Audio (sound) is Tandy 1000
/AA Audio (sound) is AdLib
/AN Audio (sound) is None-sounds are off
/AR Audio (sound) for Roland MT-32 MIDI sound
/V0 Both music and sound effects
/V1 Sound effects only
/V2 Silence -no sound
[Note:"Alt V" enables you to change the sound settings during the game.]
/P Pictures complete ~full role-playing graphics
/NP No Pictures that load from disk -partial roleplaying graphics
[Note: "Alt Z" enables you to change the picture settings during the game.]
/S Single disk drive, so don’t go to role-playing between melees and duels (saves a disk swap).
/NT Skip the opening title sequence.

Example: If you use a standard PC or XT without joystick, CGA graphics, and standard PC sounds, you would load the game with SAM/NJ /GC /Al. A space must be placed between each parameter.

---

File: READ.ME

AUTOMATED LOADING

New parameter:

/NT - Skip the opening title sequence.


---

Google translator:
How to use it in DOSBox?

I tried this:
Code:
[autoexec]
mount c .\SAMURAI\
c:
cd SAMURAI
SAMURAI SAM/NT /NJ /GM /AA
But I still have to select options.
                       
Reply With Quote
Old 05-06-2014, 08:12 AM   #177
zirkoni
Game Wizzzzzzard
 
zirkoni's Avatar

 
Join Date: Oct 2007
Location: Tampere, Finland
Posts: 508
Default

Quote:
Originally Posted by mr_guest View Post
I tried this:
Code:
[autoexec]
mount c .\SAMURAI\
c:
cd SAMURAI
SAMURAI SAM/NT /NJ /GM /AA
But I still have to select options.
That should give you an error message:
"unknown argument: SAM/NT"

It's supposed to be like this
Code:
SAMURAI /NT /NJ /GM /AA
__________________
www.youtube.com/@zirkoni42
zirkoni is offline                         Send a private message to zirkoni
Reply With Quote
Old 05-06-2014, 10:46 AM   #178
mr_quest
Guest
Default

Quote:
Originally Posted by zirkoni View Post
That should give you an error message:
"unknown argument: SAM/NT"

It's supposed to be like this
Code:
SAMURAI /NT /NJ /GM /AA
Translator:
Nothing has changed. I think that these problems arise from the version of the game.
                       
Reply With Quote
Old 05-06-2014, 04:21 PM   #179
mr_quest
Guest
Talking

Now it works:
Code:
[autoexec]
mount c .\SAMURAI
c:
old /NJ /GM /AA /NT
Only old.exe file permits the use of these parameters.
                       
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sword Of The Samurai Error Storm Troubleshooting 9 26-05-2010 08:55 AM
My Sword Of Samurai Won't Start Indonesia Troubleshooting 3 19-01-2006 03:05 PM
Sword Of The Samurai Remake Reaperman Programming 6 29-04-2005 04:16 PM
Sword Of The Samurai Reaperman Troubleshooting 1 06-01-2005 04:10 AM


Posting Rules
You may not post new threads
You may 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
 


The current time is 11:50 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.