-
Notifications
You must be signed in to change notification settings - Fork 1
Description
There are no enemies with the new version :-
~/games/concordia$ ./flare
Mod "fantasycore" not found, skipping
Mod "alpha_demo" not found, skipping
Could not open text file: ./engine/combat_text.txt
Could not open text file: ./engine/classes.txt
Could not open text file: ./engine/death_penalty.txt
No joysticks were found.
Using joystick #0.
Mix_LoadMUS: Couldn't open './music/title_theme.ogg'
Cutscenes: Loading sound ./soundfx/level_up.ogg (soundfx/level_up.ogg) failed: Mix_LoadWAV_RW with NULL src
Could not open text file: ./engine/death_penalty.txt
No item sets were found.
PowerManager sfx: Loading sound ./soundfx/powers/shock.ogg (soundfx/powers/shock.ogg) failed: Mix_LoadWAV_RW with NULL src
unknown base_damage offense
No item sets were found.
Could not open text file: ./menus/npc.txt
Could not open text file: /home/shirish/.local/share/flare/default/conc01_stash.txt
Unable to open /home/shirish/.local/share/flare/default/conc01_stash.txt!
Avatar melee attack: Loading sound ./soundfx/melee_attack.ogg (soundfx/melee_attack.ogg) failed: Mix_LoadWAV_RW with NULL src
Avatar was hit: Loading sound ./soundfx/femaledark_hit.ogg (soundfx/femaledark_hit.ogg) failed: Mix_LoadWAV_RW with NULL src
Avatar death: Loading sound ./soundfx/femaledark_die.ogg (soundfx/femaledark_die.ogg) failed: Mix_LoadWAV_RW with NULL src
Avatar blocking: Loading sound ./soundfx/powers/block.ogg (soundfx/powers/block.ogg) failed: Mix_LoadWAV_RW with NULL src
Avatar loading foot steps: Loading sound ./soundfx/steps/step_cloth1.ogg (soundfx/steps/step_cloth1.ogg) failed: Mix_LoadWAV_RW with NULL src
Avatar loading foot steps: Loading sound ./soundfx/steps/step_cloth2.ogg (soundfx/steps/step_cloth2.ogg) failed: Mix_LoadWAV_RW with NULL src
Avatar loading foot steps: Loading sound ./soundfx/steps/step_cloth3.ogg (soundfx/steps/step_cloth3.ogg) failed: Mix_LoadWAV_RW with NULL src
Avatar loading foot steps: Loading sound ./soundfx/steps/step_cloth4.ogg (soundfx/steps/step_cloth4.ogg) failed: Mix_LoadWAV_RW with NULL src
Could not spawn all enemies in group at (x=14,y=31,w=4,h=3), 2 missing
Could not spawn all enemies in group at (x=17,y=45,w=6,h=6), 2 missing
Could not spawn all enemies in group at (x=6,y=59,w=5,h=3), 1 missing
Could not spawn all enemies in group at (x=34,y=52,w=8,h=7), 4 missing
Could not spawn all enemies in group at (x=35,y=34,w=2,h=4), 1 missing
Could not spawn all enemies in group at (x=41,y=13,w=5,h=7), 1 missing
Could not spawn all enemies in group at (x=56,y=38,w=4,h=7), 4 missing
Error loading animation definition: animations/loot/coins5.txt: ./animations/loot/coins5.txt
As can be seen there are no enemies which are being spawned. I used the latest flare-engine and tried to play a new game with a new character. As can be seen it is unable to spawn enemies. Also why is it looking for the mods 'fantasycore' and 'alphademo' is beyond me.