- Joined
- Jul 19, 2012
- Messages
- 122
- Reaction score
- 42
- First Language
- Italian
- Primarily Uses
Here's some of my tiles, they are nothing special but I hope they'll be useful for someone out there. They are not compatible with RTP. But I think they should be quite compatible with DS or DS+. There is a chest character too. I'll add more stuff and I may decide to modify the tiles improving them. They don't have shadows so you can add your light sources and shadows with pictures without having to remove the shadows from the tileset itself. They have the RTP names, so you'll probably have to rename them before using.
Windowskins:
To use those windowskins I used those script:
class Window_Base < Window #-------------------------------------------------------------------------- # * Object Initialization #-------------------------------------------------------------------------- alias solidback_initialize initialize def initialize(x, y, width, height) solidback_initialize(x, y, width, height) self.back_opacity = 255 endendTo make the windowskin solid and:
Font.default_outline = falsePut on a new page script without classes or anything to remove the outline from the fonts for the text with white background.
Charset:
Tileset:
Zip file: http://www.mediafire.com/download/pp7w6krbv4ifq76/Tileset.rar
Screens:
Terms of usage: They are free for commercial and non-commercial projects. Don't need to contact me, just credit and it will be fine.
Please do not redistribuite them, link this tread. I prefer to release those in different places by myself eventually.
Windowskins:
class Window_Base < Window #-------------------------------------------------------------------------- # * Object Initialization #-------------------------------------------------------------------------- alias solidback_initialize initialize def initialize(x, y, width, height) solidback_initialize(x, y, width, height) self.back_opacity = 255 endendTo make the windowskin solid and:
Font.default_outline = falsePut on a new page script without classes or anything to remove the outline from the fonts for the text with white background.
Charset:
Tileset:
Zip file: http://www.mediafire.com/download/pp7w6krbv4ifq76/Tileset.rar
Screens:
Terms of usage: They are free for commercial and non-commercial projects. Don't need to contact me, just credit and it will be fine.
Please do not redistribuite them, link this tread. I prefer to release those in different places by myself eventually.
Last edited by a moderator: