poo
Regular

Hey guys I was wandering if the was a limit on the amount of items you can have.I ask this because im having crashing problems.I was adding alot of items to my mod.I compile and everything is alright
ps...dont worry they are only warnings.
But When I start the game and go into loading screen it stops at loading setting data.It CTD with no warnings.This leads me to believe it is a memory problem.I have a decent PC so how come I am getting this.Also played around with settings to see if it would solve it.So i go into rgl_log.text to see what is happening.
(disclaimer Items used come from Naruto mod by sundiata with permission a long time ago)
Also The rgl_log file was too long so i had to compress it a lil bit so it can fit (there are actually alot more WARNING unable to find material for mesh...)
The Problem is not the unable to map game script code because you can see how it stops at loading items.
So I go into OpenBrf and take a look at the supposed missing textures and such.They are pretty much all there in OpenBrf all in the module folder.I thought that maybe I have to add the remaining items that have meshes and textures etc not used yet but that hasnt solved it.Like I said there are no missing textures they are all in the modules folder.Its a memory problem but caused by all these supposed failed textures.I have no Idea
插入代码块:
Initializing...
Compiling all global variables...
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Exporting map icons...
Creating new tag_uses.txt file...
Creating new quick_strings.txt file...
Exporting faction data...
Exporting item data...
WARNING: Local variable never used: var8, at: 0
WARNING: Local variable never used: var7, at: 0
WARNING: Local variable never used: var7, at: 0
WARNING: Local variable never used: var8, at: 0
Exporting scene data...
Exporting troops data
Exporting particle data...
Exporting scene props...
Exporting tableau materials data...
Exporting presentations...
Exporting party_template data...
Exporting parties
Exporting quest data...
Exporting info_page data...
Exporting scripts...
Exporting mission_template data...
Exporting game menus data...
exporting simple triggers...
exporting triggers...
exporting dialogs...
Checking global variable usages...
WARNING: Global variable never used: boss_battle_1
Exporting postfx_params...
______________________________
Script processing has ended.
Press any key to exit. . .
But When I start the game and go into loading screen it stops at loading setting data.It CTD with no warnings.This leads me to believe it is a memory problem.I have a decent PC so how come I am getting this.Also played around with settings to see if it would solve it.So i go into rgl_log.text to see what is happening.
(disclaimer Items used come from Naruto mod by sundiata with permission a long time ago)
Also The rgl_log file was too long so i had to compress it a lil bit so it can fit (there are actually alot more WARNING unable to find material for mesh...)
插入代码块:
Starting new log file.
Version: 1.174
rgl_post_warning_line: get_object failed for texture: normal
rgl_post_warning_line: get_object failed for texture: normal
rgl_post_warning_line: WARNING: Unable to find material C__Users_Leo_2_Desktop___ntxr00 for mesh Madara
rgl_post_warning_line: WARNING: Unable to find material for mesh armoured_headbandblue
rgl_post_warning_line: WARNING: Unable to find material for mesh armoured_headbandblue.lod1
rgl_post_warning_line: WARNING: Unable to find material for mesh armoured_headbandblue.lod2
rgl_post_warning_line: WARNING: Unable to find material for mesh armoured_headbandblue.lod3
rgl_post_warning_line: WARNING: Unable to find material for mesh armoured_headbandblueround
rgl_post_warning_line: WARNING: Unable to find material for mesh armoured_headbandblueround.lod1
rgl_post_warning_line: WARNING: Unable to find material for mesh armoured_headbandblueround.lod2
rgl_post_warning_line: WARNING: Unable to find material for mesh armoured_headbandblueround.lod3
rgl_post_warning_line: WARNING: Unable to find material kakashia2 for mesh cl
rgl_post_warning_line: WARNING: Unable to find material omoi for mesh cloudbrace Loading Module Resource xtree_meshes
Loading Module Resource xtree_meshes_c
Loading Module Resource jutsusource
} //Processing Ini File Finished
Loading Music...
Loading Textures...
Finished Loading Textures...
L8 Format is supported
WARNING: UNABLE TO MAP SOUND CODE: snd_release_crossbow_medium
WARNING: UNABLE TO MAP SOUND CODE: snd_release_crossbow_far
WARNING: UNABLE TO MAP SOUND CODE: snd_bullet_hit_body
WARNING: UNABLE TO MAP SOUND CODE: snd_player_hit_by_bullet
rgl_post_warning_line: get_object failed for body: asplode
rgl_post_warning_line: get_object failed for body: asplode WARNING: UNABLE TO MAP GAME PRESENTATION CODE: prsnt_game_start
WARNING: UNABLE TO MAP GAME PRESENTATION CODE: prsnt_game_escape
WARNING: UNABLE TO MAP GAME SCRIPT CODE: game_check_party_sees_party
WARNING: UNABLE TO MAP GAME SCRIPT CODE: game_get_party_speed_multiplier
WARNING: UNABLE TO MAP GAME SCRIPT CODE: game_missile_launch
WARNING: UNABLE TO MAP GAME SCRIPT CODE: game_missile_dives_into_water
WARNING: UNABLE TO MAP GAME SCRIPT CODE: game_troop_upgrades_button_clicked
WARNING: UNABLE TO MAP GAME SCRIPT CODE: game_character_screen_requested
Loading Module...
Loading item kinds...
So I go into OpenBrf and take a look at the supposed missing textures and such.They are pretty much all there in OpenBrf all in the module folder.I thought that maybe I have to add the remaining items that have meshes and textures etc not used yet but that hasnt solved it.Like I said there are no missing textures they are all in the modules folder.Its a memory problem but caused by all these supposed failed textures.I have no Idea

