Page 1 of 1

Random Skies Crash

Posted: Mon Feb 14, 2011 8:58 pm
by acryptozoo
hello GT
was just working on adding on custom skies followed skies tut and figured id test the actual skies before moving on to random .FX
but it crashes with no munge errors :S

Thanks in advance :D
Lua:
Hidden/Spoiler:
--
-- Copyright (c) 2005 Pandemic Studios, LLC. All rights reserved.
--

ScriptCB_DoFile("setup_teams")
ScriptCB_DoFile("ObjectiveConquest")

-- Empire Attacking (attacker is always #1)
local ALL = 2
local IMP = 1
-- These variables do not change
local ATT = 1
local DEF = 2

function ScriptPostLoad()

WeatherMode = math.random(1,3)
weather()


--This defines the CPs. These need to happen first
cp1 = CommandPost:New{name = "cp1"}
cp2 = CommandPost:New{name = "cp2"}
cp3 = CommandPost:New{name = "cp3"}
cp4 = CommandPost:New{name = "cp4"}
cp5 = CommandPost:New{name = "cp5"}
cp6 = CommandPost:New{name = "cp6"}
cp7 = CommandPost:New{name = "cp7"}
cp8 = CommandPost:New{name = "cp8"}
cp9 = CommandPost:New{name = "cp9"}
cp10 = CommandPost:New{name = "cp10"}
cp11 = CommandPost:New{name = "cp11"}


--This sets up the actual objective. This needs to happen after cp's are defined
conquest = ObjectiveConquest:New{teamATT = ATT, teamDEF = DEF,
textATT = "game.modes.con",
textDEF = "game.modes.con2",
multiplayerRules = true}

--This adds the CPs to the objective. This needs to happen after the objective is set up
conquest:AddCommandPost(cp1)
conquest:AddCommandPost(cp2)
conquest:AddCommandPost(cp3)
conquest:AddCommandPost(cp4)
conquest:AddCommandPost(cp5)
conquest:AddCommandPost(cp6)
conquest:AddCommandPost(cp7)
conquest:AddCommandPost(cp8)
conquest:AddCommandPost(cp9)
conquest:AddCommandPost(cp10)
conquest:AddCommandPost(cp11)

conquest:Start()

SetUberMode(1);

EnableSPHeroRules()

end


function weather()
if WeatherMode == 1 then
ReadDataFile("dc:y4p\\sky.lvl", "day")
elseif WeatherMode == 2 then
ReadDataFile("dc:y4p\\sky.lvl", "morning")
elseif WeatherMode == 3 then
ReadDataFile("dc:y4p\\sky.lvl", "night")
end

end

---------------------------------------------------------------------------
-- FUNCTION: ScriptInit
-- PURPOSE: This function is only run once
-- INPUT:
-- OUTPUT:
-- NOTES: The name, 'ScriptInit' is a chosen convention, and each
-- mission script must contain a version of this function, as
-- it is called from C to start the mission.
---------------------------------------------------------------------------

function ScriptInit()

ReadDataFile("ingame.lvl")



SetMaxFlyHeight(4000)
SetMaxPlayerFlyHeight(4000)


SetMemoryPoolSize ("ClothData",20)
SetMemoryPoolSize ("Combo",50) -- should be ~ 2x number of jedi classes
SetMemoryPoolSize ("Combo::State",650) -- should be ~12x #Combo
SetMemoryPoolSize ("Combo::Transition",650) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Condition",650) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Attack",550) -- should be ~8-12x #Combo
SetMemoryPoolSize ("Combo::DamageSample",6000) -- should be ~8-12x #Combo::Attack
SetMemoryPoolSize ("Combo::Deflect",100) -- should be ~1x #combo

ReadDataFile("dc:sound\\acr.lvl;acrgcw")
ReadDataFile("sound\\tat.lvl;tat2gcw")
ReadDataFile("sound\\end.lvl;end1gcw")

ReadDataFile("dc:SIDE\\\\des.lvl",
"all_inf_wuher",
"all_inf_pilot",
"des_knight_03",
"all_inf_aqulish",
"all_inf_tatooinehansolo")

ReadDataFile("SIDE\\all.lvl",
"all_inf_rifleman",
"all_inf_rocketeer",
"all_inf_sniper",
"all_inf_engineer",
"all_inf_officer",
"all_inf_wookiee",
"imp_hover_speederbike",
"all_hero_luke_pilot" )

ReadDataFile("SIDE\\imp.lvl",
"imp_inf_rifleman",
"imp_inf_rocketeer",
"imp_inf_engineer",
"imp_inf_sniper",
"imp_inf_officer",
"imp_inf_dark_trooper",
"imp_hero_bobafett",
"imp_hover_speederbike",
"imp_hero_darthvader",
"imp_fly_destroyer_dome" )

ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_tat_barge",
"tur_bldg_laser")

SetupTeams{
all = {
team = ALL,
units = 100,
reinforcements = 260,
soldier = { "all_inf_rifleman",9, 55},
assault = { "all_inf_rocketeer",1,20},
engineer = { "all_inf_engineer",1,20},
sniper = { "all_inf_sniper",1,20},
officer = { "all_inf_officer",1,20},
special = { "all_inf_wookiee",1,10},

},
imp = {
team = IMP,
units = 110,
reinforcements = 260,
soldier = { "imp_inf_rifleman",9, 55},
assault = { "imp_inf_rocketeer",1,20},
engineer = { "imp_inf_engineer",1,20},
sniper = { "imp_inf_sniper",1,20},
officer = { "imp_inf_officer",1,20},
special = { "imp_inf_dark_trooper",1,10},
},
}

SetTeamName (3, "civilians")
AddUnitClass (3, "all_inf_tatooinehansolo", 3,3)
AddUnitClass (3, "all_inf_wuher", 3,3)
AddUnitClass (3, "all_inf_pilot", 1,1)
AddUnitClass (3, "all_inf_aqulish", 2,2)
AddUnitClass (3, "des_knight_03", 3,3)
SetUnitCount (3, 15)
AddAIGoal(3, "Deathmatch", 100)
SetTeamAsEnemy(ATT,3)
SetTeamAsEnemy(3,ATT)
SetTeamAsEnemy(DEF,3)
SetTeamAsEnemy(3,DEF)

SetHeroClass(ALL, "all_hero_luke_pilot")
SetHeroClass(IMP, "imp_hero_darthvader")

