VFS file problems

Post any Bug Reports here
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

VFS file problems

Post by hike1 »

I'm trying to encrypt my demo in a vfs file, nothing but problems,
I made a copy of a working demo directory and put everything
I could in the pack file and encrypted it.


I made a test game directory, but when I got
Parsing Menu.ini...
Loaded install\menu2.ini
Initializing Menu (game exits) I replaced the /install directory with

Recyle bin/install

Then it was missing this:

; define the background bitmaps
; format : background# bitmap

background=0 firstday2.jpg

K,

I deleted it because I didn't know the menus would
load .jpg's, so I just put it outside the pack file.



File open attempt failed on type '6', file 'media\bitmaps\menu\images.bmp'

Loaded media\bitmaps\menu\images.bmp
Missing Bitmap menu\images.bmp or Missing Path

O.K. my stupid I put the /inventory bmps into /menu, the wife was blabbing at me.
menu bmps load, now I get:

Bad file name fonts\Cour8B.bmp

This is when I sent my 2002 demo to Ralph, it kept erroring, now there's
no Ralph.

I stick the fonts outside the pack., now I get bad filename firstday2.jpg, so I stick that outside the pack

next error:

Loaded media\levels\isle.bsp
Loaded level 'isle.bsp' failed to World create
Level [isle.bsp] failed to load!

So I stick that outside, they're self encrypted anyway, I don't think
you can pack them although the docs say you can.

Loaded media\audio\woowoo3.wav
Unable to load file, invalid path or filename: Sound File woowoo3.wav

put that outside in /audio

Loaded media\audio\die.wav
Unable to load file, invalid path or filename: Sound File die.wav

also crashed on woowoo3.wav, die1.wav, ohmigod.wav

Crashes on these errors, so, did it load it or not?

Loaded media\actors\Ernie.act
CActorManager: can't create def from file 'Ernie.act'
Missing Player Actor 'Ernie.act'

Loaded media\audio\waterwalk.wav
Unable to load file, invalid path or filename: Sound File waterwalk.wav

I give up! Anybody use this successfully?
User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR »

if you mean encrypt as in with a password, i heard somewhere that that has not worked for several versions now.
Nout
Posts: 136
Joined: Tue Jul 05, 2005 5:14 pm

Post by Nout »

Hike,

Please try to use the Alpha release of RF with physics
In this release +10 changes where made to resolve encryption

Important to know are:
- Don't put the BPS, midi files, script files, ini files or any streaming video into the VFS
- This RF was adopted to write out messages in to the RF.log file ofthe files he can not find + ill tell if it was rad from VFS or DOS
- This RF can always first try to read from DOS, then from VFS
- The method I use is to put all files (except mentioned above) into VFS and then run RF + check the log. Whatever file RF complains about in the log, you supply in DOS. You repeat this process till all runs.
- In this way, I realie to get about 98% of files encryted, and a few not

I'm also interested to know which files fail to be read from VFS, so I can further improve the code for this

Just give it a try again
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

Can you upload your rfvfs.exe and whatever else I need? I have
your physics demo on another machine, it ain't burning CD's these days.
Did you change password.exe or decrypt.dll? The only use for
a vfs file is to encrypt it.
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

I just checked the RF physics demo of 9/4/2005, there's nothing in /tools except inieditor.exe.
Nout
Posts: 136
Joined: Tue Jul 05, 2005 5:14 pm

Post by Nout »

Hike,

You do not need any tool
You just need to use the Alpha version of RF, instead of RF072
All changes are inside RF.exe
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

Of course I'm using the 072 alpha, of 3/10/2005,
2,457,600 bytes. Have you tried encrypting any vfs files and
running them? I think it's the encrypting that makes it
crash.
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

It errors out, I added all these outside the vfs file, apparently
it can't find a single resource in the vfs file, it will keep
erroring until everything is outside the vfs. Can you remove
your changes to the vfs system?


Loaded media\audio\ambwind2.wav
Loaded media\audio\ambien6.wav


