KREADEX'S PROFILE
KreadEX
497
Search
Filter
linus_tree.png
author=Max McGeeWhether the lighting is realistic or not is irrelevant to the fact that it is hard on the eyes.
Also, lighting effect nazis:
Lay off for once. As much as we all hate overlays, light IN REAL LIFE really does look like that sometimes, I have seen it.
That being said, if it doesn't appear that violent in the demo, like blueperiod stated, then no qualms with it. The map itself looks rather good.
linus_tree.png
RPG Maker Lingo
author=Pokemaniac
and if it's not rpg maker vx, they need to install the fonts. if it is, you can make a "Fonts" folder and drop them into it.
Actually, it depends of your version of Windows. I always have to install them with Win XP, even if they're included in the Fonts folder.
music.png
Valkyrie Stories - Escallion Rising Review
I played the demo, darling. It wasn't shitty, no, but certainly doesn't deserve 5 stars. Actually, it doesn't deserve a rating at all, since it's a tech demo.
Valkyrie Stories - Escallion Rising Review
RPG maker 2003 game
Add Naruto, Inu Yasha and Ichigo Kurosaki. Also, don't use 2k3 for that, use VX and mix VX RTP with 2k RTP. On top of that, use Tankentai lol.
How to move the title screen box?
#-------------------------------------------------------------------------- # * Create Command Window #-------------------------------------------------------------------------- def create_command_window s1 = Vocab::new_game s2 = Vocab::continue s3 = Vocab::shutdown @command_window = Window_Command.new(172, [s1, s2, s3]) @command_window.x = (544 - @command_window.width) / 2 @command_window.y = 288 if @continue_enabled # If continue is enabled @command_window.index = 1 # Move cursor over command else # If disabled @command_window.draw_item(1, false) # Make command semi-transparent end @command_window.openness = 0 @command_window.open end
Relic Review
I'll be playing the next demo for certain. Just take your time to release it and play in the same conditions as the player to spot the bugs more easily.













