Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There is a fix.
1) You must open the folder where the game is installed ".../Prophecy I - The Viking Child" (Right click on the game in your Steam library and select "Properties" >"Local files" > "Browse...")
2) Open folder "Conf". There is a file "viking.cfg"
3) Copy that file to root folder ".../Prophecy I - The Viking Child" where "dosbox.exe" is placed.
4) RENAME new file (rename with an extension !!) "viking.cfg" to "dosbox.conf"
5) Open and EDIT that file "dosbox.conf" with notepad.
Find and replace string
mount c: .
to
mount c: .\DOS
Now the game should work.
Thanks but this does not work. It stays on dosbox prompt
Content of my file
[sdl]
fullscreen = false
fullresolution = desktop
output = openglnb
[render]
aspect = true
[cpu]
cycles = 1500
[autoexec]
@echo off
mount c "D:\SteamLibrary\steamapps\common\Prophecy I - The Viking Child\DOS\PVC"
cd "D:\SteamLibrary\steamapps\common\Prophecy I - The Viking Child\DOS\PVC"
c:
cls
if not exist VC.CFG cls
if not exist VC.CFG echo When prompted if you want to install to hard drive press N.
if not exist VC.CFG pause
if not exist VC.CFG INSTALL
cls
VC.exe
exit
"D:\SteamLibrary\steamapps\common\Prophecy I - The Viking Child\DOS\PVC" is path to game files