Loaded media\actors\raintree3.act
Loaded media\bitmaps\tree1_black.bmp
Loaded media\bitmaps\raintreealpha.bmp
Loaded media\actors\tree165red.act
Loaded media\actors\treepalm.act
CActorManager: can't create def from file 'treepalm.act'
StaticEntityProxy020 : Missing Actor 'treepalm.act'
Nout
Posts: 136
Joined: Tue Jul 05, 2005 5:14 pm

Post by Nout »

Hike,

No offence, but I see little added value in your last comment.

Your constructive inputs, like a copy of the RF.log, however will help me to debug what is wrong and correct the potential bug

None of the error messages you submitted above is linked to reading VFS
I expect to see messages like:

Start executing RF
VFS with no Encryption key was found, Decrypting on VFS is disabled
Parsed RealityFactory.ini file
....
Loading Menu.ini...
Parsing Menu.ini...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\background.bmp'
OpenRFFile: VFS file open attempt failed on type '6', file 'media\bitmaps\menu\background.bmp'
Missing Bitmap menu\background.bmp or Missing Path


The problem sounds like somewhere a wrong path is used, or I missed to take over one of the changes from the previous code
Nout
Posts: 136
Joined: Tue Jul 05, 2005 5:14 pm

Post by Nout »

Hike,

I ran a test case on encryption using one of the physic demo levels
the level was without any problem encryptable and works fully normal

Below the RF.log

Initializing Game Shell...
----------------------------------------------------------
--- Reality Factory 075 test build ---
--- Powered for physics by the physics Engine: Tokamak ---
--- And graphics by the 3D graphics engine Genesis 3D ---
--- Info: http://dhost.info/realityfactory/index.htm ---
----------------------------------------------------------

Start executing RF
VFS with Encryption key was found, Decrypting on VFS is activatedParsed RealityFactory.ini file
Genesis 3d Initialized
Initializing Camera Manager...
Initializing User Input Subsystem...
Initializing Audio Manager Subsystem...
Initializing CD Audio Manager Subsystem...
Initializing Midi Audio Manager Subsystem...
Initializing RF Menu Manager Subsystem...
Initializing Network...
Loading Menu.ini...
Parsing Menu.ini...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\background.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\images.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_images.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\images1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_images1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\remap.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_remap.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\credit.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_credit.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\images2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_images2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\images3.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_images3.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\titles.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_titles.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\cursor.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_cursor.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\crosshair.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_crosshair.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\crosshair.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\a_crosshair.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour148W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Cour148W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour148W.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour10B.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Cour10B.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour10B.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour10W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Cour10W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour10W.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour14B.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Cour14B.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour14B.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour14W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Cour14W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour14W.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour16B.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Cour16B.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour16B.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour16W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Cour16W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Cour16W.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Aral36Or.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Aral36Or.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Aral36Or.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Aral36W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\a_Aral36W.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\fonts\Aral36W.dat'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\menu\pop1.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\menu\pop2.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\menu\pop1.wav'
Initializing Menu
File open attempt failed on type '9', file '.\savedgames.rgf'

