VS 7.1 (.NET 2003) link errors with CVS 5/24/2004-06/10/2004

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
guest_cvs_compile_guy

VS 7.1 (.NET 2003) link errors with CVS 5/24/2004-06/10/2004

Post by guest_cvs_compile_guy »

Really looking forward to playing the VS from CVS, but the version of the exe recently commited to CVS freaks out on all systems I use, so I thought I'd compile it:
I keep getting python related link errors when compiling vegastrike using the VS 7 module checked out from CVS:

Linking...
Creating library ..\Data4.x\bin\vegastrikeR.lib and object ..\Data4.x\bin\vegastrikeR.exp
unit_wrapper.obj : error LNK2001: unresolved external symbol "struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
universe_util_export.obj : error LNK2001: unresolved external symbol "struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
vdu.obj : error LNK2001: unresolved external symbol "struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
unit_exports.obj : error LNK2001: unresolved external symbol "struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
unit_exports1.obj : error LNK2001: unresolved external symbol "struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
unit_exports2.obj : error LNK2001: unresolved external symbol "struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
unit_exports3.obj : error LNK2001: unresolved external symbol "struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
mission.obj : error LNK2001: unresolved external symbol "struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
.
.
.
unit_wrapper.obj : error LNK2019: unresolved external symbol "void __cdecl boost::python::converter::registry::insert(struct _object * (__cdecl*)(void const *),struct boost::python::type_info)" (?insert@registry@converter@python@boost@@YAXP6APAU_object@@PBX@ZUtype_info@34@@Z) referenced in function "public: __thiscall boost::python::to_python_converter<class UnitWrapper,struct boost::python::objects::class_cref_wrapper<class UnitWrapper,struct boost::python::objects::make_instance<class UnitWrapper,struct boost::python::objects::value_holder<class UnitWrapper> > > >::to_python_converter<class UnitWrapper,struct boost::python::objects::class_cref_wrapper<class UnitWrapper,struct boost::python::objects::make_instance<class UnitWrapper,struct boost::python::objects::value_holder<class UnitWrapper> > > >(void)" (??0?$to_python_converter@VUnitWrapper@@U?$class_cref_wrapper@VUnitWrapper@@U?$make_instance@VUnitWrapper@@U?$value_holder@VUnitWrapper@@@objects@python@boost@@@objects@python@boost@@@objects@python@boost@@@python@boost@@QAE@XZ)
sphere_generic.obj : error LNK2019: unresolved external symbol "public: __thiscall GFXSphereVertexList::GFXSphereVertexList(float,int,bool,bool)" (??0GFXSphereVertexList@@QAE@MH_N0@Z) referenced in function "protected: void __thiscall SphereMesh::InitSphere(float,int,int,char const *,char const *,bool,enum BLENDFUNC,enum BLENDFUNC,bool,float,float,float,float,enum FILTER,bool,bool)" (?InitSphere@SphereMesh@@IAEXMHHPBD0_NW4BLENDFUNC@@21MMMMW4FILTER@@11@Z)
..\Data4.x\bin\vegastrikeR.exe : fatal error LNK1120: 43 unresolved externals

Build log was saved at "file://c:\Vegastrike\vegacvs\vega-vc7\vegastrike_Win32_Release\BuildLog.htm"
vegastrike - 153 error(s), 0 warning(s)


I'm linking the following libs found in vega-vc7/lib (and elsewhere):
odbc32.lib
odbccp32.lib
openal32.lib
glut32.lib
sdl.lib
sdlmain.lib
expat.lib
libpng3.lib
glib-1.3.lib
alut.lib
SDL_mixer.lib
wsock32.lib
python22.lib <--- isn't this the python lib?
libjpeg.lib
libz.lib
OpenAL32.lib
SDL.lib
SDLmain.lib
smpeg.lib
xmltok.lib
zlib.lib
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

very strange
looks like boost didn't link in
go to the project properties menu
check if BOOST_131 is defined or if instead BOOST_129 is defined

probably the latter--which would be a bug... I thoght I commiitted the most recent vc7 project
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

Yeah, use_boost_129 was defined. There are lots of other things that assume boost129 instead of boost131, and I have no idea what else needs fixing. I'll try the vega-proj module, and see if VS6 is any better.
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