-- Level Stats
ClearWalkers()
AddWalkerType(0, 0) -- special -> droidekas
AddWalkerType(1, 0) -- 1x2 (1 pair of legs)
AddWalkerType(2, 0) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 0) -- 3x2 (3 pairs of legs)

local weaponCnt = 1024
SetMemoryPoolSize("Aimer", 375)
SetMemoryPoolSize("AmmoCounter", weaponCnt)
SetMemoryPoolSize("BaseHint", 1024)
SetMemoryPoolSize("EnergyBar", weaponCnt)
SetMemoryPoolSize("EntityCloth", 32)
SetMemoryPoolSize("EntityFlyer", 32)
SetMemoryPoolSize("EntityHover", 32)
SetMemoryPoolSize("EntityLight", 200)
SetMemoryPoolSize("EntitySoundStream", 100)
SetMemoryPoolSize("EntitySoundStatic", 132)
SetMemoryPoolSize("MountedTurret", 32)
SetMemoryPoolSize("Navigator", 128)
SetMemoryPoolSize("Obstacle", 1024)
SetMemoryPoolSize("PathNode", 11024)
SetMemoryPoolSize("SoundSpaceRegion", 64)
SetMemoryPoolSize("TreeGridStack", 1024)
SetMemoryPoolSize("UnitAgent", 128)
SetMemoryPoolSize("UnitController", 128)
SetMemoryPoolSize("Weapon", weaponCnt)

SetSpawnDelay(10.0, 0.25)
ReadDataFile("dc:Y4P\\Y4P.lvl", "Y4P_conquest")
SetDenseEnvironment("false")

-- Birdies
SetNumBirdTypes(2)
SetBirdType(0,1.0,"whisper")
SetBirdType(1,1.0,"Corellian_butterfly")

-- Sound Stats

voiceSlow = OpenAudioStream("sound\\global.lvl", "all_unit_vo_slow")
AudioStreamAppendSegments("sound\\global.lvl", "imp_unit_vo_slow", voiceSlow)
AudioStreamAppendSegments("sound\\global.lvl", "des_unit_vo_slow", voiceSlow)
AudioStreamAppendSegments("sound\\global.lvl", "global_vo_slow", voiceSlow)

voiceQuick = OpenAudioStream("sound\\global.lvl", "all_unit_vo_quick")
AudioStreamAppendSegments("sound\\global.lvl", "imp_unit_vo_quick", voiceQuick)
OpenAudioStream("dc:sound\\acr.lvl", "acrgcw_music")
OpenAudioStream("sound\\global.lvl", "gcw_music")
OpenAudioStream("sound\\tat.lvl", "tat2")
OpenAudioStream("sound\\tat.lvl", "tat2")
-- OpenAudioStream("sound\\global.lvl", "global_vo_quick")
-- OpenAudioStream("sound\\global.lvl", "global_vo_slow")

SetBleedingVoiceOver(ALL, ALL, "all_off_com_report_us_overwhelmed", 1)
SetBleedingVoiceOver(ALL, IMP, "all_off_com_report_enemy_losing", 1)
SetBleedingVoiceOver(IMP, ALL, "imp_off_com_report_enemy_losing", 1)
SetBleedingVoiceOver(IMP, IMP, "imp_off_com_report_us_overwhelmed", 1)

SetLowReinforcementsVoiceOver(ALL, ALL, "all_off_defeat_im", .1, 1)
SetLowReinforcementsVoiceOver(ALL, IMP, "all_off_victory_im", .1, 1)
SetLowReinforcementsVoiceOver(IMP, IMP, "imp_off_defeat_im", .1, 1)
SetLowReinforcementsVoiceOver(IMP, ALL, "imp_off_victory_im", .1, 1)

SetOutOfBoundsVoiceOver(2, "Allleaving")
SetOutOfBoundsVoiceOver(1, "Impleaving")

SetAmbientMusic(ALL, 1.0, "rep_kam_amb_start", 0,1);
SetAmbientMusic(ALL, 0.99, "rep_kam_amb_middle", 1,1);
SetAmbientMusic(ALL, 0.1,"rep_kam_amb_end", 2,1);
SetAmbientMusic(IMP, 1.0, "cis_kam_amb_start", 0,1);
SetAmbientMusic(IMP, 0.99, "cis_kam_amb_middle", 1,1);
SetAmbientMusic(IMP, 0.1,"cis_kam_amb_end", 2,1);

SetVictoryMusic(ALL, "rep_kam_amb_victory")
SetDefeatMusic (ALL, "all_tat_amb_defeat")
SetVictoryMusic(IMP, "cis_kam_amb_victory")
SetDefeatMusic (IMP, "imp_tat_amb_defeat")

SetSoundEffect("ScopeDisplayZoomIn", "binocularzoomin")
SetSoundEffect("ScopeDisplayZoomOut", "binocularzoomout")
--SetSoundEffect("WeaponUnableSelect", "com_weap_inf_weaponchange_null")
--SetSoundEffect("WeaponModeUnableSelect", "com_weap_inf_modechange_null")
SetSoundEffect("SpawnDisplayUnitChange", "shell_select_unit")
SetSoundEffect("SpawnDisplayUnitAccept", "shell_menu_enter")
SetSoundEffect("SpawnDisplaySpawnPointChange", "shell_select_change")
SetSoundEffect("SpawnDisplaySpawnPointAccept", "shell_menu_enter")
SetSoundEffect("SpawnDisplayBack", "shell_menu_exit")

SetNumFishTypes(5)
SetFishType(0,0.8,"faa")
SetFishType(1,0.8,"Endor_trout")
SetFishType(2,0.8,"Crawlfish")
SetFishType(5,1.8,"Naboo_gumfish")