Initializing Collision Manager Subsystem...
Initializing Network Manager Subsystem...
Initializing AVIFile Video Subsystem...
Launching Reality Factory Game Shell...
Entering CRFMenu::DoMenu()
Creating Camera
Entering ProcessMenu...
CRFMenu::ProcessMenu Entered
Entering Windows Message Loop, Rendering Game Menu
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\menu\loading.bmp'
Initializing Level: PhysicsBuoyancy.bsp
Configuring Camera Defaults...
Initializing Entity Registry...
Initializing Terrain Manager...
Initializing Effects Manager...
Initializing Actor Manager...
Parsing Environment Setup Entity...
Initializing Model Manager...
Creating Player Avatar...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\die.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\die1.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\injury.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\injury1.wav'
Loading Player Avatar...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\Ernie.act'
Initializing HUD...
Initializing Damage Subsystem...
Initializing FixedCamera Manager Subsystem...
Loading Player Configuration...
Loading Attributes and Player Configuration from PlayerSetup.ini
Loading Environmental Audio
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\footstep.wav'
Parsing PlayerSetup Entity
Set LevelViewpoint
Set Initial Player Actor Scale, Rotation, Shadow and Lighting
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\playershadow.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\a_playershadow.bmp'
Set Player Bounding Box
Setting Projected Shadows for Player = False
Parsing EnvironmentSetup Entity
Initializing Automatic Door Manager Subsystem...
Initializing Moving Platform Manager Subsystem...
Initializing Teleport Manager Subsystem...
Initializing MorphingField Effects Manager Subsystem...
Initializing 3d AudioSource Manager Subsystem...
Initializing Particle Effects Manager Subsystem...
Initializing Static Entity Props Subsystem...
Initializing Static Mesh Subsystem...
Initializing Soundtrack Toggle Subsystem...
Initializing Streaming Audio Manager Subsystem...
Initializing Video Texture Manager Subsystem...
Initializing Corona Manager Subsystem...
Initializing Dynamic Light Manager Subsystem...
Initializing ElectricBolt Manager Subsystem...
Initializing Procedural Texture Manager Subsystem...
Initializing Path Database...
Initializing Path Followers...
Initializing Rain Effects Manager...
Initializing Spout Effects Manager...
Initializing ActorSpout Effects Manager...
Initializing Floating Particle Effects Manager...
Initializing eChaos Effects Manager...
Initializing Flame Effects Manager...
Initializing ScriptPoint Manager Subsystem...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\corona.bmp'
Initializing Pawn Manager Subsystem...
Initializing ChangeAttribute Manager Subsystem...
Initializing Countdown Manager Subsystem...
Initializing Trigger Manager Subsystem...
Initializing LogicHandler Subsystem...
Initializing Message Manager Subsystem...
Initializing Effect Manager Subsystem...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\flame03.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\a_flame.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp0.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp0.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp3.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp3.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp4.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp4.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp5.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp5.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp6.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp6.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp7.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp7.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp8.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp8.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\lexp9.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\large\a_lexp9.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\smk0.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\a_smk0.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\smk1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\a_smk1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\smk2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\a_smk2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\smk3.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\a_smk3.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\smk4.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\smoke\a_smk4.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\sexp0.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\a_sexp0.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\sexp1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\a_sexp1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\sexp2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\a_sexp2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\sexp3.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\a_sexp3.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\sexp4.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\a_sexp4.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\sexp5.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\a_sexp5.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\sexp6.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\explode\small\a_sexp6.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\lvsmoke.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\a_lvsmoke.bmp'
Initializing Weapon Manager Subsystem...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\projectile\grenade.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\projectile\grenexp.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\projectile\bounce.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\projectile\proj.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\projectile\mimpact.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\projectile\disk.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\projectile\rockexp.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\projectile\rockfly.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\weapon\slicehit.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\weapon\slicemiss.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\vsaw.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\psaw.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\weapon\bulletfire.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\weapon\click.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\weapon\reload3.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\v9mmar.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\crosshairs\pistol.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\crosshairs\a_pistol.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\p9mmar.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\weapon\grenade.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\vhgun.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\crosshairs\grenade.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\crosshairs\a_grenade.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\phgun.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\weapon\diskfire1.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\weapon\reload2.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\disklauncher.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\crosshairs\rocket.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\crosshairs\a_rocket.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\pdisk.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\weapon\vhand.act'
Initializing FirePoint Manager Subsystem...
Initializing Flipbook Manager Subsystem...
Initializing AreaCheck Manager Subsystem...
Initializing Foliage Manager Subsystem...
Initializing PolyArray Manager Subsystem...
Initializing Poly Manager Subsystem...
Initializing Tree Manager Subsystem...
Initializing PWXImage Manager Subsystem...
Initializing Shadow Manager Subsystem...
Initializing Decal Manager Subsystem...
Initializing WallDecal Manager Subsystem...
Initializing LevelController Manager Subsystem...
Initializing Attribute Manager Subsystem...
Initializing Explosion Manager Subsystem...
Initializing Explosion Subsystem...
Initializing ChangeLevel Manager Subsystem...
Initializing ScreenShake Subsystem...
Initializing ViewSwitch Subsystem...
Initializing Inventory Subsystem...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\invbackground2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_invbackground2.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\high.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_high.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\arrowr.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_arrow.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\arrowl.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_arrow.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\inventory\click.wav'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\weapon.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_weapon.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\swipecard.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_swipecard.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\loadgame.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_loadgame.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\savegame.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_savegame.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\flashlight.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_flashlight.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\silvkey.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_key.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\swipecard.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_swipecard.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\smhealth.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_smhealth.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\slice.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_slice.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\disk.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_disk.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\pistol.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_pistol.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\glaunch.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_glaunch.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\pbullet.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_pbullet.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\grenade.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_grenade.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\diska.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_diska.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\helpscreen.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\helpscreenalpha.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\help.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\inventory\a_help.bmp'
Initializing Liquid Subsystem...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\water.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\a_water.bmp'
Initializing Overlay Subsystem...
Initializing TextureMorph Subsystem...
Initializing CutScene Subsystem...
Initializing ActorMaterial Subsystem...
Initializing Armour Subsystem...
Initializing LiftBelt Manager...
Initializing CDSpotlight Manager...
Initializing CurvedSurfaces Manager...
Initializing Tokamak Physics Manager System...
Preparing to Launch Game...
CRFMenu::GameLoop() - Setup and Run Level
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\compass.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_compass.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\compassfrm.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_compassfrm.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\indicator_green.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_indicator_red.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\indicator_red.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_indicator_red.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\radar.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_radar.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\health.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_health.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\hgradient1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_hgradient1.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\slright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_slright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\slrightgrey.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_slright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\knright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_knright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\knrightgrey.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_knright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\psright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_psright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\psrightgrey.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_psright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\glright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_glright.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\glrightgrey.bmp'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\bitmaps\hud\a_glright.bmp'
CRFMenu::GameLevel() - Entering Inner Game Loop
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\box_centered.act'
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\ball.act'
Saving Attributes & Settings files...
Destroying Camera...
Shutting down Reality Factory Game Shell...
Shutting Down AVIFile Video Subsystem...
Shutting Down Network Manager Subsystem...
Shutting Down Collision Manager Subsystem...
Shutting Down RF Menu Manager Subsystem...
Shutting Down CD Audio Manager Subsystem...
Shutting Down Midi Audio Manager Subsystem...
Shutting Down Audio Manager Subsystem...
Shutting Down User Input Manager Subsystem...
Shutting Down Camera Manager Subsystem...
Shutting Down Graphics Subsystem...
Nout
Posts: 136
Joined: Tue Jul 05, 2005 5:14 pm

