New account registration is temporarily disabled.

KREADEX'S PROFILE

Search

Filter

linus_tree.png

author=Max McGee
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.
Whether the lighting is realistic or not is irrelevant to the fact that it is hard on the eyes.

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

The lighting is a bit violent though.

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

Oh, so Fmod worked well in the end, huh?

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

What did I just read...? A 5-star review for a tech demo? Also dude, Kaduki/RTP mix is horrible.

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
This is found inside Scene_Title. @command_window.x and @command_window.y control the coordinates.

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.

Welcome to my Dreamworld

Touhou music is a no-no for any regular battle. Even a regular boss battle is not epic enough.

Also, you need to have killer girls in the party or as enemies.