Search results

  1. CRxTRDude

    STORY SYSTEM for OpenBoR

    I've come up with new features that might benefit the story system and placed them here so that anyone can see as well as I would just browse through anytime. More cleaner and less convoluted code Support for SFA3/KOFXIII style dialogs Have a delay timer which can stop a line of scrolling text...
  2. CRxTRDude

    3DS port: anyone still care?

    I wonder about that either. Apparently, it was hard for you to get the thing barely working and would attempt to make sure to optimize the thing to make it better. I think the problem is awareness. If only there would be someone who would promote it to major indie outlets online for 3DS, then it...
  3. CRxTRDude

    Canceled The Burning Fox! Game

    Just try to run them then put the logs for them on the modified android thread to investigate. As I observed myself, there are some mods that aren't running because either they used features that don't work in modern builds or other things. If it runs in the windows build, it should run in the...
  4. CRxTRDude

    Canceled The Burning Fox! Game

    Oh that, you could play the game still if you select it. Since the mod menu screen preview uses title image and he used a custom title screen, it showed a no preview since the title image is not present
  5. CRxTRDude

    Canceled The Burning Fox! Game

    Firstly, did you use the lite version instead of the main version? Second, I got the link in my modified android topic that is from the latest OpenBOR. Test it and if persists, post over my topic there. Link for the thread is in my sig.
  6. CRxTRDude

    OpenBOR for Android [APK]

    Now compiled for your enjoyment. Please upgrade for people who have trouble with newer made games. See first post for link. Thanks!
  7. CRxTRDude

    OpenBOR for Android [APK]

    Modified the android code in the repo because there's a problem with the previous commit during compiling. I'll upload a new APK for distro.
  8. CRxTRDude

    Canceled The Burning Fox! Game

    How did you compile the Android build? You tested other mods with this?
  9. CRxTRDude

    Canceled The Burning Fox! Game

    Hehe, thanks man. I got that after reading a lot of game design books, especially Scott Rogers' Level Up book. He gives insight on game design and how to make them fun and challenging to players. I used to frequent his blog too before and I just got back to it now.
  10. CRxTRDude

    Canceled The Burning Fox! Game

    It will still be, just remember to avoid what most people would do, putting things without thinking over why you should put these things. There will be people opposing your ideas and you could follow them if you wish, but if you feel that it's not part of your vision for the character and game...
  11. CRxTRDude

    Canceled The Burning Fox! Game

    Okay for the review, when you started the game, it feels like a good indie game, the title screen was decent enough and really captures your material well. I get into the custom title screen, it's not that bad at all as well, but I had major spikes of lag over the select screen on the phone, not...
  12. CRxTRDude

    Canceled The Burning Fox! Game

    Congrats on releasing it! I'll be dloading the lite version to test it out. I'll give some comments once I got the play through. Have you tested the lite on a PSP yourself? Just saying.
  13. CRxTRDude

    STORY SYSTEM for OpenBoR

    If you meant the credits, well, I already answered that: The old logic was doing skipping, it's a tricky thing actually, since I needed to tune down the numbers just right as to not make them either skip too much or too little, that's why I added the linecount and spacing parameters for...
  14. CRxTRDude

    Complete Marvel First Alliance 2 [Release]

    @Zvitor: BTW, what did you use for sound? Just asking, since this guy was asking about problems in PSP, this may probably be something that involves sound.
  15. CRxTRDude

    STORY SYSTEM for OpenBoR

    There are various points that I want to keep in mind both for myself and the editor. The first is I need to specify if the thing's a scrolling text type or a dialog text type. I might make a flag for types so that not only benefit the editor, but also the system, since you wouldn't accidentally...
  16. CRxTRDude

    STORY SYSTEM for OpenBoR

    BTW, what's your specs with the editor, what did you use to make it and such? I'm dloading it now and check it for myself, I'll give you some input.
  17. CRxTRDude

    STORY SYSTEM for OpenBoR

    Yeah, i think so. There are many things for this system that might need fixing, but the feature set can already stand on its own. I'll try to put something, a video that would put up various situations to do with the system, custom dialogs aside from what was default, use of scrolling text at...
  18. CRxTRDude

    STORY SYSTEM for OpenBoR

    Yeah, i did notice that. I don't know if this is the case though, but since I've been using text objects instead of drawstring techniques, I don't know if setting the z too high might hide the text. I've used text onjects since drawbox hides the text on drawstring techniques and dra wstring is...
  19. CRxTRDude

    STORY SYSTEM for OpenBoR

    That's entirely on your implementation. The system does not have the ability to hide the hud out of the box since it does not have a custom hud system to begin with. You have to write that yourself, but that does not mean it's hard to implement the system to that kind of feature. Note that...
  20. CRxTRDude

    STORY SYSTEM for OpenBoR

    NEW VERSION! 1.3 is now in the first post for download. There are things that are changed though: Various function changes - Replaced _pausemusic and _fademusic into _quickpausemusic and _fadepausemusic respectively since fademusic() and pausemusic() can be toggled to be turned on or off. I...
Back
Top Bottom