Author Topic: MTG-like card game  (Read 14247 times)

0 Members and 1 Guest are viewing this topic.

sharkee

  • Guest
MTG-like card game
« Reply #60 on: January 26, 2008, 11:14:00 pm »
Thanks, I just joined the forums, but I used to look at the old ones =D. It's probably faster progress than I'll get on my work X_X. That explains my 33% average in homework completion, lol.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55943
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
MTG-like card game
« Reply #61 on: January 27, 2008, 02:17:00 am »
welcome here ^^

I hope the old forums are back up soon

Liazon

  • Guest
MTG-like card game
« Reply #62 on: January 27, 2008, 09:55:00 am »
that's a lot of data, but I guess it's basicbuilder ftw!

welcome to Omnimaga btw sharkee!

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
MTG-like card game
« Reply #63 on: January 28, 2008, 01:13:00 am »
Yea, I took a look at basic builder today and it looks like i can pack all the picture data into the app also, so that's pretty sweet. However, I'm not sure if Xlib will be able to access the picture files if they are packed into an app. If someone could give me some info about this it would be greatly appreciated.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55943
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
MTG-like card game
« Reply #64 on: January 28, 2008, 01:39:00 am »
basic builder cannot handle big projects such as Reuben quest, even Nitacku's sprite editor didn't worked in it

Liazon

  • Guest
MTG-like card game
« Reply #65 on: January 28, 2008, 06:32:00 pm »
does it only do single page apps?

vuurrobin

  • Guest
MTG-like card game
« Reply #66 on: January 28, 2008, 07:01:00 pm »
yes, it will only handle single page apps, but it compresses the programs a lot. i managed to get more than 17kb in it and it still said that I had like 5kb left.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55943
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
MTG-like card game
« Reply #67 on: January 28, 2008, 07:08:00 pm »
I remember once i packed both mana force 1 and illusiat 8 (both 18 KB each) in one 16 kb flash app. It didn't ran though :(

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
MTG-like card game
« Reply #68 on: January 28, 2008, 09:14:00 pm »
Well, the fact that it compresses things that much is very good news . I guess I'll play with it a bit to see if Xlib can identify the PIC files if they're packed in with the app. I should have a screenie of the gameplay layout soon.(not an actual gameplay screen though)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55943
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
MTG-like card game
« Reply #69 on: January 28, 2008, 09:37:00 pm »
i think the problems come where you use lot of pictures or use programs that are archived

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
MTG-like card game
« Reply #70 on: January 29, 2008, 05:57:00 pm »
Both Harrierfalcon's Pegz and nitacku's Bowling were BasicBuilder apps that used xLIB for pictures and graphics and such. I don't know exactly how they did it, but they had some loop that called the picture from BasicBuilder (I have no idea how to do that), displayed it on the screen, and used xLIB to store it to a normal picture file. They would do that the first time the user ran the App, and never needed to again because the pictures were saved in the memory (unless the user deleted them for whatever reason.)
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
MTG-like card game
« Reply #71 on: January 30, 2008, 12:33:00 pm »
If I finish the update to my MGP I might use basic builder..I hope you can get it to work for your use, as you will have lots of data ;).

sharkee

  • Guest
MTG-like card game
« Reply #72 on: February 01, 2008, 09:00:00 am »
I think BasicBuilder can store pictures. I used it before and I remember there was an option about that...

vuurrobin

  • Guest
MTG-like card game
« Reply #73 on: February 01, 2008, 11:14:00 am »
you can store pics in a basic builder app, but I think that the only way of recalling them is with recallpic. so in the beginning you need to recall the pics and then use xlib to store them to a pic file. then you can use them as you would normally would.

Offline NanoWar

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 140
  • Rating: +18/-6
    • View Profile
MTG-like card game
« Reply #74 on: February 06, 2008, 10:45:00 am »
BasicBuilder is teh strange! ^o)