[ yn / yndd / fg / yume ] [ o / lit / media / og / ig / 2 ] [ ot / cc / x / sugg ] [ hikki / rec ] [ news / rules / faq / recent / annex / manage ] [ discord / matrix / scans / mud / minecraft / usagi ] [ sushigirl / lewd ]

/ig/ - RPGMaker / Gamedev

RPGMaker Help and Indie Game Development
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1475174969875.jpg (102.06 KB, 540x647, IMG_20160929_144822.jpg)

 No.573

So I was thinking about using RPG to make a game, not necessarily a fangame, but I cannot understand tilesets? Like, the only programme I have familiarity with is gamemaker so bear with me. First, how do I make my own tileset? And second, how can I make just one big tileset? Is there any real advantage to having specific ones? I find it way too limiting.

 No.575

Having specific tilesets is for two things: Making sure the art design of an area is cohesive, and simply organizing your tiles. Both of these are Good Things.

 No.576

>>575
It also greatly diminishes loading time. If you had all your tiles in one image, it'd have a huge file size, and the engine would have to load ut every time you move between maps.

 No.592

>>576
actual gamedev here, this is pretty much the opposite of true

generally you want to squish every single one of your textures into as few giant files as you can (texture atlases) to save VRAM, since ideally all your texture files will be POT or Power of Two (128x128, 1024x256, 512x512) etc in order to be supported in hardware by as many graphics card configurations as possible. since it's very likely that you won't manage to perfectly fill up a POT texture

BUT speaking pratically this general attitude isnt 100% applicable to 2D rpgs because 1. texture atlasing isnt as big of a concern since square tiles pack perfectly with no wasted space and 2. it's 2016 your sprite game isn't going to go past 10% CPU utilization even if you render everything in software unless you actively try to write the shittiest engine possible like the LISA guy apparently did

anyway a 2048x2048 texture is like 16 MB in VRAM and modern cards have 4GB plus so I guarantee all the pixel art you could make in a lifetime will fit and you aren't going to have loading times as long as you don't do something stupid like save everything as a TGA instead of PNGs

splitting tilesheets into themed areas for organization is a good idea though



[Return][Go to top] [Catalog] [Post a Reply]
Delete Post [ ]
[ yn / yndd / fg / yume ] [ o / lit / media / og / ig / 2 ] [ ot / cc / x / sugg ] [ hikki / rec ] [ news / rules / faq / recent / annex / manage ] [ discord / matrix / scans / mud / minecraft / usagi ] [ sushigirl / lewd ]