VS6 worked with vega-proj, but it's using boost128, it couldn't load any of the ship meshes, and autopilot seemed broken: it only sped me up a little, like a turbo boost. It would have taken me 1 1/2 hours to get to the nearest nav point. Oh, also the launcher for the program fails (only the vegastrike.exe does anything). I suppose these things are fodder for the Bug Triage section though.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

is this with the new dataset
you have to check out data4.x from cvs :-)
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

yup, data4.x (although using wincvs, not sure how you can force binary download like the INSTALL doc says is required), vegastrike for the sources, vega-proj when compiling with vs6, vega-vc7 with vs.NET2003.

Maybe wincvs is checking out data4.x in text mode?
Ari Rahikkala
Bounty Hunter
Bounty Hunter
Posts: 141
Joined: Wed May 12, 2004 12:12 pm
Location: Kärsämäki, Finland
Contact:

Post by Ari Rahikkala »

guest_cvs_compile_guy wrote:VS6 worked with vega-proj, but it's using boost128, it couldn't load any of the ship meshes, and autopilot seemed broken: it only sped me up a little, like a turbo boost. It would have taken me 1 1/2 hours to get to the nearest nav point. Oh, also the launcher for the program fails (only the vegastrike.exe does anything). I suppose these things are fodder for the Bug Triage section though.
I had the same problem... until I got a bit farther from the nearest object (I think it was an asteroid field). Autopilot's not tuned well yet, IMO, since it takes time to get to a position where it really speeds up... (my suggestion: Only consider the target that's locked, and perhaps any nearby asteroid fields, when calculating the speed increase from using autopilot)
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

after forcing wincvs to use the command line I wanted, it worked. data4.x just was being converted from unix2dos
Still would be nice to compile it in .NET though
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

Still getting those link errors with VS .NET 2003 and the CVS I checked out clean today (July 1st, 2004). USE_BOOSE_129 is still defined in the project file. I'm trying to recompile now with USE_BOOST_131 defined as suggested.

I'll post results after I sleep. :wink:
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

ya USE_BOOST_129 is broken
USE_BOOST_131 should work w/o error

sorry bout the confusion
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

Compiled w/o errors, and only 8 warnings :)
It'll start but quits quickly; I saw a message about this in the "bugs" forum. I'll check there. yay!
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

paste your staderr.txt

probably can't find the mission file or something


check what's in your vegastrike.config

make sure you're running the binary frmo the data4.x/bin directory

just double click it
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

Yeah, I'm running on winxp pro, and as a non-prviledged user; I put the openal32.dll in the bin directory with the rest of the dlls, and ran the vegastrikeR.exe that VC7 compiled. The png/jpg of the advertisement was all scrambled, and it quit after enough time had passed for it to load some stuff (prepare for Loooong post)
##############################
###########stdout.txt:############
#############################

Vega Strike
See http://www.gnu.org/copyleft/gpl.html for license details.

WARNING: no var named modpath in section data using default: C:\Vegastrike\vegacvs\data4.x/mods
Found MODDIR = C:\Vegastrike\vegacvs\data4.x/mods
WARNING: no var named datadir in section data using default:
DATADIR - No datadir specified in config file, using ; C:\Vegastrike\vegacvs\data4.x
WARNING: no var named sectors in section data using default: sectors
WARNING: no var named animations in section data using default: animations
WARNING: no var named sprites in section data using default: sprites
WARNING: no var named serialized_xml in section data using default: serialized_xml
WARNING: no var named sharedmeshes in section data using default: meshes
WARNING: no var named sharedunits in section data using default: units
WARNING: no section named general
WARNING: no section named general
SIMULATION_ATOM: 0.1
Adding mod path : C:\Vegastrike\vegacvs\data4.x/mods/mods
WARNING: no section named audio
WARNING: no section named general
WARNING: no var named UnitCSV in section data using default: ../units.csv
WARNING: no var named python_modules in section data using default: modules
WARNING: no var named python_bases in section data using default: bases
['.\\DLLs', '.\\lib', '.\\lib\\plat-win', '.\\lib\\lib-tk', 'C:\\Vegastrike\\vegacvs\\data4.x\\bin']
['C:\\Vegastrike\\vegacvs\\data4.x/mods/mods/modules/builtin/', 'C:\\Vegastrike\\vegacvs\\data4.x/mods/mods/modules/', 'C:\\Vegastrike\\vegacvs\\data4.x/mods/mods/bases/', 'C:\\Vegastrike\\vegacvs\\data4.x/modules/builtin/', 'C:\\Vegastrike\\vegacvs\\data4.x/modules/', 'C:\\Vegastrike\\vegacvs\\data4.x/bases/']
WARNING: no section named audio
WARNING: no section named audio
WARNING: no section named audio
WARNING: no section named audio
WARNING: no section named audio
WARNING: no section named audio
WARNING: no section named audio
WARNING: no section named audio
WARNING: no section named audio
WARNING: no section named general
WARNING: no var named use_wireframe in section graphics using default: 0
WARNING: no var named max_texture_dimension in section graphics using default: 65536
WARNING: no var named SmoothShade in section graphics using default: true
WARNING: no var named s3tc in section graphics using default: true
WARNING: no var named fov in section graphics using default: 78
WARNING: no var named aspect in section graphics using default: 1.33
WARNING: no var named znear in section graphics using default: 1
WARNING: no var named UseTextures in section graphics using default: true
WARNING: no var named UseShipTextures in section graphics using default: false
WARNING: no var named UsePlanetTextures in section graphics using default: false
WARNING: no var named UseLogos in section graphics using default: true
WARNING: no var named UseVSSprites in section graphics using default: true
WARNING: no var named UseAnimations in section graphics using default: true
WARNING: no var named lightcutoff in section graphics using default: .06
WARNING: no var named lightsaturation in section graphics using default: .95
WARNING: no var named lightoptimalintensity in section graphics using default: .06
WARNING: no var named numlights in section graphics using default: 4
WARNING: no var named separatespecularcolor in section graphics using default: false
0 joysticks were found.

