MARREND'S PROFILE

Marrend
Guardian of the Description Thread
21781
Life is a story. Which is the one that defines you?
Baclyae Revolution
A humble tribute to the Suikoden series!

Search

Filter

I'm Returned~!

author=HexaRose_Dev
author=unity
Please be careful. Starting up a new account when you already have one is against site rules and is sometimes used for sock-puppeting. In the future, if you want a new username, I believe the correct method is to contact kentona and ask nicely for a new one.
Oh, I get it! What should I do now?

My suggestion would be to come clean to the administration about your multiple accounts, and let it go from there. If they are gracious enough, they will allow you to use one account of your choosing, and perma-ban the other. Of course, I'm mostly going off this thread for reference, so, your mileage could vary.

[Poll] A quick question about ads and RMN

I'm also a donor, so I don't see ads. However, to offer my opinion for what it's worth which is nothing...

1) would you be aghast at the prospect of a regular funding drive on RMN?

I figure once a year or once every two years is often (and regular) enough.

2) what are you thoughts on RMN selling their adspace directly to someone like Degica for them to hawk things you might actually want, like DLC or engines or whatever?

This seems like a smart move, regardless.

3) what about RMN selling their adspace directly to people to hawk their games and projects??

Such as showcasing a Kickstarter or Greenlight sale on the Community/Development portals? Maybe!

4) what about RMN just showing a link to items in the derelict RMN store?

Showcasing it where? On the "Games" portal?

5) what about RMN showing a link to DONATE NOW?

As in a more prominent location than where it is (ie: the bottom of the page under "The Network")? I wonder if people even know that link exists!

6) what about nothing?

Nothing at all, or do nothing new? Huge difference, there! I mean, I feel that RMN probably needs to do something, and it... probably needs to do more than it does now. If that makes any sense?

7) what about RMN just going full on MEGA and putting ADS EVERYWHERE with popup videos and pages where you have to watch an ad to get to the content you want, and ads between forum posts, and words in posts and articles being highlighted which link back to advertising pages, and massive banner ads, and covering download pages with false DOWNLOAD NOW!!! image ad links?*

*this is never going to happen on my watch.

Might as well include adds when you click on any of the formatting buttons for posting! Click on the "Bold" icon! Get an add for... I dunno, some confidence enhancer?

Don't actually do this.

[RMVX ACE] Level up message

Happy to be of help!

I'm Returned~!

There isn't a place to change one's contact information? The Edit Profile link seems to come to mind.

Darigaaz, I'm looking at the page, and, there's like, totally a place to alter your e-mail, (under the "Personal" section), and all the "Contact Information" fields.

*Edit: For reference, the Edit Profile link is found via hovering over your user-name on the black bar OF DOOM, third option down.

[RMVX ACE] Level up message

I figure it would look something like...

class Game_Actor < Game_Battler
  #--------------------------------------------------------------------------
  # * Show Level Up Message
  #     new_skills : Array of newly learned skills
  #--------------------------------------------------------------------------
  def display_level_up(new_skills)
    $game_message.new_page
    $game_message.add(sprintf(Vocab::LevelUp, @name, Vocab::level, @level))
    new_skills.each do |skill|
      $game_message.add(sprintf(Vocab::ObtainSkill, skill.name))
    end
    
    # Displays stat increases.
    $game_message.new_page
    i = 0
    while i < 8
      stat = self.class.params[i, @level] - self.class.params[i, @level-1]
      $game_message.add(Vocab.param(i).to_s + " has increased by " + stat.to_s + " points!")
      i += 1
    end
  end
end


...this.

I'm Returned~!

author=unity
Why did you need a new account?


That's what I'm wondering. Why not request a name-change (as far as I know, this is done by PMing kentona) if it was that important to you to have this name?

Series Master! Part 3- Dragon Fantasy with Ephiam

fharden, it may behoove you to direct your question on the gamepage for the game in question, rather than in this article.

i can't believe VXA is approaching 4 years old already...

Needs a link to the engine's humble beginnings.

Let's get this done!

Just finished the mapping. Well, they probably could use some additional work! However, my focus has already shifted to writing the three cut-scenes left in the game.

Aside: Might want to run Tsukihime's resource-checker again after said scenes get implemented (writing in various SEs and/or Battlebacks, because the script doesn't "catch" all of them).

a long awaited introduction

Of all the introduction threads, the title of this thread somehow makes me think of Introductions Are in Order the most. Well, outside of the obvious. I guess I'm just weird like that.

Anywho, welcome to RMN! Share your creativity with us!