• All, I am currently in the process of migrating domain registrations. During this time there may be some intermittent outages or slowdowns. Please contact staff if you have any questions.

Search results

  1. B

    projectile deflect

    I want to have one entityt that can be deflected when you hit it so it travels opposite way and hits enemy back, its a projectile ,so i set it as npc, and when you hit it it should be able to hit enemy, so all works fine but it wont hit enemy back even if i set candamage by script or even when...
  2. B

    Subentity and Custentity Issues

    Dont use them, they leave leftovers onscreen sometimes when entity dies midattack or weird crap happens to its owner, just avoid I would add note to manual to avoid this feature until this is fixed you know the bug when sometimes stuff is not removed automatically and its stuck midair , this is...
  3. B

    OpenBOR Tools im working on

    Fontmaker, shadowcoord add for all anims in txt, offset shifter for all levels in folder, manual search , frame path generator for alphamask and regular frame paths and group generator, packer and music converter gui. all in python so you only need python 3.10.9 for all of them, unless you...
  4. B

    Can we use fglayer in select screen ?

    24bit png background causes some major trouble for me when i use alphamask for frames , but bglayer and fglayer do not have this issue, theres weird fringe around character when its on top of background type image thats 24bit png. Is only hope to create fake select screen ? Any simplest...
  5. B

    How would You guys do a burning runner that never goes to idle ?

    Any way to force it to always run and never stop to idle ? Yeah it works when you dont give it idle but the dood still stops in place... playing his walk anim... yeah And i dont mean arrow from side to side, i mean the one that just runs around causing a mess also, how to disable enemies to...
  6. B

    Solved How do you guys test the game ? Force level and character as first thing that loads ? Is there a script that will do it ?

    Like in the title, what is the fatest way to test a game so i dont have to go through select screen and all that, just straight to level with my own character/ Also id love to have reload playuable character script, so it will update all animations and sprites for me, anyone does that when...
  7. B

    How do i prevent attack to hit enemy midair ?

    Any way to do this? I cant figure it out, i dont want the attack to affect enemies midair, only when theyre on ground
  8. B

    Clipping part of a sprite

    Hey gus theres literally 2 example sof clipping in drawmethod on forums, anyone managed to get it working? no matter what i set, its simply not clipping anything lets say i want to clip 100x100 quad starting from character offset and clip to the right side. REgular drawmethod, nonscript one...
  9. B

    Solved Layer Parameter Questions

    Ok so in theory i can use bglayer as panel ? Cause now i cant use background layer as panel cause background layer has own hardcoded speed which is strange at this point since eveyrything else got so customised that background layer is still with autoscroll or without autoscroll but with own...
  10. B

    Free pickups /foods library

    I have some foods and stuff that i can share , feel free to use, no credit needed.Scale is mostly to fit cps2 .Im not sure if it will allow to download uncompressed images... ok i tested - it does, good , i will update this topic in future, community helped me a lot of times in the past so id...
  11. B

    Limit walking speed to min and max values

    hey, i want the walking speed go higher when i press down, and lower when i press up, but i cant figure it out, it works nicely with z values but with speed it doesnt work, maybe im doing it wrong, heres what i have using z , when i change it to speed and give min 22 and max 55 then it just...
  12. B

    Re: Compile Android Build (other engine spinoff)

    IT compiles fine android or windows but separately, anyway, i tinkered with godot engine again, trying torecreate one of my mods but with time i realize that theres nothing else like openbor. Godot doesnt have Z axis ! so most of the games are flat 2d games, kinda like on atari2600(!, depressing...
  13. B

    drawsprite with time interval

    Hey guys im trying to make traces on snow but using drawsprite to save some cpu cycles instead of using new entity for each trace. So theres like 10 copies of the same trace image , they need to be drawn one next to another, im trying to figure out a way to do that bu so far i cant find examples...
  14. B

    Creating long Traces on the snowground

    Hey guys im trying to find a way to create long rtaces that will be drawn in a way that wont piece them apart when steering my buttslides. When im sliding straight then it looks fine, but when im steering up/down then you can see how disconnected they become. Im using separate entities fired by...
  15. B

    Having hard time acquiring remap number

    Im either stupid or something is off. This gives 0 no matter what i do, i simply want to acquire remap number and when its 8 then apply palette randomiser. name spawner health 1 speed  50 type  enemy shadow 0 falldie  1 nodrop 1 aimove  chase nodieblink 2 offscreenkill 999999 subject_to_hole 0...
  16. B

    MUGEN on android works great in 60fps

    Hey guys its just a heads up cause i had no idea, i have snapdragon 835 phone (pixel2xl) and i tested mugen with exagear , its kinda like wine to run windows applications and im very susprised, it works great and i can use gamesir x2 gamepad to play in kinda like on psp ,there is no lag at all...
  17. B

    Converting c++ script to openbor script

    Can someone help me to convert this car movement script from this tutorial to openbor scripting ? I think its very doable but im not sure how to go about it, i converted most of the syntax but im not sure how to use it when applying velocity  and angle with drawmethod. anim follow2 @script  ...
  18. B

    delayin execution of script ?

    Whats the syntax and command to delay a script execution, i have key inputs and after it will detect key input i want it to wait before performing velocity change. How would i do that ? I need it cause to make key inputs detection work best i need delay1 and with delay1 velocity change is...
  19. B

    My sprite animation reel

    I made a video to showcase some of my work in a quick way, its 5 years since i started my own stuff and im still trying to learn and improve
  20. B

    Interprite - sprite interpolation software to create more frames

    Im posting here cause i didnt want to hijack other topic and it deserves its own, if You decide to use that tool please share your results, im very curious. I found very interesting software for interpolation ,its called intersprite, and i got really decent result with robo Here is 20 frames...
Back
Top Bottom