The names of the joysticks are:
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named joystick
WARNING: no section named physics
WARNING: no section named physics
WARNING: no section named physics
FactionXML:LoadXML factions.xml
WARNING: no var named detail_texture_blankout in section graphics using default: 3
WARNING: no var named detail_texture_full_color in section graphics using default: 1
CommXML:LoadXML neutral.xml
CommXML:LoadXML confed.xml
CommXML:LoadXML aera.xml
CommXML:LoadXML rlaan.xml
CommXML:LoadXML merchant.xml
CommXML:LoadXML pirates.xml
CommXML:LoadXML hunter.xml
CommXML:LoadXML ISO.xml
CommXML:LoadXML privateer.xml
WARNING: no section named joystick
WARNING: no section named joystick


##############################
###########stderr.txt:############
#############################

GOT SUBDIR ARG =
Found data in ..
Using C:\Vegastrike\vegacvs\data4.x as data directory
Loading a VSFileSystem::UnknownFile : vegastrike.config
vegastrike.config SUCCESS !!!
USING HOMEDIR : C:\Vegastrike\vegacvs\data4.x/.vegastrike
CONFIGFILE - No config found in home : C:\Vegastrike\vegacvs\data4.x/.vegastrike/vegastrike.config
CONFIGFILE - No home config file found, using datadir config file : C:\Vegastrike\vegacvs\data4.x/vegastrike.config
Loading a VSFileSystem::UnknownFile : vegastrike.config
vegastrike.config SUCCESS !!!
Read directory entry : mods
MISSION_NAME is empty using : test/test1.mission
Loading a VSFileSystem::UnitFile : units.csv
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/subunits/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/weapons/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/factions/planets/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/factions/upgrades/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/factions/neutral/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/factions/aera/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/factions/confed/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/factions/pirates/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/units/factions/rlaan/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/subunits/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/weapons/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/factions/planets/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/factions/upgrades/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/factions/neutral/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/factions/aera/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/factions/confed/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/factions/pirates/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/mods/mods/units/factions/rlaan/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/subunits/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/weapons/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/factions/planets/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/factions/upgrades/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/factions/neutral/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/factions/aera/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/factions/confed/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/factions/pirates/units/units.csv... NOT FOUND
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/factions/rlaan/units/units.csv... NOT FOUND

Loading a VSFileSystem::UnitFile : ../units.csv
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegacvs\data4.x/units/subunits//../units.csv... SUCCESS

BEGINNING OF VSFileSystem::UnitFile
END OF VSFileSystem::UnitFile

