Difference between revisions of "GAMES:Creature Shock"

From DOSBoxWiki
Jump to navigationJump to search
(Creature Shock : DOSBOX 0.72)
 
(info)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Using DOSBOX 0.72
+
{{Infobox Game
The game loads OK
+
|title=Creature Shock
The intro plays OK
+
|id=1704
The game fails when trying to play 1st mission
+
|image=
 +
|caption=
 +
|developer=Argonaut Games
 +
|publisher=Virgin Interactive
 +
|released=1994
 +
|version=[[Version0.72|0.72]]
 +
|status=Supported}}
  
Corrected this by changing the following lines in DOSBOX.CONF
+
'''Creature Shock''' is a sci-fi first-person shooter game.
  
from
+
== Making it work ==
core=auto
 
cycles=auto
 
cycleup=500
 
cycledown=20
 
  
to
+
The game fails when trying to play 1st mission. Corrected this by changing the following lines in [[Dosbox.conf|dosbox.conf]].
core=dynamic
 
cycles=40000
 
cycleup=500
 
cycledown=20
 
  
Then able to play 1st mission.  
+
from:
Credit for the above to 'doomer' in the following linkhttp://vogons.zetafleet.com/viewtopic.php?p=120057
+
 
 +
:core=auto
 +
:cycles=auto
 +
:cycleup=500
 +
:cycledown=20
 +
 
 +
to:
 +
 
 +
:core=dynamic
 +
:cycles=40000
 +
:cycleup=500
 +
:cycledown=20
 +
 
 +
Then able to play 1st mission. Credit for the above to 'doomer' in the following link http://vogons.zetafleet.com/viewtopic.php?p=120057
 +
 
 +
If you require support for general issues, see the [[Performance|performance guide]] and [[DOSBox_FAQ|FAQ]].
 +
 
 +
== Testing ==
 +
 
 +
Using DOSBOX 0.72:
 +
:The game loads OK
 +
:The intro plays OK
 +
:The game fails when trying to play 1st mission (see the above)
 +
 
 +
== External links ==
 +
 
 +
*[http://www.mobygames.com/game/dos/creature-shock Creature Shock] at MobyGames
 +
 
 +
[[Category:First-person shooter games]]

Latest revision as of 07:07, 20 December 2012

Creature Shock
Developer Argonaut Games
Publisher Virgin Interactive
Released 1994
Status Supported
Tested on 0.72
Tested game version Unknown
Links Compatibility List
Commands
Executable Unknown
Installer N/A
Setup N/A
DOS Extender
DOS4GW.EXE Unknown
Works with DOS32A N/A

Creature Shock is a sci-fi first-person shooter game.

Making it work

The game fails when trying to play 1st mission. Corrected this by changing the following lines in dosbox.conf.

from:

core=auto
cycles=auto
cycleup=500
cycledown=20

to:

core=dynamic
cycles=40000
cycleup=500
cycledown=20

Then able to play 1st mission. Credit for the above to 'doomer' in the following link http://vogons.zetafleet.com/viewtopic.php?p=120057

If you require support for general issues, see the performance guide and FAQ.

Testing

Using DOSBOX 0.72:

The game loads OK
The intro plays OK
The game fails when trying to play 1st mission (see the above)

External links