Search results

  1. CRxTRDude

    Plombo's to-do list

    I'll also commit my hardware buttons fix after yours. DC should also release an updated version for Windows and others so that they would benefit from this. BTW, how do you use Valgrind? I want to try using it on Android since they supported Android as well.
  2. CRxTRDude

    OpenBOR for Android [APK]

    Sorry man, but I don't have any access to Lollipop based devices. But if you have one though or know of somebody who does, you or they can be testing that as representative to those devices. Now, regarding OGG though, there has been some problems in Lollipop regarding file size and/or audio...
  3. CRxTRDude

    Canceled The Lab of Mr.Din

    Is that GraphicsGale you're using? That looks nice btw.
  4. CRxTRDude

    STORY SYSTEM for OpenBoR

    Since this character is a player character, it's just best to use what nsw25 is doing, which is to spawn story each time before a wait. Eg: ... wait at 1000 spawn story alias dialog2 at 1000 ... Only use story spawn scripts on enemy characters that appear once, because if you use it on...
  5. CRxTRDude

    STORY SYSTEM for OpenBoR

    Sorry bout that guys, setting to unlisted. Check it back up again.
  6. CRxTRDude

    STORY SYSTEM for OpenBoR

    Here you go guys: https://www.youtube.com/watch?v=gQmr-jK9fPQ BTW: Also, i prefer to turn on CC if  you guys don't understand what I'm saying. Thanks!
  7. CRxTRDude

    STORY SYSTEM for OpenBoR

    I'll fix that for you if you want. Just give me the recent copy you're working on so that I'll go work on it. The least I could do to save you the suffering.
  8. CRxTRDude

    STORY SYSTEM for OpenBoR

    Sorry bout that, you need to put " in the in_level Like so: openborvariant("in_level") I'm going to do the video tomorrow, I got family commitments that I need to do.
  9. CRxTRDude

    STORY SYSTEM for OpenBoR

    I'm planning to make a tutorial video regarding the use of the Story System. I'm recording everything right now. I'll post it once finished. BTW, @dantedevil: There's a problem in your updated, that there's too much '}' and I assumed, you're copying from the story demo. void main(){  ...
  10. CRxTRDude

    OpenBOR for Android [APK]

    Thanks for the logs. I see that it works for you. I hope that others will also say the same. For now, I'll commit the fix on the source now.
  11. CRxTRDude

    OpenBOR for Android [APK]

    Can you insert your log? (OpenBORLogs.txt)
  12. CRxTRDude

    OpenBOR for Android [APK]

    The reason I put this here is because it's a test version for people who have gamepad buttons for their Android device. For people experiencing problems with this, please download this version and see if it works for you. Be advised that once this version is good, I'll do final adjustments and...
  13. CRxTRDude

    STORY SYSTEM for OpenBoR

    I can help with implementing them, but you can do that yourself too. Firstly, just study the demo game, it's not pak-ed so you can just check out how it works. Then, to implement that on your own, just unzip the contents of storysystem.zip to your data folder. Don't worry about overwriting...
  14. CRxTRDude

    OpenBOR for Android [APK]

    I'll try to check the code out later, got work here and I hope I get finished early on. Did you try to enable the joystick detection before you use the controllers? Try to also reset your saves (make a backup first of the saves before you do), then try it again. You can also just stick on the...
  15. CRxTRDude

    OpenBOR for Android [APK]

    I announce Revision 4100 with the following changes: I've also uploaded an APK build, see first post. Thanks! BTW, check if the accelerometer is still detected as controller. Please present your results here too.
  16. CRxTRDude

    Found a gem lying around the internets

    I was searching for boring stuff the end of last year and found something nifty over what's inside the development of a Neo-Geo game: http://www.hardmvs.com/manuals/NeoGeoProgrammersGuide.pdf It was a confidential guide for programmers and game designers offering an insight on how Neo-Geo's...
  17. CRxTRDude

    Documentation Project

    I was searching from stuff at LavaLit in the Wayback Machine for some documentation stuff and found this at the sig of one of the admins CE: Edited the layout of the script so that it would be understood well. Have anyone tried using playgif as such? Oh yeah, that was from version 2 of...
  18. CRxTRDude

    Canceled [WIP] ClaFan Advanced

    Did you try to use Bandicam? Used it for making game previews and way better than camstudio. Anyway the level's quite nice and goin to the open world route is a bold choice, but if that entails of what you intend of the game, it's your choice. Just don't let it stop players from having fun.
  19. CRxTRDude

    Fighting sequence question.

    Haven't really seen how to make a fighting sequence on a comic that's plausable. I've been struggling a little bit with the fight sequence on the comic that I've been working on. The situation is the main character, Nikki the female detective, who is a brawler, is held off side to side by three...
  20. CRxTRDude

    STORY SYSTEM for OpenBoR

    How would I go over a for loop with this? Is it okay if you would care to help with that? Also, how efficient it would be?
Back
Top Bottom