'import site' failed; use -v for traceback
running import sys
print sys.path
sys.path = [r"C:\Vegastrike\vegacvs\data4.x/mods/mods/modules/builtin/",r"C:\Vegastrike\vegacvs\data4.x/mods/mods/modules/",r"C:\Vegastrike\vegacvs\data4.x/mods/mods/bases/",r"C:\Vegastrike\vegacvs\data4.x/modules/builtin/",r"C:\Vegastrike\vegacvs\data4.x/modules/",r"C:\Vegastrike\vegacvs\data4.x/bases/"]
testing VS randomrunning import sys
print sys.path
Loading a VSFileSystem::AiFile : VegaPriorities.csv
TRY LOADING : VSFileSystem::AiFile C:\Vegastrike\vegacvs\data4.x/ai/VegaPriorities.csv... SUCCESS
Could not GetProc alutLoadMP3_LOKI
OpenGL Extensions supported: GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_window_pos GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_paletted_texture GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shared_texture_palette GL_EXT_stencil_wrap GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_fence GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_packed_depth_stencil GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_register_combiners GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_NV_texture_rectangle GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NVX_ycrcb GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_lod GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control
OpenGL::GL_EXT_compiled_vertex_array supported
OpenGL::Accurate Fog Distance supported
OpenGL::Generic Texture Compression supported
OpenGL::S3TC Texture Compression supported
OpenGL::Multitexture supported
OpenGL::TextureCubeMapExt supported
Loading a VSFileSystem::UnknownFile : weapon_list.xml
C:\Vegastrike\vegacvs\data4.x/weapon_list.xml SUCCESS !!!
Loading a VSFileSystem::SoundFile : beam.wav
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/beam.wav... SUCCESS
Loading a VSFileSystem::SoundFile : Neutron.wav
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/Neutron.wav... SUCCESS
Loading a VSFileSystem::SoundFile : missile_3.wav
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/missile_3.wav... SUCCESS
Loading a VSFileSystem::SoundFile : beam1.wav
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/beam1.wav... SUCCESS
Loading a VSFileSystem::SoundFile : MASS.WAV
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/MASS.WAV... SUCCESS
Loading a VSFileSystem::SoundFile : Laser.wav
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/Laser.wav... SUCCESS
Loading a VSFileSystem::SoundFile : Tachyon.wav
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/Tachyon.wav... SUCCESS
Loading a VSFileSystem::SoundFile : Particle.wav
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/Particle.wav... SUCCESS
Loading a VSFileSystem::SoundFile : ION.WAV
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/ION.WAV... SUCCESS
Loading a VSFileSystem::SoundFile : sfx07c.wav
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/sfx07c.wav... SUCCESS
Loading a VSFileSystem::SoundFile : beam.WAV
TRY LOADING : VSFileSystem::SoundFile C:\Vegastrike\vegacvs\data4.x/sounds/beam.WAV... SUCCESS
Loading a VSFileSystem::UniverseFile : milky_way.xml
TRY LOADING : VSFileSystem::UniverseFile C:\Vegastrike\vegacvs\data4.x/universe/milky_way.xml... SUCCESS
Loading a VSFileSystem::UnknownFile : factions.xml
C:\Vegastrike\vegacvs\data4.x/factions.xml SUCCESS !!!
Loading a VSFileSystem::TextureFile : logos/confedPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/confedPri.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/confedSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/confedSec.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
Loading a VSFileSystem::TextureFile : Blast0000.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0000.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0001.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0001.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0002.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0002.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0003.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0003.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0004.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0004.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0005.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0005.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0006.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0006.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0007.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0007.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0008.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0008.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0009.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0009.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0010.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0010.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0011.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0011.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0012.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0012.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0013.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0013.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0014.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0014.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0015.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0015.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0016.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0016.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0017.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0017.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0018.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0018.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0019.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0019.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0020.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0020.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0021.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0021.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0022.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0022.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0023.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0023.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0024.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0024.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0025.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0025.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0026.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0026.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0027.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0027.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0028.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0028.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0029.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0029.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0030.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0030.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0031.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0031.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0032.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0032.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0033.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0033.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0034.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0034.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0035.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0035.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0036.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0036.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0037.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0037.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0038.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0038.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0039.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0039.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0040.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0040.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0041.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0041.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0042.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0042.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0043.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0043.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0044.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0044.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0045.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0045.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0046.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0046.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0047.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0047.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0048.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0048.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0049.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0049.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0050.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/Blast0050.png... SUCCESS
!!!!END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/aeraSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/aeraSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/aeraPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/aeraPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_aera.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/explosion_aera.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
Loading a VSFileSystem::TextureFile : Blast0000.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0000.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0001.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0001.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0002.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0002.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0003.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0003.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0004.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0004.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0005.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0005.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0006.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0006.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0007.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0007.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0008.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0008.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0009.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0009.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0010.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0010.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0011.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0011.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0012.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0012.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0013.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0013.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0014.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0014.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0015.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0015.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0016.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0016.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0017.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0017.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0018.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0018.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0019.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0019.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0020.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0020.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0021.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0021.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0022.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0022.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0023.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0023.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0024.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0024.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0025.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0025.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0026.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0026.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0027.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0027.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0028.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0028.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0029.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0029.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0030.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0030.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0031.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0031.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0032.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0032.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0033.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0033.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0034.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0034.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0035.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0035.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0036.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0036.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0037.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0037.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0038.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0038.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0039.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0039.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0040.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0040.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0041.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0041.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0042.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0042.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0043.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0043.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0044.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0044.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0045.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0045.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0046.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0046.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0047.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0047.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0048.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0048.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0049.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0049.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0050.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_aera.ani/Blast0050.png... SUCCESS
!!!!END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/rlaanSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/rlaanSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/rlaanPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/rlaanPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_rlaan.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/explosion_rlaan.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
Loading a VSFileSystem::TextureFile : Blast0000.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0000.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0001.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0001.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0002.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0002.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0003.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0003.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0004.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0004.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0005.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0005.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0006.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0006.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0007.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0007.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0008.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0008.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0009.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0009.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0010.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0010.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0011.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0011.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0012.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0012.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0013.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0013.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0014.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0014.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0015.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0015.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0016.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0016.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0017.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0017.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0018.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0018.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0019.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0019.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0020.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0020.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0021.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0021.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0022.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0022.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0023.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0023.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0024.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0024.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0025.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0025.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0026.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0026.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0027.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0027.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0028.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0028.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0029.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0029.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0030.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0030.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0031.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0031.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0032.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0032.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0033.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0033.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0034.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0034.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0035.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0035.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0036.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0036.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0037.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0037.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0038.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0038.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0039.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0039.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0040.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0040.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0041.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0041.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0042.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0042.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0043.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0043.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0044.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0044.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0045.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0045.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0046.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0046.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0047.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0047.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0048.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0048.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0049.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0049.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : Blast0050.png
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_rlaan.ani/Blast0050.png... SUCCESS
!!!!END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/merchantSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/merchantSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/merchantPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/merchantPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/ludditesSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/ludditesSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/ludditesPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/ludditesPri.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/piratesSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/piratesSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/piratesPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/piratesPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/hunterSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/hunterSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/hunterPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/hunterPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/homeland-securitySec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/homeland-securitySec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/homeland-securityPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/homeland-securityPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/ISOSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/ISOSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/ISOPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/ISOPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/unknownSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/unknownSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/unknownPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/unknownPri.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/andolianSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/andolianSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/andolianPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/andolianPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/highbornSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/highbornSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/highbornPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/highbornPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/shaperSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/shaperSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/shaperPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/shaperPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/unadornedSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/unadornedSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/unadornedPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/unadornedPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/puristSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/puristSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/puristPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/puristPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/forsakenSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/forsakenSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/forsakenPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/forsakenPri.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/LIHWSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/LIHWSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/LIHWPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/LIHWPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/ulnSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/ulnSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/ulnPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/ulnPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/dgnSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/dgnSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/dgnPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/dgnPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/klkkSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/klkkSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/klkkPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/klkkPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/mechanistSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/logos/mechanistSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/mounts/logos/mechanistSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/nav/default/logos/mechanistSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/logos/mechanistSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/mounts/logos/mechanistSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/nav/default/logos/mechanistSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/mechanistSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/mounts/logos/mechanistSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/nav/default/logos/mechanistSec.png... NOT FOUND

