Author Topic: Need some level pictures  (Read 25095 times)

0 Members and 1 Guest are viewing this topic.

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Need some level pictures
« Reply #60 on: April 13, 2012, 03:36:19 am »
Cool. So you could make it a certain theme if you want. I recommend the size of 200x128 or smaller(must be at least 100x64), but it can be bigger if you want.

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Need some level pictures
« Reply #61 on: April 13, 2012, 04:53:35 am »
I've got 200x128 cuz I thought 100x64 might be a bit small. 200x128 fits somewhere in the middle nicely.
Anyway here's my progress on the solid layer so far.
EDIT: Moar Progress! I haven't distinguished the layers properly except the solid layer is slightly transparent. It'll be changed in the final version.
EDIT: This is going to be confusing. I am working with several  layers at one time, which are currently colour coded.
So currently the death layer is red. And solid layer is partially transparent (so I can view the view and solid layers together)
In a more final version I'll fix this.
« Last Edit: April 13, 2012, 06:12:03 am by Jonius7 »
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Need some level pictures
« Reply #62 on: April 14, 2012, 04:33:03 pm »
So any more progress lately?
Jonius- Make sure to try to have the horizontal lines that are solid at least > 1 pixel, because of collision.

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Need some level pictures
« Reply #63 on: April 18, 2012, 11:49:19 pm »
Yes ok. Sorry it is time consuming and I may have to redraw some whole sections due to them being too narrow and stuff for the 3x3 square.

Also it is your game nxtboy III so you should probably be updating us on some progress such as trying to add in coins and other detections stuff.
« Last Edit: April 18, 2012, 11:49:58 pm by Jonius7 »
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Need some level pictures
« Reply #64 on: April 18, 2012, 11:59:40 pm »
Coins? I probably won't add, mostly because of speed... it slows down the game a lot.
You can post in my game thread if you want. :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Need some level pictures
« Reply #65 on: April 19, 2012, 12:16:30 am »
Noticing the small platforms in the level above, will they display exactly like this in the game or will they be like twice larger? If your physics are complex and you can move up/down by more than 1 pixel at once, I wonder if with such thin platforms, your character won't move through them sometimes?

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Need some level pictures
« Reply #66 on: April 19, 2012, 06:05:47 pm »
Yes, sometimes the player skips collision when jumping, but usually not when falling because I coded some good stuff for that (with help from others). ;)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Need some level pictures
« Reply #67 on: April 20, 2012, 09:42:56 pm »
Ah ok that's good. As for jumping, I guess it could actually have a cool effect, in the way that you could make your game so when there are tiny platforms, the player can jump on them from below them, like some platforms in Super Mario. It could add some twists to the level in the way that you can jump there, but once you did, you can't go back.

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Need some level pictures
« Reply #68 on: April 20, 2012, 09:48:35 pm »
Ya, i guess so.
Though you can post stuff specific about my game in my actual game topic. ;)
So would you be interested in making a level (or anybody else)?

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Need some level pictures
« Reply #69 on: June 27, 2012, 07:21:17 pm »
bump

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Need some level pictures
« Reply #70 on: June 27, 2012, 08:17:17 pm »
I think saintrunner and jonius7 are gone or absent for a long while D:

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: Need some level pictures
« Reply #71 on: June 28, 2012, 09:52:01 am »
What is the game called? And I assume it's for the NXT?
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Need some level pictures
« Reply #72 on: June 30, 2012, 10:53:03 pm »
The name? there is none but look for the project in Non-calc gaming.
« Last Edit: June 30, 2012, 10:53:13 pm by nxtboy III »

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Need some level pictures
« Reply #73 on: July 03, 2012, 03:29:59 pm »
bump

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Need some level pictures
« Reply #74 on: July 03, 2012, 05:51:00 pm »
Have you checked my Metroid map before? Because I feel parts of it could probably be used as level pics if you edit them. Of course they're tilemap style but as pic it could work if the blocks aren't too great.