Posted: Wed Oct 10, 2007 12:24 pm
I click on RealityFactory.exe, but I can't start my game.
I guess we need to establish a few things:DeyanMarkovski wrote:I click on RealityFactory.exe, buu I can't start my game.
yessteven8 wrote: 1) Does the demo start at all for you when you click the Reality Factory.exe
Code: Select all
;
; RealityFactory.INI - RealityFactory Initialization file
;
; Created by IniEditor
;
;
; GameName defines the name of the game
;
GameName=RealityFactory
;
; PlayerName defines the name of the player
;
PlayerName=Unnamed
;
; PlayerAvatar defines the player actor
;
PlayerAvatar=virgil.act
;
; Define the menu initialization file
;
Menu=menu.ini
;
; Define the virtual pack file
;
PackFile=pack.vfs
;
; Define the starting level
;
StartLevel=Games50.bsp
;
; Define the directories
;
LevelDirectory=media\levels
BitmapDirectory=media\bitmaps
ActorDirectory=media\actors
AudioDirectory=media\audio
AudioStreamDirectory=media\audio
VideoDirectory=media\video
MIDIDirectory=media\midi
;
; Set Weapon Positioning
;
WeaponPosition=Off
;
; Set UseDialog
;
UseDialog=false
;
; Set ShowTrack
;
ShowTrack=false
;
; Fullscreen tells the engine to go full-screen or not
;
FullScreen=true
;
; Width is the width of the game display
;
Width=800
;
; Height is the height of the game display
;
Height=600
;
; Renderer is the renderer to use, HARDWARE or SOFTWARE
;
;
Renderer=hardware
;
; Driver tells the system which driver to use
;
;
Driver=d3d
;
; Set UseCharSelect
;
UseCharSelect=true
;
; Set UseNameSelect
;
UseNameSelect=true
;
; Set UseDifficultLevel
;
UseDifficultLevel=false
;
; Set UseFirst
;
UseFirst=false
;
; Set UseCutScene
;
UseCutScene=false
;
; SplashScreen defines the splash screen to use
;
SplashScreen=
;
; SplashAudio defines the splash screen audio to use
;
SplashAudio=
;
; CutScene defines the cut scene to use
;
CutScene=rfsplash.avi
;
; Set UseSecond
;
UseSecond=false
;
; Set UseCutScene1
;
UseCutScene1=false
;
; SplashScreen defines the splash screen to use
;
SplashScreen1=
;
; SplashAudio defines the splash screen audio to use
;
SplashAudio1=
;
; CutScene defines the cut scene to use
;
CutScene1=
;
; Default Difficulty Level
;
DefaultDifficulty=1
;
; Default Language
;
DefaultLanguage=1
But it is loading the basic demo level that comes with RF?StartLevel=Games50.bsp
BAM! I didn't know that!QuestOfDreams wrote:change
UseCharSelect=true
to
UseCharSelect=false
Each character can have his own starting level (defined in character.ini) which will overwrite the default starting level.
Well, my help didn't get you anywhere. . .but you're welcome.DeyanMarkovski wrote:Click here
: ]