logos/mechanistSec.png, not foundLoading a VSFileSystem::TextureFile : logos/mechanistPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/logos/mechanistPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/mounts/logos/mechanistPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/nav/default/logos/mechanistPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/logos/mechanistPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/mounts/logos/mechanistPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/nav/default/logos/mechanistPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/mechanistPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/mounts/logos/mechanistPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/nav/default/logos/mechanistPri.png... NOT FOUND

logos/mechanistPri.png, not foundLoading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/shmrnSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/logos/shmrnSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/mounts/logos/shmrnSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/nav/default/logos/shmrnSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/logos/shmrnSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/mounts/logos/shmrnSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/nav/default/logos/shmrnSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/shmrnSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/mounts/logos/shmrnSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/nav/default/logos/shmrnSec.png... NOT FOUND

logos/shmrnSec.png, not foundLoading a VSFileSystem::TextureFile : logos/shmrnPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/logos/shmrnPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/mounts/logos/shmrnPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/nav/default/logos/shmrnPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/logos/shmrnPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/mounts/logos/shmrnPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/nav/default/logos/shmrnPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/shmrnPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/mounts/logos/shmrnPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/nav/default/logos/shmrnPri.png... NOT FOUND

logos/shmrnPri.png, not foundLoading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

Loading a VSFileSystem::TextureFile : logos/rlaan_briinSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/logos/rlaan_briinSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/mounts/logos/rlaan_briinSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/nav/default/logos/rlaan_briinSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/logos/rlaan_briinSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/mounts/logos/rlaan_briinSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/nav/default/logos/rlaan_briinSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/rlaan_briinSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/mounts/logos/rlaan_briinSec.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/nav/default/logos/rlaan_briinSec.png... NOT FOUND