-- Camera Stats
--Tat2 Mos Eisley
AddCameraShot(0.974338, -0.222180, 0.035172, 0.008020, -82.664650, 23.668301, 43.955681);
AddCameraShot(0.390197, -0.089729, -0.893040, -0.205362, 23.563562, 12.914885, -101.465561);
AddCameraShot(0.169759, 0.002225, -0.985398, 0.012916, 126.972809, 4.039628, -22.020613);
AddCameraShot(0.677453, -0.041535, 0.733016, 0.044942, 97.517807, 4.039628, 36.853477);
AddCameraShot(0.866029, -0.156506, 0.467299, 0.084449, 7.685640, 7.130688, -10.895234);
end
bf2log:
Hidden/Spoiler:
Opened logfile BFront2.log 2011-02-14 1936
shell_interface: Entered
shell_interface: gPlatformStr, gOnlineServiceStr, gLangStr, gLangEnum: PC GameSpy english 0
ifs_era_handler - Entered
ifs_era_handler - Exited
shell_interface: No custom_gc_0.lvl
shell_interface: No custom_gc_1.lvl
shell_interface: No custom_gc_2.lvl
shell_interface: No custom_gc_3.lvl
shell_interface: No custom_gc_4.lvl
shell_interface: Found custom_gc_5.lvl
custom_gc_5: Entered

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\SK1\data\_LVL_PC\Load\core.lvl
ifs_freeform_init_jcw.lua
ifs_freeform_start_jcw.lua

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\SK1\data\_LVL_PC\Load\core.lvl
custom_gc_5: Taking control of custom_GetGCButtonList()...
custom_gc_5: Taking control of custom_PressedGCButton()...
custom_gc_5: Exited
shell_interface: No custom_gc_6.lvl
shell_interface: No custom_gc_7.lvl
shell_interface: No custom_gc_8.lvl
shell_interface: No custom_gc_9.lvl
shell_interface: Found custom_gc_10.lvl
custom_gc_10: Entered
custom_gc_10: Found custom_gc_11.lvl
custom_gc_11: Entered
ifs_freeform_init_dt.lua
ifs_freeform_start_dt.lua
custom_gc_11: Taking control of custom_GetGCButtonList()...
custom_gc_11: Taking control of custom_PressedGCButton()...
custom_gc_11: Exited
custom_gc_10: No custom_gc_12.lvl. Will stop searching for any more cGC scripts.
custom_gc_10: Exited
custom_EraButtonList(): Finished building era button table Known eras buttons: 28
custom_GetGMapEras(): Finished building era table Known eras: 28
custom_GetGMapModes(): Finished building game mode table Known Modes: 39
custom_GetMPGameModeList(): Finished building game mode list table List Length: 40
custom_SetMovieLocation()
custom_gc_11: custom_GetGCButtonList(): Entered
custom_gc_5: custom_GetGCButtonList(): Entered
custom_GetGCButtonList()
custom_gc_5: custom_GetGCButtonList(): Exited
custom_gc_11: custom_GetGCButtonList(): Exited
custom_SetMovieLocation()
custom_GetFreeformBattleModeList(): Finished building freeform battle mode list Known Modes: 39
ingame stream movies\crawl.mvs
shell_interface: Opening movie: movies\shell.mvs
shell_interface: Leaving
Mission Checker: Entered addme
Mission Checker: addme: Now listening in on AddDownloadableContent() calls
Mission Checker: Exited addme

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\BDT\data\_LVL_PC\dtshell.lvl

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\BDT\data\_LVL_PC\dtshell.lvl
Cannot find ..\..\addon\BFX\data\_LVL_PC\mission.lvl. Skipping BFX's extra missions
Cannot find ..\..\addon\BFX\data\_LVL_PC\mission.lvl. Skipping BFX's extra missions
Cannot find ..\..\addon\BDT\data\_LVL_PC\SIDE\dark.lvl. Skipping DT's extra missions

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\BDT\data\_LVL_PC\dtshell.lvl
prev = none iLastPage = nil
prev = texture iLastPage = 1
prev = texture iLastPage = 2
prev = texture iLastPage = 3
ifs_legal.Exit

Message Severity: 2
.\Source\GameMovie.cpp(399)
Unable to find open movie segment shell_main

ifs_saveop_DoOps LoadFileList
ifs_saveop_DoOps LoadFileList
ifs_saveop_DoOps LoadProfile
ifs_saveop_DoOps LoadProfile
ifs_sp_campaign: Input_Accept(): Entered: [Nil]
ifs_sp_campaign: Input_Accept(): Entered: _tab_instant
missionlist_ExpandMapList()
ifs_missionselect_pcMulti_fnSetMapPreview(): Defaulting index to 1
this.CurButton = nil
cur_button = nil
this.CurButton = nil
cur_button = nil
this.CurButton = nil
cur_button = nil
this.CurButton = check_mode1
cur_button = nil
Checkbox for check_era7 clicked
this.CurButton = check_era7
cur_button = nil
custom_AddMapNew()
custom_printTable(): table: 05A389F4
The key, value is: mode_hunt_g 1
The key, value is: change table: 05A395E8
The key, value is: era_g 1
The key, value is: mode_con_c 1
The key, value is: isModLevel 1
The key, value is: bSelected 1
The key, value is: mode_con_1 1
The key, value is: era_1 1
The key, value is: mode_con_g 1
The key is mapluafile, the formated value is: Y4P<A>_<B>
custom_printTable(): Returning
custom_printTable(): table: 05626CCC
The key, value is: key mode_con
The key, value is: subst con
The key, value is: showstr modename.name.con
The key, value is: descstr modename.description.con
The key, value is: icon mode_icon_con
custom_printTable(): Returning
gMapEras.key = era_g Era = era_g subst = g
Adding map: Y4Pg_con idx: 1
this.CurButton = _map_add
cur_button = nil
this.CurButton = Launch
cur_button = nil

Message Severity: 2
.\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture hud_target_hint_offscreen

Message Severity: 2
.\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture hud_target_hint_offscreen

Message Severity: 2
.\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture btn_directional_pad_LR
game_interface: Entered
utility_functions2: Listening on AddUnitClass() calls
utility_functions2: Listening on SetHeroClass() calls
utility_functions2: Listening on ReadDataFile() calls
game_interface: Reading in custom strings
game_interface: No user_script_0.lvl
game_interface: No user_script_1.lvl
game_interface: No user_script_2.lvl
game_interface: No user_script_3.lvl
game_interface: No user_script_4.lvl
game_interface: No user_script_5.lvl
game_interface: No user_script_6.lvl
game_interface: No user_script_7.lvl
game_interface: No user_script_8.lvl
game_interface: No user_script_9.lvl
game_interface: Found user_script_10.lvl
user_script_10: Entered
user_script_10: Replacing v1.3 (r117)'s AddUnitClass as it should've had a return value. This fixes the Leia bug.
user_script_10: No user_script_11.lvl. Will stop searching for any more user scripts.
user_script_10: Exited
ifs_sideselect_fnBuildScreen()
game_interface: Exited

