Search results

  1. A

    Canceled Present my first Openbor game

    Love it, all the things that we did not see in any openbor games, its nice to see the engine being used for something different than beatemup levels
  2. A

    OpenBOR Split Screen - Prototype Test

    What are known issues ?
  3. A

    ChronoCrash Modders Tools

    YEah it looks i have to build it , orphans finder shows this : Traceback (most recent call last): File "gui\orphans.py", line 106, in process PermissionError: [Errno 13] Permission denied: 'D:/OpenBORwork/data' Prepare pak is copying everything from specified folder, unused frames and...
  4. A

    ChronoCrash Modders Tools

    I remember a talk about this tool that goes through the mod and creates a copy of data folder but only with the files that are actually used by entities so it removes leftovers that arent used, i plan to write the tool but maybe its already good ? Where i can find it ?
  5. A

    OpenBOR Split Screen - Prototype Test

    to make tyhis work you need to spawn all entities at once at the beginning, then disable fglayers , disable bglayers , use just panel , then you can maybe try to script the camera following players separately. Having too much stuff at the same time will only give you headache, start simple, you...
  6. A

    ChronoCrash Modders Tools

    Heres the problematic script, whenever i have it in the animation - "d = spawn(); " gets removed . So to reproduce try to add this to animtion, save, reopen, modify, save , reopen, eventually it will remove d = spawn. It is convoluted script that i plan to make more compact but still...
  7. A

    ChronoCrash Modders Tools

    Is it possible to add a mode where the program totally ignores scripts ? So it does not touch the scripting code at all ? I have some scripts that keeps getting broken and changed by this program, and i keep re-adding missing bits... i think id just prefere if the program did not try to "help"...
  8. A

    Solved Removing stage timer entirely

    give infinite time, move it offscreen and that is it. in levels.txt : timeloc 5555 5555 0 0 1 in stage1.txt : settime 0
  9. A

    Street Fighter 2 Openbor

    Well, now lets hope this wont scare off newcomers
  10. A

    ChronoCrash Modders Tools

    @script void self = getlocalvar("self"); changeentityproperty(self, "velocity", (getentityproperty(self, "direction") == 1) ? 7 : -7, 0, 0);@end_script you put it into animation and you wont be able to see any frames properly, , i mean you can see frames but theyre not from this animation and...
  11. A

    Street Fighter 2 Openbor

    No no guys, this is totally fine with me, keep adding more stuff Alexandre, You already added a lot new stuff, its coming along nicely. Yeah at first glance it looks very same but i do notice new stuff so, its ok if this is a beginning. Also if you want ppl to not notice that you used my...
  12. A

    projectile deflect

    Yeah im irritated as hell, im losing money when im losing time... and i mean literally, i do some work now. im aware it shows , no bad intentions, just want to know all the causes simply to not waste time.
  13. A

    projectile deflect

    Oh well i already forgot about this , i think you treat the internets too serious
  14. A

    projectile deflect

    Ok not using projectile solved it , spawned it by script But still... i wanna know what the hell is going on there and why the useless parenting flags that are not being used anywhhere anyway but make life harder ?
  15. A

    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...
  16. A

    Subentity and Custentity Issues

    Well i replaced custentity and subentity with identical spawns but with script and this crap is not happening at all, so maybe it happens when a script sets parent. I had lifespan and it did not help, it was one of the things that ruined my mood cause i was working on some script and bam stupid...
  17. A

    ChronoCrash Modders Tools

    Youre right openbor wont allow space as well so... good to know i was doing it wrong way.
  18. A

    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...
  19. A

    ChronoCrash Modders Tools

    This can break some mods if space is not allowed, id make exceptions for paths so anything windows allows is allowed in CCMT
  20. A

    ChronoCrash Modders Tools

    bug: frame data/chars/mud/mudfroz (1).png frame data/chars/mud/mudfroz1.png The one on top wont show up at all anywhere ,the one on bottom does, andits just the same pic renamed Also please add button RELOAD ALL, so it will reload everything, models, sprites - everything.
Back
Top Bottom