logos/rlaan_briinSec.png, not foundLoading a VSFileSystem::TextureFile : logos/rlaan_briinPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/logos/rlaan_briinPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/mounts/logos/rlaan_briinPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/textures/nav/default/logos/rlaan_briinPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/logos/rlaan_briinPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/mounts/logos/rlaan_briinPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/mods/mods/textures/nav/default/logos/rlaan_briinPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/rlaan_briinPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/mounts/logos/rlaan_briinPri.png... NOT FOUND
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/nav/default/logos/rlaan_briinPri.png... NOT FOUND

logos/rlaan_briinPri.png, not foundLoading a VSFileSystem::TextureFile : logos/privateerSec.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/privateerSec.png... SUCCESS
!!!!Loading a VSFileSystem::TextureFile : logos/privateerPri.png
TRY LOADING : VSFileSystem::TextureFile C:\Vegastrike\vegacvs\data4.x/textures/logos/privateerPri.png... SUCCESS
!!!!Loading a VSFileSystem::AnimFile : explosion_orange.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/explosion_orange.ani/explosion_orange.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
END OF VSFileSystem::AnimFile

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
Loading a VSFileSystem::CommFile : neutral.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFil
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

##Stderr.txt continued:

Loading a VSFileSystem::CommFile : neutral.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/neutral.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
Loading a VSFileSystem::CommFile : confed.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/confed.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
Loading a VSFileSystem::CommFile : aera.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/aera.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
Loading a VSFileSystem::CommFile : rlaan.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
Loading a VSFileSystem::CommFile : merchant.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/merchant.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/luddites.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/luddites.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
Loading a VSFileSystem::CommFile : pirates.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/pirates.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
Loading a VSFileSystem::CommFile : hunter.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/hunter.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/homeland-security.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/homeland-security.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
Loading a VSFileSystem::CommFile : ISO.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/ISO.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unknown.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unknown.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/andolian.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/andolian.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

#### Even more Stderr.txt

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/highborn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/highborn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shaper.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shaper.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/unadorned.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/unadorned.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/purist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/purist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/forsaken.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/forsaken.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/LIHW.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/LIHW.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/uln.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/uln.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/dgn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/dgn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/dgn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/dgn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/dgn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/dgn.xml... NOT FOUND

TRY LOADING : VS
Guest

Post by Guest »

# just when you thought it was safe to get back in the water...
#
#Standard Error Continues!! This time, it's personal.
#
#

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/dgn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/dgn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/klkk.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/klkk.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/mechanist.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/mechanist.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/shmrn.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/shmrn.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/rlaan_briin.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/rlaan_briin.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
Loading a VSFileSystem::CommFile : privateer.xml
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/privateer.xml... SUCCESS
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/upgrades.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/upgrades.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/.vegastrike/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/mods/mods/communications/planets.xml... NOT FOUND
TRY LOADING : VSFileSystem::CommFile C:\Vegastrike\vegacvs\data4.x/communications/planets.xml... NOT FOUND

Loading a VSFileSystem::AnimFile : splash_mission.ani
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/splash_mission.ani/splash_mission.ani... SUCCESS

BEGINNING OF VSFileSystem::AnimFile
Loading a VSFileSystem::TextureFile : splash_mission.jpg
TRY LOADING : VSFileSystem::AnimFile C:\Vegastrike\vegacvs\data4.x/animations/splash_mission.ani/splash_mission.jpg... SUCCESS
Failed to create temporary file
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