Message Severity: 2
.\Memory\RedMemoryPool.cpp(317)
Memory pool "ClothData" set item count after being allocated

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 33

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 34

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 35

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 36

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 37

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 38

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 39

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 40

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 41

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 42

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 43

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 44

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 45

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 46

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 47

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 48

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 49

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 50

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 51

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 52

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 53

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 54

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier all_inf_wuher has geometry collision

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier all_inf_pilot has geometry collision

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier jed_inf_jedi has geometry collision

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier all_inf_tatooinehansolo has geometry collision

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk all_inf_aqulish in C:\Program Files (x86)\LucasArts\Star Wars Battlefront II\GameData\AddOn\Y4P\Data\_lvl_pc\SIDE\\des.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\\des.lvl


Message Severity: 2
.\Source\EntityGeometry.cpp(1058)
Entity "com_weap_veh_guided_rocket_ord" unknown terrain collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1073)
Entity "com_weap_veh_guided_rocket_ord" unknown vehicle collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1065)
Entity "com_weap_veh_guided_rocket_ord" unknown building collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1051)
Entity "com_weap_veh_guided_rocket_ord" unknown targetable collision "CollisionMesh"

Message Severity: 2
.\Source\EntityGeometry.cpp(1058)
Entity "com_weap_award_rocket_launcher_" unknown terrain collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1073)
Entity "com_weap_award_rocket_launcher_" unknown vehicle collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1065)
Entity "com_weap_award_rocket_launcher_" unknown building collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1051)
Entity "com_weap_award_rocket_launcher_" unknown targetable collision "CollisionMesh"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_hostile_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_bacta_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_mechanic_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_ammo_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_transport_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_backup_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_clear_area_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_defend_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\EntityGeometry.cpp(1065)
Entity "com_weap_inf_remotedroid_ord" unknown building collision "p_buildingsphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1073)
Entity "com_weap_inf_remotedroid_ord" unknown vehicle collision "p_buildingsphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1089)
Entity "com_weap_inf_remotedroid_ord" unknown ordnance collision "p_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1081)
Entity "com_weap_inf_remotedroid_ord" unknown soldier collision "p_sphere"

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk imp_hover_speederbike in data\_lvl_pc\SIDE\all.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in SIDE\all.lvl


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: SpottedVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedRepairVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedPickupVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedBackupVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: DefendPositionVO


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_hostile_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: SpottedVO


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_mechanic_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedRepairVO


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_transport_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedPickupVO


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_backup_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedBackupVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: InVehicle


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_defend_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: DefendPositionVO


Message Severity: 2
.\Source\FLEffect.cpp(214)
FLEffect::Read: duplicate effect class name (d6c288e8)!

Message Severity: 2
.\Source\FLEffect.cpp(214)
FLEffect::Read: duplicate effect class name (6616778a)!

Message Severity: 2
.\Source\FLEffect.cpp(214)
FLEffect::Read: duplicate effect class name (ef255e37)!

Message Severity: 2
.\Source\FLEffect.cpp(214)
FLEffect::Read: duplicate effect class name (c3a9860f)!

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier imp_inf_darktrooper has geometry collision

