Search results

  1. Hyunchris

    Hit boxes in beat em ups.

    thanks everyone. I did try adjusting the z axis on both the player and enemies and it seemed to fix the issue. thanks again
  2. Hyunchris

    Hit boxes in beat em ups.

    Thanks, is there a script already written for the auto alignment already? I saw a beatemup that had this function on YouTube a while back, and looked on the forums to see if I could locate a mod that used it. However I didn’t see anything
  3. Hyunchris

    Hit boxes in beat em ups.

    Thank you for this. I have been having issues with my hit boxes as well. It seems hard to hit the enemies unless the player is lined up perfectly with the enemy. I made the attack boxes and the enemy hit boxes larger, but nothing seems to help. So I look forward to getting more info on this so I...
  4. Hyunchris

    Franchises you wish had an openbor game

    I dont think I have seen a dragonball z one. I think that would be cool
  5. Hyunchris

    Solved NPC that runs away and throws items

    I used itembox and a get animation. I did not spawn it near the death frame though, since the death happens offscreen, I spawned it in the attack frame. However, I got it to work somehow. I am wondering if my issue was the itembox was too small, thus it was hard for the player to pick up the...
  6. Hyunchris

    Solved NPC that runs away and throws items

    Yes, I used spawnframe and also used custentity instead of subentity. Nothing seemed to work until I added the item to the NPC's spawn section in the level text and then it started working. I am not sure why because I didnt think this was needed since I was not trying to spawn the item when the...
  7. Hyunchris

    Solved NPC that runs away and throws items

    So I set the NPC as a striker and the NPC successfully drops the item. However, for some reason, the player cannot pick the item up. The same item can be picked up when it is dropped by a defeated enemy. However, when it is left behind by the striker (using summonframe) the item is not able to...
  8. Hyunchris

    items will not spawn

    Never mind, I see now that you spawn an object or enemy and the item will appear when the enemy or object is broken/defeated
  9. Hyunchris

    items will not spawn

    I am not sure why enemies and players will spawn in my game. However, I cannot get items to appear onscreen. I am placing the i txt file as " know" in the models.txt file, and in the levels txt file, I am spawning just like the enemies. However, the items are not appearing on screen. in the...
  10. Hyunchris

    Solved NPC that runs away and throws items

    So use the striker script. Got it. Thanks that is very helpful
  11. Hyunchris

    Solved NPC that runs away and throws items

    I wanted to make an NPC that just spawns and runs off the screen, but leaves an item behind (like a power up, etc) I am having trouble finding out how to do this. Has this been done?
  12. Hyunchris

    no spaces in between words

    thanks the png that you made works perfect. How would you suggest that I resize it? If I want to make the fonts larger? I tried to simply scale the entire picture but the new file completely does not show in the game when i do that. thanks for your help
  13. Hyunchris

    no spaces in between words

    i am using 1080p. I redid the fonts with a 20 pixel font and a 320 x 320 table. I am attaching my font table, i moved all my fonts to the left. is that what you meant to do in order to reduce the space between the letters? It is still not showing any spaces between words. thanks for the help...
  14. Hyunchris

    no spaces in between words

    thanks, I had it monospaced and removed it because it looks better without it. I was using one of the templates. I have a large game, so I need 25 pixel fonts and was using a 400 x400 template. I believe that is correct, because 25 x 16 = 400. I moved around the "i" and the W and M, and then...
  15. Hyunchris

    no spaces in between words

    Hey, I am sure there is a simple solution, but I have been trying to find out why this is happening for a very long time. like months lol. When I run the game, there are no spaces between words? I attached the fonts that i am using. thanks
  16. Hyunchris

    Solved custom life bar and/or mp bar

    I try not to ask a question until I do my due diligence to research how to do it myself, but i cannot figure it out. i see in TMNT Rescue Palooza, that the Mp bar is a can of mutagen...so i know that it is possible to customize the lifebars and mp bars beyond colors, shadows, etc ..but i cannot...
  17. Hyunchris

    Solved Attack4 not working

    thanks. sorry for the late reply. I am hand drawing all of my frames and i wanted the all of the combo animations done before i tried to change the delays and pausetimes. so i finally was able to do as you suggested and it did the trick. thanks machok, it works perfect now. i appreciate the...
  18. Hyunchris

    Solved Webm videos in intro.txt not working?

    When you export the video do not select an export option with vp9...I dont know what program you are using, but with openshot it has an option to export with vp9 codec, don't select it..
  19. Hyunchris

    Solved Attack4 not working

    even though I got the chain to work, I still cannot get it to work in the order that I wanted. Right now only atchain 1 2 4 3 5 works...I wanted it atchain 1 2 3 4 5. And if I switch the name for anim attack4 to anim attack3, it also doesnt work...so strange. However, it does work with default...
  20. Hyunchris

    Solved Attack4 not working

    I actually got it to work by chaning the atchain to atchain 1 2 4 3 5 instead of atchain 1 2 3 4 5 I have no idea why the order of attack chain cannot be 1 2 3 4 5? I will try the default combostyle later to see if it works. I havent checked yet because it kills the enemies after two hits, so...
Back
Top Bottom