Recent content by Steven1985

  1. S

    There is not the background anymore

    I found the solution in case anyone needs it: I didn’t scale the 546 × 244 pixel panel to a height of 247 pixels; instead, I resized the image—specifically setting the height to 247 pixels—and moved it down by three pixels. I left the background at 569 × 130, and that did the trick.
  2. S

    There is not the background anymore

    Hi, I am developing a new game. I have a background 569 x 130 and panel 770 x 244. I modified the height of the panel to 247 because my game has the resolution 432 x 243 (added 4 extra pixels for quake effect and so there is no black part). If I put the original panel, 770 x 244, the background...
  3. S

    Solved Anim victory for 4.0

    These three files are also for npcs?
  4. S

    lbarsize not full

    for npcs has I to do so? spawn Kassar_ @script void main() { void self = getlocalvar("self"); if(self){ changeentityproperty(self, "health", 40); } } @end_script coords 400 460 at 5
  5. S

    lbarsize not full

    Hi, in levels.txt there is: lbarsize 75 3 0 1 0 0 0 0 0 If the player has health 100, is it possible to spawn it with 40 HP lost? (lbarsize not full) Thank you in advance.
  6. S

    A pet NPC that attacks enemies on command.

    Hi @Bloodbane, always about anim victory npc: now enemies are not spawned when the boss is defeated. But why sometimes instead to execute anim victory they keep on to move? (see by 18:20)
  7. S

    There is another game based on cadilliacs and dinosaurs.

    I am gonna make it better as soon as possible. Thank you! :)
  8. S

    special and special2 of npc

    Hi, why the npc, when executes anim special2, he moves some right? Special and special2 are identical.
  9. S

    A pet NPC that attacks enemies on command.

    I am testing every level. For now I put you stage 2.
  10. S

    A pet NPC that attacks enemies on command.

    After all enemies there is only: group 1 1 at 0 spawn delay health 20 coords 200 190 at 0
  11. S

    same level but different spawn obstacles

    Hi, there are two identical levels, but in one of them the last three obstacles are displayed correctly on the screen (stage_5_test.txt), while in stage_5.txt they are too far to the right. Why is that? Thank you in advance.
  12. S

    A pet NPC that attacks enemies on command.

    There is not spawner (Enemer) in the level.
  13. S

    A pet NPC that attacks enemies on command.

    @Bloodbane I discovered another bug with victory: Why does happen sometimes that when I defeat the boss(es) an enemy is still spawned and it does not allow to go on?
  14. S

    Merry Christmas to everybody !

    Merry Christmas to everybody !
  15. S

    A pet NPC that attacks enemies on command.

    @Bloodbane I discovered a bug: it is displayed a second "call" above an enemy.
Back
Top Bottom