Grass Tiles

Forum for the creative side of the game development process: art, music, storyline, gameplay, concepts, etc. Any sort of relevant discussion is welcome here.

Moderator: PC Supremacists

Post Reply
User avatar
Light-Dark
Dreamcast Developer
Dreamcast Developer
Posts: 307
Joined: Sun Mar 13, 2011 7:57 pm
Current Project: 2D RPG & NES Platformer
Favorite Gaming Platforms: NES,SNES,N64,Genesis,Dreamcast,PC,Xbox360
Programming Language of Choice: C/++
Location: Canada

Grass Tiles

Post by Light-Dark »

So today I tried my hand at making some grass tiles
Grass
Grass
GrassTilesheet.png (1.92 KiB) Viewed 38513 times
Can anyone offer some feedback/advice? What is the best way to do grass? Which version of tile do you think is best?
<tpw_rules> LightDark: java is a consequence of inverse moore's law: every 18 months, the average program will be twice as slow. therefore, computers always run at the same percevied speed. java's invention was a monumental step
Image
User avatar
Light-Dark
Dreamcast Developer
Dreamcast Developer
Posts: 307
Joined: Sun Mar 13, 2011 7:57 pm
Current Project: 2D RPG & NES Platformer
Favorite Gaming Platforms: NES,SNES,N64,Genesis,Dreamcast,PC,Xbox360
Programming Language of Choice: C/++
Location: Canada

Re: Grass Tiles

Post by Light-Dark »

Grass2
Grass2
GrassTilesheet.png (1.79 KiB) Viewed 38489 times
Alright so, screw that last one how does this look?

EDIT:
I fixed an issue that made it obvious that it was tiled
<tpw_rules> LightDark: java is a consequence of inverse moore's law: every 18 months, the average program will be twice as slow. therefore, computers always run at the same percevied speed. java's invention was a monumental step
Image
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Grass Tiles

Post by dandymcgee »

If you haven't already read this I think it might give you some good tips: http://gas13.ru/v3/tutorials/sywtbapa_a ... s_tile.php
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
Light-Dark
Dreamcast Developer
Dreamcast Developer
Posts: 307
Joined: Sun Mar 13, 2011 7:57 pm
Current Project: 2D RPG & NES Platformer
Favorite Gaming Platforms: NES,SNES,N64,Genesis,Dreamcast,PC,Xbox360
Programming Language of Choice: C/++
Location: Canada

Re: Grass Tiles

Post by Light-Dark »

dandymcgee wrote:If you haven't already read this I think it might give you some good tips: http://gas13.ru/v3/tutorials/sywtbapa_a ... s_tile.php
thank you sir
<tpw_rules> LightDark: java is a consequence of inverse moore's law: every 18 months, the average program will be twice as slow. therefore, computers always run at the same percevied speed. java's invention was a monumental step
Image
User avatar
Light-Dark
Dreamcast Developer
Dreamcast Developer
Posts: 307
Joined: Sun Mar 13, 2011 7:57 pm
Current Project: 2D RPG & NES Platformer
Favorite Gaming Platforms: NES,SNES,N64,Genesis,Dreamcast,PC,Xbox360
Programming Language of Choice: C/++
Location: Canada

Re: Grass Tiles

Post by Light-Dark »

BetterGrass
BetterGrass
GrassTilesheet.png (2.02 KiB) Viewed 38472 times
How does it look now?
<tpw_rules> LightDark: java is a consequence of inverse moore's law: every 18 months, the average program will be twice as slow. therefore, computers always run at the same percevied speed. java's invention was a monumental step
Image
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Grass Tiles

Post by dandymcgee »

Damn, excellent work! Your quality of work just went from Legend of Zelda to Secret of Mana in one giant leap. The only issue is there are some pretty nasty tiling artifacts, but those can be fixed with a few careful tweaks.

Your tile when tiled:
grass.png
grass.png (6.17 KiB) Viewed 38459 times
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
Light-Dark
Dreamcast Developer
Dreamcast Developer
Posts: 307
Joined: Sun Mar 13, 2011 7:57 pm
Current Project: 2D RPG & NES Platformer
Favorite Gaming Platforms: NES,SNES,N64,Genesis,Dreamcast,PC,Xbox360
Programming Language of Choice: C/++
Location: Canada

Re: Grass Tiles

Post by Light-Dark »

dandymcgee wrote:Damn, excellent work! Your quality of work just went from Legend of Zelda to Secret of Mana in one giant leap. The only issue is there are some pretty nasty tiling artifacts, but those can be fixed with a few careful tweaks.

Your tile when tiled:
grass.png
Thanks! And I'm working on fixing that, that tutorial you suggested was quite helpful!
<tpw_rules> LightDark: java is a consequence of inverse moore's law: every 18 months, the average program will be twice as slow. therefore, computers always run at the same percevied speed. java's invention was a monumental step
Image
Post Reply