Message Severity: 2
.\Source\EntityBuilding.cpp(695)
Building missing explosion "com_weap_bldg_gunturret_exp"
uf_updateClassIndex(): Added class: all_inf_rifleman
uf_updateClassIndex(): Added class: all_inf_rocketeer
uf_updateClassIndex(): Added class: all_inf_sniper
uf_updateClassIndex(): Added class: all_inf_engineer
uf_updateClassIndex(): Added class: all_inf_officer
uf_updateClassIndex(): Added class: all_inf_wookiee
uf_updateClassIndex(): Added class: imp_inf_rifleman
uf_updateClassIndex(): Added class: imp_inf_rocketeer
uf_updateClassIndex(): Added class: imp_inf_sniper
uf_updateClassIndex(): Added class: imp_inf_engineer
uf_updateClassIndex(): Added class: imp_inf_officer
uf_updateClassIndex(): Added class: imp_inf_dark_trooper
uf_updateClassIndex(): Added class: all_inf_tatooinehansolo
uf_updateClassIndex(): Added class: all_inf_wuher
uf_updateClassIndex(): Added class: all_inf_pilot
uf_updateClassIndex(): Added class: all_inf_aqulish

Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "all_inf_aqulish" (check the side's .req file)
uf_updateClassIndex(): Added class: des_knight_03
uf_updateClassIndex(): Added class: all_hero_luke_pilot
uf_updateClassIndex(): Added class: imp_hero_darthvader
utility_functions2: ReadDataFile(): This map's code, mode: y4p y4p_conquest

Message Severity: 2
.\Source\SkyManager.cpp(108)
Skyfile NearSceneRange is in old format

Message Severity: 2
.\Source\SkyManager.cpp(122)
Skyfile FarSceneRange is in old format

Message Severity: 2
.\Source\EntityBuilding.cpp(695)
Building missing explosion "myg1_bldg_energy_collector_core_exp"

Message Severity: 2
.\Source\AttachedEffects.cpp(132)
AttachEffects: odf 'yav_prop_leafpatch2' is not an EntityLight and can only be attached to a prop!

Message Severity: 2
.\Source\AttachedEffects.cpp(132)
AttachEffects: odf 'yav_prop_leafpatch' is not an EntityLight and can only be attached to a prop!

Message Severity: 2
.\Source\GameModel.cpp(221)
Model "imp_hover_speederbike" already loaded in ather level file

Message Severity: 2
.\Source\CollisionMesh.cpp(550)
Duplicate collision mesh name exists in another level file: 95aeb20e

Message Severity: 2
.\Source\CollisionBody.cpp(250)
Duplicate collisionbodyprimitive exists in another level file: e002979a

Message Severity: 2
.\Source\CollisionBody.cpp(250)
Duplicate collisionbodyprimitive exists in another level file: e102992d

Message Severity: 2
.\Source\CollisionBody.cpp(250)
Duplicate collisionbodyprimitive exists in another level file: de029474

Message Severity: 2
.\Source\CollisionBody.cpp(250)
Duplicate collisionbodyprimitive exists in another level file: df029607

Message Severity: 3
.\Source\EntityProp.cpp(539)
Prop "drb_bldg_house4" geometry "drb_bldg_house4" not found

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=c5ce901b: trying to replace "all_hover_combatspeeder_proto" with "all_hover_combatspeeder_proto2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=4799508f: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree10"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=b0cd04fe: trying to replace "tat_prop_ronto" with "tat_prop_ronto1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=0524481d: trying to replace "cis_hover_aatx" with "cis_hover_aatx1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=c6ce91ae: trying to replace "all_hover_combatspeeder_proto" with "all_hover_combatspeeder_proto1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=3dcf5b67: trying to replace "rep_walk_atxt" with "rep_walk_atxt1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=2fdf9f7a: trying to replace "all_hover_tank" with "all_hover_tank4"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=43994a43: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree14"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=2adf979b: trying to replace "all_hover_tank" with "all_hover_tank3"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=7aaf1f87: trying to replace "all_hover_rebel_attack_speeder" with "all_hover_rebel_attack_speeder1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=d791e47a: trying to replace "yav_prop_leaftree2" with "yav_prop_leaftree22"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=499953b5: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree12"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=46994efc: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree11"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=5b99235e: trying to replace "all_fly_snowspeeder" with "all_fly_snowspeeder2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=df029607: trying to replace "imp_hover_speederbike" with "imp_hover_speederbike3"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=de029474: trying to replace "imp_hover_speederbike" with "imp_hover_speederbike2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=6af57d81: trying to replace "rep_hover_swampspeeder" with "rep_hover_swampspeeder1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=a9d78f6d: trying to replace "kas1_prop_bamboo1" with "kas1_prop_bamboo10"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=d891e60d: trying to replace "yav_prop_leaftree2" with "yav_prop_leaftree23"

Message Severity: 3
.\Source\EntityProp.cpp(921)
Prop "drb_bldg_house4" not built: "ALL YOUR MODEL ARE BELONG TO US."

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=d691e2e7: trying to replace "yav_prop_leaftree2" with "yav_prop_leaftree21"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=2cdf9ac1: trying to replace "all_hover_tank" with "all_hover_tank1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=5ec01895: trying to replace "all_fly_xwing" with "all_fly_xwing1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=9641bd7c: trying to replace "all_fly_ywing" with "all_fly_ywing1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=e102992d: trying to replace "imp_hover_speederbike" with "imp_hover_speederbike1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=5a9921cb: trying to replace "all_fly_snowspeeder" with "all_fly_snowspeeder1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=d591e154: trying to replace "yav_prop_leaftree2" with "yav_prop_leaftree20"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=429948b0: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree15"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=45994d69: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree16"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=be27a7cd: trying to replace "all_fly_awing" with "all_fly_awing2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=7baf211a: trying to replace "all_hover_rebel_attack_speeder" with "all_hover_rebel_attack_speeder2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=29df9608: trying to replace "all_hover_tank" with "all_hover_tank2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=48995222: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree13"

Message Severity: 3
.\Source\HintManager.cpp(210)
Hint references nonexistant command post "cp3"

Message Severity: 3
.\Source\HintManager.cpp(210)
Hint references nonexistant command post "cp3"

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk Y4P_conquest in C:\Program Files (x86)\LucasArts\Star Wars Battlefront II\GameData\AddOn\Y4P\Data\_lvl_pc\Y4P\Y4P.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:Y4P\Y4P.lvl


Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 4

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 8

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 12

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 16

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 20

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 24

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 28

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 32

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 36

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 40

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 44

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 48

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 52

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 56

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 60

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 64

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 68

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 72

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 76

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 80

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 84

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 88

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 92

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 96

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 100

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 104

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 108

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 112

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 116

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 120

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 124

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 128

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 132

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 136

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 140

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 144

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 148

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 152

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 156

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 160

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 164

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 168

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 172

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 176

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 180

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 184

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 188

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 192

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 196

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 200

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 204

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 208

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 212

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 216

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 220

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 224

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 228

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 232

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 236

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 240

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 244

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 248

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 252

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 256

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 260

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 264

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 268

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 272

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 276

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 280

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 284

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 288

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 292

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 296

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 300

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 304

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 308

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 312

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 316

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 320

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 324

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 328

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 332

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 336

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 340

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 344

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(439)
level.Y4P.locals not localized

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:y4p\sky.lvl

Message Severity: 2
.\Source\LuaCallbacks_Mission.cpp(3776)
Command Post "cp1" not found

Message Severity: 3
.\Source\LuaHelper.cpp(312)
CallProc failed: (none):0: attempt to perform arithmetic on a nil value
stack traceback:
(none): in function `AddCommandPost'
(none): in function `ScriptPostLoad'


will post any needed parts of the sky folder

Re: Random Skies Crash

Posted: Mon Feb 14, 2011 10:25 pm
by Jdg50
Woah, lots of Severity 3's in there.

Re: Random Skies Crash

Posted: Tue Feb 15, 2011 4:51 am
by Jendo7
I don't know if this would make it crash but did you make sure to delete the exact following entry from your Y4P.wld file:

Hidden/Spoiler:
LightName("Y4P.LGT");
...and this is probably the culprit from your bf2.log:
Hidden/Spoiler:
Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:y4p\sky.lvl
If you could also post your sky folder contents that might help.

Re: Random Skies Crash

Posted: Tue Feb 15, 2011 3:44 pm
by acryptozoo
yeah i deleted the line
okay attempting to post everything :D

y4p_sky.req
Hidden/Spoiler:
ucft
{
REQN
{
"lvl"
"day"
"night"
"morning"
}
}
example of one of the sky's reqs
Hidden/Spoiler:
ucft
{
REQN
{
"config"
"day"
}
}

Re: Random Skies Crash

Posted: Tue Feb 15, 2011 6:14 pm
by Jendo7
Yeah, you don't want the name of the req in the day.req, but the name of the sky.file you are using, unless it is called day.sky. So instead of day in the day.req, you want whatever the sky file is named, for example:

This is mine:

sky.req:
Hidden/Spoiler:
ucft
{
REQN
{
"lvl"
"bes"
"pol"
}
}
I have pol1.sky in the same sky folder, so in the

REQ folder, the pol.req file I have this:
Hidden/Spoiler:
ucft
{
REQN
{
"config"
"pol1"
}
}
which is the name of the sky file.

Also, in your sky folder you have given the .req name, y4p_sky.req when it should be just sky.req because that is what you have written in the random code in your lua. So it's calling for sky.lvl yet your .req file is called y4p_sky.req. i.e y4p_sky.lvl

Re: Random Skies Crash

Posted: Tue Feb 15, 2011 8:45 pm
by acryptozoo
Hrmm i named my sky files the same as my req's is that bad ?
well changing the name seemed to root out all the error's with the sky.lvl

only one left is the Y4p_conquest one

and the script post load one at the bottom
working on them
updated bf2log.
Hidden/Spoiler:
Opened logfile BFront2.log 2011-02-15 1907
shell_interface: Entered
shell_interface: gPlatformStr, gOnlineServiceStr, gLangStr, gLangEnum: PC GameSpy english 0
ifs_era_handler - Entered
ifs_era_handler - Exited
shell_interface: No custom_gc_0.lvl
shell_interface: No custom_gc_1.lvl
shell_interface: No custom_gc_2.lvl
shell_interface: No custom_gc_3.lvl
shell_interface: No custom_gc_4.lvl
shell_interface: Found custom_gc_5.lvl
custom_gc_5: Entered

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\SK1\data\_LVL_PC\Load\core.lvl
ifs_freeform_init_jcw.lua
ifs_freeform_start_jcw.lua

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\SK1\data\_LVL_PC\Load\core.lvl
custom_gc_5: Taking control of custom_GetGCButtonList()...
custom_gc_5: Taking control of custom_PressedGCButton()...
custom_gc_5: Exited
shell_interface: No custom_gc_6.lvl
shell_interface: No custom_gc_7.lvl
shell_interface: No custom_gc_8.lvl
shell_interface: No custom_gc_9.lvl
shell_interface: Found custom_gc_10.lvl
custom_gc_10: Entered
custom_gc_10: Found custom_gc_11.lvl
custom_gc_11: Entered
ifs_freeform_init_dt.lua
ifs_freeform_start_dt.lua
custom_gc_11: Taking control of custom_GetGCButtonList()...
custom_gc_11: Taking control of custom_PressedGCButton()...
custom_gc_11: Exited
custom_gc_10: No custom_gc_12.lvl. Will stop searching for any more cGC scripts.
custom_gc_10: Exited
custom_EraButtonList(): Finished building era button table Known eras buttons: 28
custom_GetGMapEras(): Finished building era table Known eras: 28
custom_GetGMapModes(): Finished building game mode table Known Modes: 39
custom_GetMPGameModeList(): Finished building game mode list table List Length: 40
custom_SetMovieLocation()
custom_gc_11: custom_GetGCButtonList(): Entered
custom_gc_5: custom_GetGCButtonList(): Entered
custom_GetGCButtonList()
custom_gc_5: custom_GetGCButtonList(): Exited
custom_gc_11: custom_GetGCButtonList(): Exited
custom_SetMovieLocation()
custom_GetFreeformBattleModeList(): Finished building freeform battle mode list Known Modes: 39
ingame stream movies\crawl.mvs
shell_interface: Opening movie: movies\shell.mvs
shell_interface: Leaving
Mission Checker: Entered addme
Mission Checker: addme: Now listening in on AddDownloadableContent() calls
Mission Checker: Exited addme

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\BDT\data\_LVL_PC\dtshell.lvl

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\BDT\data\_LVL_PC\dtshell.lvl
Cannot find ..\..\addon\BFX\data\_LVL_PC\mission.lvl. Skipping BFX's extra missions
Cannot find ..\..\addon\BFX\data\_LVL_PC\mission.lvl. Skipping BFX's extra missions
Cannot find ..\..\addon\BDT\data\_LVL_PC\SIDE\dark.lvl. Skipping DT's extra missions

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\BDT\data\_LVL_PC\dtshell.lvl
prev = none iLastPage = nil
prev = texture iLastPage = 1
prev = texture iLastPage = 2
prev = texture iLastPage = 3
ifs_legal.Exit

Message Severity: 2
.\Source\GameMovie.cpp(399)
Unable to find open movie segment shell_main

ifs_saveop_DoOps LoadFileList
ifs_saveop_DoOps LoadFileList
ifs_saveop_DoOps LoadProfile
ifs_saveop_DoOps LoadProfile
ifs_sp_campaign: Input_Accept(): Entered: _tab_instant
missionlist_ExpandMapList()
ifs_missionselect_pcMulti_fnSetMapPreview(): Defaulting index to 1
this.CurButton = nil
cur_button = nil
this.CurButton = nil
cur_button = nil
this.CurButton = nil
cur_button = nil
this.CurButton = check_mode1
cur_button = nil
Checkbox for check_era7 clicked
this.CurButton = check_era7
cur_button = nil
this.CurButton = nil
cur_button = nil
custom_AddMapNew()
custom_printTable(): table: 05B089F4
The key, value is: mode_hunt_g 1
The key, value is: change table: 05B095E8
The key, value is: era_g 1
The key, value is: mode_con_c 1
The key, value is: isModLevel 1
The key, value is: bSelected 1
The key, value is: mode_con_1 1
The key, value is: era_1 1
The key, value is: mode_con_g 1
The key is mapluafile, the formated value is: Y4P<A>_<B>
custom_printTable(): Returning
custom_printTable(): table: 056F6CCC
The key, value is: key mode_con
The key, value is: subst con
The key, value is: showstr modename.name.con
The key, value is: descstr modename.description.con
The key, value is: icon mode_icon_con
custom_printTable(): Returning
gMapEras.key = era_g Era = era_g subst = g
Adding map: Y4Pg_con idx: 1
this.CurButton = _map_add
cur_button = nil
this.CurButton = Launch
cur_button = nil

Message Severity: 2
.\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture hud_target_hint_offscreen

Message Severity: 2
.\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture hud_target_hint_offscreen

Message Severity: 2
.\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture btn_directional_pad_LR
game_interface: Entered
utility_functions2: Listening on AddUnitClass() calls
utility_functions2: Listening on SetHeroClass() calls
utility_functions2: Listening on ReadDataFile() calls
game_interface: Reading in custom strings
game_interface: No user_script_0.lvl
game_interface: No user_script_1.lvl
game_interface: No user_script_2.lvl
game_interface: No user_script_3.lvl
game_interface: No user_script_4.lvl
game_interface: No user_script_5.lvl
game_interface: No user_script_6.lvl
game_interface: No user_script_7.lvl
game_interface: No user_script_8.lvl
game_interface: No user_script_9.lvl
game_interface: Found user_script_10.lvl
user_script_10: Entered
user_script_10: Replacing v1.3 (r117)'s AddUnitClass as it should've had a return value. This fixes the Leia bug.
user_script_10: No user_script_11.lvl. Will stop searching for any more user scripts.
user_script_10: Exited
ifs_sideselect_fnBuildScreen()
game_interface: Exited

Message Severity: 2
.\Memory\RedMemoryPool.cpp(317)
Memory pool "ClothData" set item count after being allocated

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 33

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 34

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 35

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 36

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 37

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 38

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 39

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 40

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 41

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 42

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 43

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 44

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 45

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 46

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 47

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 48

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 49

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 50

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 51

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 52

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 53

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "Music" is full; raise count to at least 54

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier all_inf_wuher has geometry collision

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier all_inf_pilot has geometry collision

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier jed_inf_jedi has geometry collision

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier all_inf_tatooinehansolo has geometry collision

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk all_inf_aqulish in C:\Program Files (x86)\LucasArts\Star Wars Battlefront II\GameData\AddOn\Y4P\Data\_lvl_pc\SIDE\\des.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\\des.lvl


Message Severity: 2
.\Source\EntityGeometry.cpp(1058)
Entity "com_weap_veh_guided_rocket_ord" unknown terrain collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1073)
Entity "com_weap_veh_guided_rocket_ord" unknown vehicle collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1065)
Entity "com_weap_veh_guided_rocket_ord" unknown building collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1051)
Entity "com_weap_veh_guided_rocket_ord" unknown targetable collision "CollisionMesh"