Post by Nout »

Looking to the file size of the RF.exe you are using, this is surely NOT the alpha version of RF with physics.

Please read the post on "RF and Physics" and you will find instructions where to download the alpha release
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

I also have a realityfactory.exe 'RF072a Nout'
it's 2,535,424 bytes May 10, 2005 1:42 a.m.
and a gameentitydatatypes.h 5/6/2005
157,397 bytes, is that it?
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

Never mind, I found it, it's from September 10, 2005, I'll try it out,
did you ever fix the 'no inventory' bug from the May 10 one?
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

K, I tried it out in my main 1 GB development directory,
The two large levels loaded, inventory was there, but the
player's projectiles would only fire to the west or east. The
baddies' projectiles fired at the player, but they were all wide left by about 5 feet.

Then I put it in my Demo directory, the one with the encrypted .vfs- it complained about 'treepalm.act' I put it outside the VFS,
same with minegrav.act, outside VFS. Then I got this-



Loaded media\actors\treepalm.act
Loaded media\actors\minegrav.act
Initializing Static Mesh Subsystem...
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\actors\smoothne.act'
Loaded media\actors\smoothne.act
CStaticMesh: can't create def from file 'smoothne.act'
CStaticMesh: can't create VertMatList from file 'smoothne.act'
Shutting Down AVIFile Video Subsystem...
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

However, it did load these files from the vfs:

OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\menu\pop1.wav'
Loaded media\audio\menu\pop1.wav
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\menu\pop2.wav'
Loaded media\audio\menu\pop2.wav
OpenRFFile: File open attempt in DOS-mode failed, try now in VFS, file 'media\audio\menu\pop1.wav'
Loaded media\audio\menu\pop1.wav
Post Reply