I'm guessing that the "failed to create temporary file" is the key, but it doesn't say where it's trying to create it, so that's not a big help

Find all "Failed to create temporary file", Whole word, Subfolders, Find Results 1, Current Project: vegastrike.vcproj, "*.*"
C:\Vegastrike\vegacvs\vega-vc7\jpeg-6b\jerror.h(221):JMESSAGE(JERR_TFILE_CREATE, "Failed to create temporary file %s")
Total found: 1 Matching files: 1 Total files searched: 758

Line 221 of jerror.h:
JMESSAGE(JERR_TFILE_CREATE, "Failed to create temporary file %s")

I assume that the %s is the string containing the filename; not sure why it's not printing in the stderr
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

Make sure that you have hard drive space. Compiling eats up space fast.

Try cleaning out your C:\Documents and Settings\<UserName>\Local Settings\Temp folder. (or C:\WINDOWS\TEMP in Windows 9x)

Note that you need to be able to see hidden files in Tools -> Options because someone decided that the Temp folder should not be cleaned out ever and should also be hidden from the user so it can never be cleaned out.

Not sure what the %s thing is about but it could be missing in the libjpeg code itself and may only be present in the headers.
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

It shouldn't be space limitations; I've got 2.5 GB free. If it's trying to use c:\windows\temp, then that would hose it; that temp directory is locked to all but administrator and system. I didn't see any files pop up in my non-admin user's temp directory (in the profile) while the vegastike splashscreen was trying to load. Is there a simple compile-time option that sets the temp directory? I'd like to see if hard-coding a temp directory that I know is writable makes a difference.
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

Does it consistently crash?
Can you run it again without any problems? It may have been a random error.

Make sure that data4.x and vega-proj/vega-vc7 are up to date -- the library versions may have changed and libjpeg does not like compatiblities.

jerror.h is part of libjpeg... you might want to report a bug there
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

Error was consistant, but I changed the jpg to png in one dir, edited the .ani, and removed the rest. Tada! psuedo-working vegastrike. WinCVS had corrupted the data4.x dir again (it can't update in binary format).

Found out a couple things; it's a mix between poor documentation for compiling VS, and using WinCVS. WinCVS doesn't work, period. More importantly, I've been "fixing" problems every time I co the vega-vc7 module, but I just found out that I'm not supposed to be using the "release" build. It's not documented anywhere that there are different builds (and I'd think release would be the most recent since it's the default, and other builds would be past versions). Anyhoo, I've checked out a brand new version of VS today using a linux version of CVS, and I ran into only one problem when building with "Release Boost 131":

Can't open file for writing: "C:\Vegastrike\vegastrike\vega-vc7\Release Boost 131\lex.yy.obj"

I've still got 1.3GB of space, so unless that lex/yacc file is huge, I should be fine. If I was using windows9x, I would think that the 2 "."'s were causing the problem, but XP takes "."'s in stride.
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

Aha! lex.yy.cpp didn't get extracted from the tgz file by winzip because it was a 0 length file. Odd, but repeatable. It's linking now (that error above was obviously mis-paraphrased. It must have been an input file for the linker).
guest_cvs_compile_guy

Post by guest_cvs_compile_guy »

Just performed my previous trick for changing the splash screen, and found out that other jpgs are used. Here's the last few lines from stderr after another load-crash:

privateer_llama_catamaran.jpg, not foundLoading a VSFileSystem::TextureFile : llama_catamaran.jpg
TRY LOADING : VSFileSystem::UnitFile C:\Vegastrike\vegastrike\data4.x/units/./llama/llama_catamaran.jpg... SUCCESS
Failed to create temporary file

The version of files you guys are using from libjpeg seem very bugged in terms of writing temporary files. I doubt many people will want to play VS in Windows XP if the readme says "Must be played as Administrator"
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

gosh so it's trying to create temporary files as admin and failing
that really sucks!

not sure how else to load jpegs though---

hmmmm

can you try figuring out how to compile a newer libjpeg?
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

thanks for your debugging info

it helped me track down the issue with libjpeg

turns out I had it configured for absolutely HUGE jpeg images

it included jmemansi.cpp instead of jmemnobs.cpp
jmemansi allocates a HUGE temporary backing store for significantly large images that don't fit into ram

not bloody likely in a real time video game :-)

so I made the project instead include jmemnobs.cpp
this one doesn't touch the disk

try building again
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply