Help me

Discuss any other topics here
DeyanMarkovski
Posts: 19
Joined: Sun Oct 07, 2007 8:43 pm
Location: Bulgaria

Post by DeyanMarkovski »

I click on RealityFactory.exe, but I can't start my game.
Last edited by DeyanMarkovski on Sun Oct 14, 2007 6:47 pm, edited 1 time in total.
User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Post by steven8 »

DeyanMarkovski wrote:I click on RealityFactory.exe, buu I can't start my game.
I guess we need to establish a few things:

1) Does the demo start at all for you when you click the Reality Factory.exe
if it does come up, but has the demo level and not yours, please post the text from your RealityFactory.ini file for us to see.

Thanks.

Okay, I guess that's just one thing. . .but it's a pretty important thing, I'd say.
Steve Dilworth - Resisting change since 1965!
DeyanMarkovski
Posts: 19
Joined: Sun Oct 07, 2007 8:43 pm
Location: Bulgaria

Post by DeyanMarkovski »

steven8 wrote: 1) Does the demo start at all for you when you click the Reality Factory.exe
yes 8)

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

User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Post by steven8 »

I've got a bad feeling about this. It should be loading your custom level:
StartLevel=Games50.bsp
But it is loading the basic demo level that comes with RF?

Did you, at any time, have the demo level open in rfEditPro and maybe save it as Games50 by accident?[/quote]
Steve Dilworth - Resisting change since 1965!
User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post by QuestOfDreams »

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.
User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Post by steven8 »

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.
BAM! :D I didn't know that!

You see, character selection didn't exist when I created my demo.
Steve Dilworth - Resisting change since 1965!
DeyanMarkovski
Posts: 19
Joined: Sun Oct 07, 2007 8:43 pm
Location: Bulgaria

Post by DeyanMarkovski »

User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Post by steven8 »

DeyanMarkovski wrote:Click here
: ]
Well, my help didn't get you anywhere. . .but you're welcome. :D

Neat card!!!!! :P
Steve Dilworth - Resisting change since 1965!
Post Reply