Message Severity: 2
.\Source\EntityGeometry.cpp(1058)
Entity "com_weap_award_rocket_launcher_" unknown terrain collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1073)
Entity "com_weap_award_rocket_launcher_" unknown vehicle collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1065)
Entity "com_weap_award_rocket_launcher_" unknown building collision "p_front_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1051)
Entity "com_weap_award_rocket_launcher_" unknown targetable collision "CollisionMesh"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_hostile_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_bacta_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_mechanic_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_ammo_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_transport_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_backup_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_clear_area_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (all3_inf_pc_com_defend_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\EntityGeometry.cpp(1065)
Entity "com_weap_inf_remotedroid_ord" unknown building collision "p_buildingsphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1073)
Entity "com_weap_inf_remotedroid_ord" unknown vehicle collision "p_buildingsphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1089)
Entity "com_weap_inf_remotedroid_ord" unknown ordnance collision "p_sphere"

Message Severity: 2
.\Source\EntityGeometry.cpp(1081)
Entity "com_weap_inf_remotedroid_ord" unknown soldier collision "p_sphere"

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk imp_hover_speederbike in data\_lvl_pc\SIDE\all.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in SIDE\all.lvl


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: SpottedVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedRepairVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedPickupVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedBackupVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: DefendPositionVO


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_hostile_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: SpottedVO


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_mechanic_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedRepairVO


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_transport_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedPickupVO


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_backup_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: NeedBackupVO


Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: InVehicle


Message Severity: 2
.\Source\VOHelper.cpp(183)
VOSound (boba_hero_pc_com_defend_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
.\Source\VOHelper.cpp(196)
unknown VO type: DefendPositionVO


Message Severity: 2
.\Source\FLEffect.cpp(214)
FLEffect::Read: duplicate effect class name (d6c288e8)!

Message Severity: 2
.\Source\FLEffect.cpp(214)
FLEffect::Read: duplicate effect class name (6616778a)!

Message Severity: 2
.\Source\FLEffect.cpp(214)
FLEffect::Read: duplicate effect class name (ef255e37)!

Message Severity: 2
.\Source\FLEffect.cpp(214)
FLEffect::Read: duplicate effect class name (c3a9860f)!

Message Severity: 2
.\Source\EntitySoldier.cpp(10471)
Soldier imp_inf_darktrooper has geometry collision

Message Severity: 2
.\Source\EntityBuilding.cpp(695)
Building missing explosion "com_weap_bldg_gunturret_exp"
uf_updateClassIndex(): Added class: all_inf_rifleman
uf_updateClassIndex(): Added class: all_inf_rocketeer
uf_updateClassIndex(): Added class: all_inf_sniper
uf_updateClassIndex(): Added class: all_inf_engineer
uf_updateClassIndex(): Added class: all_inf_officer
uf_updateClassIndex(): Added class: all_inf_wookiee
uf_updateClassIndex(): Added class: imp_inf_rifleman
uf_updateClassIndex(): Added class: imp_inf_rocketeer
uf_updateClassIndex(): Added class: imp_inf_sniper
uf_updateClassIndex(): Added class: imp_inf_engineer
uf_updateClassIndex(): Added class: imp_inf_officer
uf_updateClassIndex(): Added class: imp_inf_dark_trooper
uf_updateClassIndex(): Added class: all_inf_tatooinehansolo
uf_updateClassIndex(): Added class: all_inf_wuher
uf_updateClassIndex(): Added class: all_inf_pilot
uf_updateClassIndex(): Added class: all_inf_aqulish

Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "all_inf_aqulish" (check the side's .req file)
uf_updateClassIndex(): Added class: des_knight_03
uf_updateClassIndex(): Added class: all_hero_luke_pilot
uf_updateClassIndex(): Added class: imp_hero_darthvader
utility_functions2: ReadDataFile(): This map's code, mode: y4p y4p_conquest

Message Severity: 2
.\Source\SkyManager.cpp(108)
Skyfile NearSceneRange is in old format

Message Severity: 2
.\Source\SkyManager.cpp(122)
Skyfile FarSceneRange is in old format

Message Severity: 2
.\Source\EntityBuilding.cpp(695)
Building missing explosion "myg1_bldg_energy_collector_core_exp"

Message Severity: 2
.\Source\AttachedEffects.cpp(132)
AttachEffects: odf 'yav_prop_leafpatch2' is not an EntityLight and can only be attached to a prop!

Message Severity: 2
.\Source\AttachedEffects.cpp(132)
AttachEffects: odf 'yav_prop_leafpatch' is not an EntityLight and can only be attached to a prop!

Message Severity: 2
.\Source\GameModel.cpp(221)
Model "imp_hover_speederbike" already loaded in ather level file

Message Severity: 2
.\Source\CollisionMesh.cpp(550)
Duplicate collision mesh name exists in another level file: 95aeb20e

Message Severity: 2
.\Source\CollisionBody.cpp(250)
Duplicate collisionbodyprimitive exists in another level file: e002979a

Message Severity: 2
.\Source\CollisionBody.cpp(250)
Duplicate collisionbodyprimitive exists in another level file: e102992d

Message Severity: 2
.\Source\CollisionBody.cpp(250)
Duplicate collisionbodyprimitive exists in another level file: de029474

Message Severity: 2
.\Source\CollisionBody.cpp(250)
Duplicate collisionbodyprimitive exists in another level file: df029607

Message Severity: 3
.\Source\EntityProp.cpp(539)
Prop "drb_bldg_house4" geometry "drb_bldg_house4" not found

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=c5ce901b: trying to replace "all_hover_combatspeeder_proto" with "all_hover_combatspeeder_proto2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=4799508f: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree10"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=b0cd04fe: trying to replace "tat_prop_ronto" with "tat_prop_ronto1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=0524481d: trying to replace "cis_hover_aatx" with "cis_hover_aatx1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=c6ce91ae: trying to replace "all_hover_combatspeeder_proto" with "all_hover_combatspeeder_proto1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=3dcf5b67: trying to replace "rep_walk_atxt" with "rep_walk_atxt1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=2fdf9f7a: trying to replace "all_hover_tank" with "all_hover_tank4"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=43994a43: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree14"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=2adf979b: trying to replace "all_hover_tank" with "all_hover_tank3"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=7aaf1f87: trying to replace "all_hover_rebel_attack_speeder" with "all_hover_rebel_attack_speeder1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=d791e47a: trying to replace "yav_prop_leaftree2" with "yav_prop_leaftree22"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=499953b5: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree12"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=46994efc: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree11"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=5b99235e: trying to replace "all_fly_snowspeeder" with "all_fly_snowspeeder2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=df029607: trying to replace "imp_hover_speederbike" with "imp_hover_speederbike3"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=de029474: trying to replace "imp_hover_speederbike" with "imp_hover_speederbike2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=6af57d81: trying to replace "rep_hover_swampspeeder" with "rep_hover_swampspeeder1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=a9d78f6d: trying to replace "kas1_prop_bamboo1" with "kas1_prop_bamboo10"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=d891e60d: trying to replace "yav_prop_leaftree2" with "yav_prop_leaftree23"

Message Severity: 3
.\Source\EntityProp.cpp(921)
Prop "drb_bldg_house4" not built: "ALL YOUR MODEL ARE BELONG TO US."

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=d691e2e7: trying to replace "yav_prop_leaftree2" with "yav_prop_leaftree21"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=2cdf9ac1: trying to replace "all_hover_tank" with "all_hover_tank1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=5ec01895: trying to replace "all_fly_xwing" with "all_fly_xwing1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=9641bd7c: trying to replace "all_fly_ywing" with "all_fly_ywing1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=e102992d: trying to replace "imp_hover_speederbike" with "imp_hover_speederbike1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=5a9921cb: trying to replace "all_fly_snowspeeder" with "all_fly_snowspeeder1"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=d591e154: trying to replace "yav_prop_leaftree2" with "yav_prop_leaftree20"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=429948b0: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree15"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=45994d69: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree16"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=be27a7cd: trying to replace "all_fly_awing" with "all_fly_awing2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=7baf211a: trying to replace "all_hover_rebel_attack_speeder" with "all_hover_rebel_attack_speeder2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=29df9608: trying to replace "all_hover_tank" with "all_hover_tank2"

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=48995222: trying to replace "yav_prop_leaftree1" with "yav_prop_leaftree13"

Message Severity: 3
.\Source\HintManager.cpp(210)
Hint references nonexistant command post "cp3"

Message Severity: 3
.\Source\HintManager.cpp(210)
Hint references nonexistant command post "cp3"

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk Y4P_conquest in C:\Program Files (x86)\LucasArts\Star Wars Battlefront II\GameData\AddOn\Y4P\Data\_lvl_pc\Y4P\Y4P.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:Y4P\Y4P.lvl


Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 4

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 8

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 12

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 16

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 20

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 24

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 28

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 32

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 36

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 40

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 44

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 48

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 52

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 56

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 60

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 64

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 68

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 72

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 76

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 80

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 84

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 88

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 92

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 96

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 100

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 104

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 108

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 112

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 116

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 120

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 124

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 128

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 132

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 136

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 140

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 144

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 148

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 152

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 156

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 160

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 164

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 168

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 172

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 176

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 180

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 184

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 188

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 192

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 196

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 200

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 204

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 208

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 212

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 216

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 220

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 224

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 228

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 232

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 236

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 240

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 244

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 248

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 252

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 256

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 260

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 264

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 268

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 272

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 276

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 280

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 284

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 288

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 292

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 296

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 300

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 304

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 308

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 312

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 316

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 320

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 324

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 328

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 332

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 336

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 340

Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "SoldierAnimation" is full; raise count to at least 344

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(884)
Missing a localized team name for this level, level.Y4P.local

Message Severity: 2
.\Source\Team.cpp(439)
level.Y4P.locals not localized

Message Severity: 2
.\Source\SkyManager.cpp(108)
Skyfile NearSceneRange is in old format

Message Severity: 2
.\Source\SkyManager.cpp(122)
Skyfile FarSceneRange is in old format

Message Severity: 2
.\Source\LuaCallbacks_Mission.cpp(3776)
Command Post "cp1" not found

Message Severity: 3
.\Source\LuaHelper.cpp(312)
CallProc failed: (none):0: attempt to perform arithmetic on a nil value
stack traceback:
(none): in function `AddCommandPost'
(none): in function `ScriptPostLoad'

Re: Random Skies Crash

Posted: Tue Feb 15, 2011 9:20 pm
by Jendo7
acryptozoo wrote:Hrmm i named my sky files the same as my req's is that bad ?
well changing the name seemed to root out all the error's with the sky.lvl

only one left is the Y4p_conquest one

and the script post load one at the bottom
working on them

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk Y4P_conquest in C:\Program Files (x86)\LucasArts\Star Wars Battlefront II\GameData\AddOn\Y4P\Data\_lvl_pc\Y4P\Y4P.lvl
No, that's not bad, only if you put a different name than your sky files in your req's. Wouldn't be able to load it otherwise.

Not really sure about the other message, unless your missing "Y4P_con" from your mission.req, maybe?

Re: Random Skies Crash

Posted: Wed Feb 16, 2011 3:48 pm
by acryptozoo
Jendo7 wrote:
acryptozoo wrote:Hrmm i named my sky files the same as my req's is that bad ?
well changing the name seemed to root out all the error's with the sky.lvl

only one left is the Y4p_conquest one

and the script post load one at the bottom
working on them

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk Y4P_conquest in C:\Program Files (x86)\LucasArts\Star Wars Battlefront II\GameData\AddOn\Y4P\Data\_lvl_pc\Y4P\Y4P.lvl
No, that's not bad, only if you put a different name than your sky files in your req's. Wouldn't be able to load it otherwise.

Not really sure about the other message, unless your missing "Y4P_con" from your mission.req, maybe?
hrmm "Y4P_con" is there but...
i was messing around with hunt before i was working on custom sides
was still working on units/lua/ etc... dint think that would crash conquest though
but ill try removing it