Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
OmniRPG - Sprites
« previous
next »
Print
Pages:
1
...
6
7
[
8
]
9
Go Down
Author
Topic: OmniRPG - Sprites (Read 44245 times)
0 Members and 1 Guest are viewing this topic.
Xeda112358
they/them
Moderator
LV12
Extreme Poster (Next: 5000)
Posts: 4704
Rating: +719/-6
Calc-u-lator, do doo doo do do do.
Re: OmniRPG - Sprites
«
Reply #105 on:
September 12, 2013, 10:01:41 am »
Wow, those tiles are fantastic! I am also pleased to find that I actually made a map editor for Amber (though not very user friendly). I completely forgot about it.
Also, speed-wise, 4-level gray and 3-level gray LCD updates are about the same speed, and since the tilemap runs from an interrupt and is animated, you could technically make the tiles animate at about 40FPS while allowing movement (and this is at 6MHz). However, there are a handful of difficulties including how to handle grayscale backgrounds while a menu is open or text is on the screen, and energy consumption (I am pretty sure grayscale would cause more of a drain than b/w most of the time).
I really do like those 16x16 tiles!
EDIT:
Also, my hope is that groups of tiles such as those for whole houses would take up 1 byte when compressed.
«
Last Edit: September 12, 2013, 10:02:46 am by Xeda112358
»
Logged
My pastebin
|
Pokémon Amber
|
Grammer Programming Language
|
BatLib Library
|
Jade Simulator
|
Zeda's Hex Opcodes
|
FileSyst Library
|
CopyProg
|
TPROG
|
GroupRead
|
Lbl Read/Write
|
Z80 Floating Point Routines
(
z80float on GitHub
)|
Z80 Optimized Routines Repository
Sorunome
Fox Fox Fox Fox Fox Fox Fox!
Support Staff
LV13
Extreme Addict (Next: 9001)
Posts: 7920
Rating: +374/-13
Derpy Hooves
Re: OmniRPG - Sprites
«
Reply #106 on:
September 12, 2013, 10:45:04 am »
i like those 16x16 tiles too, nice job
Logged
THE GAME
Also, check out
my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!
Eiyeron
Urist McEiyolobster
LV10
31337 u53r (Next: 2000)
Posts: 1430
Rating: +130/-10
(-_(//));
Re: OmniRPG - Sprites
«
Reply #107 on:
September 12, 2013, 11:27:33 am »
I has to scale down to 8*8, because Streetwalker liked having a better view of the map... But still...
Logged
+1/-0 karm for this message
Sorunome
Fox Fox Fox Fox Fox Fox Fox!
Support Staff
LV13
Extreme Addict (Next: 9001)
Posts: 7920
Rating: +374/-13
Derpy Hooves
Re: OmniRPG - Sprites
«
Reply #108 on:
September 12, 2013, 11:29:15 am »
nice sprites, indeed
Logged
THE GAME
Also, check out
my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!
Eiyeron
Urist McEiyolobster
LV10
31337 u53r (Next: 2000)
Posts: 1430
Rating: +130/-10
(-_(//));
Re: OmniRPG - Sprites
«
Reply #109 on:
September 12, 2013, 11:39:22 am »
That won't stop!
Logged
Streetwalrus
LV12
Extreme Poster (Next: 5000)
Posts: 3821
Rating: +80/-8
Re: OmniRPG - Sprites
«
Reply #110 on:
September 12, 2013, 12:42:07 pm »
Oh yeah that looks pretty good.
Nice job Eiyeron.
Logged
Eiyeron
Urist McEiyolobster
LV10
31337 u53r (Next: 2000)
Posts: 1430
Rating: +130/-10
(-_(//));
Re: OmniRPG - Sprites
«
Reply #111 on:
September 12, 2013, 01:02:55 pm »
Make me a list of what ya want.
Logged
Xeda112358
they/them
Moderator
LV12
Extreme Poster (Next: 5000)
Posts: 4704
Rating: +719/-6
Calc-u-lator, do doo doo do do do.
Re: OmniRPG - Sprites
«
Reply #112 on:
September 12, 2013, 02:28:40 pm »
If you could save a .bmp (or PNG or whatever) with the tiles in it, that would be great for me.
Logged
My pastebin
|
Pokémon Amber
|
Grammer Programming Language
|
BatLib Library
|
Jade Simulator
|
Zeda's Hex Opcodes
|
FileSyst Library
|
CopyProg
|
TPROG
|
GroupRead
|
Lbl Read/Write
|
Z80 Floating Point Routines
(
z80float on GitHub
)|
Z80 Optimized Routines Repository
Spenceboy98
LV7
Elite (Next: 700)
Posts: 547
Rating: +59/-2
Re: OmniRPG - Sprites
«
Reply #113 on:
September 12, 2013, 07:19:45 pm »
So, we're doing straight 8*8 instead of using 8*8 to make 16*16 (I prefer the 16*16)?
Logged
I like milk.
Xeda112358
they/them
Moderator
LV12
Extreme Poster (Next: 5000)
Posts: 4704
Rating: +719/-6
Calc-u-lator, do doo doo do do do.
Re: OmniRPG - Sprites
«
Reply #114 on:
September 12, 2013, 09:18:55 pm »
I am just taking the tiles as I get them, but I currently have this much working (see screenshot below).
I basically have most of the tiles from Amber (for now, until we get more tiles), plus a handful from this topic.
Logged
My pastebin
|
Pokémon Amber
|
Grammer Programming Language
|
BatLib Library
|
Jade Simulator
|
Zeda's Hex Opcodes
|
FileSyst Library
|
CopyProg
|
TPROG
|
GroupRead
|
Lbl Read/Write
|
Z80 Floating Point Routines
(
z80float on GitHub
)|
Z80 Optimized Routines Repository
tr1p1ea
LV7
Elite (Next: 700)
Posts: 647
Rating: +110/-0
Re: OmniRPG - Sprites
«
Reply #115 on:
September 12, 2013, 09:20:22 pm »
Looking pretty sweet!
Logged
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Eiyeron
Urist McEiyolobster
LV10
31337 u53r (Next: 2000)
Posts: 1430
Rating: +130/-10
(-_(//));
Re: OmniRPG - Sprites
«
Reply #116 on:
September 13, 2013, 01:17:27 am »
There is a little problem: you have two houses with different perspesctive. Mine is Earthbound-like when yours is Pokemon-like
Logged
Sorunome
Fox Fox Fox Fox Fox Fox Fox!
Support Staff
LV13
Extreme Addict (Next: 9001)
Posts: 7920
Rating: +374/-13
Derpy Hooves
Re: OmniRPG - Sprites
«
Reply #117 on:
September 13, 2013, 05:58:51 am »
Looking sweat, but yeah, these perspectives...
Logged
THE GAME
Also, check out
my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!
Xeda112358
they/them
Moderator
LV12
Extreme Poster (Next: 5000)
Posts: 4704
Rating: +719/-6
Calc-u-lator, do doo doo do do do.
Re: OmniRPG - Sprites
«
Reply #118 on:
September 13, 2013, 07:48:23 am »
I know, I just had a pre-built map from the last project and I only changed a few tiles to add the houses.
I really need to work on the map editor to make it more user friendly and flexible. I am trying to make it so that whole houses and trees can be placed at once. I also have to work out a final format for the tilemaps as well as the compression and decompression algorithms.
Logged
My pastebin
|
Pokémon Amber
|
Grammer Programming Language
|
BatLib Library
|
Jade Simulator
|
Zeda's Hex Opcodes
|
FileSyst Library
|
CopyProg
|
TPROG
|
GroupRead
|
Lbl Read/Write
|
Z80 Floating Point Routines
(
z80float on GitHub
)|
Z80 Optimized Routines Repository
chickendude
LV8
Addict (Next: 1000)
Posts: 817
Rating: +90/-1
Pro-Riot Squad
Re: OmniRPG - Sprites
«
Reply #119 on:
September 13, 2013, 08:43:52 am »
I also think the grass moves too quickly, i'd cut the speed at least in half. Btw, are do the animations continue when the player is moving (unaligned)?
Logged
Print
Pages:
1
...
6
7
[
8
]
9
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
OmniRPG - Sprites