New account registration is temporarily disabled.

GREATREDSPIRIT'S PROFILE

sherman






o
Mario vs. The Moon Base
Mario must fight his way to Bowser's Moon Base to rescue the Princess!

Search

Filter

CSS'ing your RMN Game Profile

The CSS for that is this:

div.contents.even, div.contents.odd {
    border-bottom: 1px solid #CCC;
}


Change the color from #CCC to another, or can set the border-bottom to none with an !important flag. Been ages, so I'm not to certain if that'll work.

In favor of level requirements on gear

Psycho Sword is a late game weapon, you need to pick it up in the castle to hurt the ghosts and then later go back to kill those fireball dudes to get the Red-Hot stuff. The Life/Recovery(?) Sword you can get early in the first area with a high required level.

It's also irrelevant because you don't need to bother with any of that until the final boss: Equip the strongest sword and crab walk! Remember the level requirement only restricts your ability to swing your sword, and you only have to do that to use Phoenix and hurt the final boss. The type-killer swords work even when crab walking so thankfully you never have to grind until you can kill those Xevious block things. Or just save everything and never worry about level requirements. I mean it's not really Soul Blazer if you aren't getting the tour from the goat!

CSS'ing your RMN Game Profile

rgba will do the trick, ex:
rgba(221,221,221,0.65)

Crappy demo. The stone background isn't grey but instead the element on top of has that white with some alpha background on top of it.

e: full css for the rgba:
div #game_frame, #main_column > div.pages, #posts > div.pages, div.message, div#post_reply {
	background-color: #DDDDDD;
	background-color: rgba(221,221,221,0.65) !important;
}
The stacking color is for legacy support for when rgba isn't supported but that's pretty rare now afaik

CSS'ing your RMN Game Profile

It worked, I went to your gameprofile and saw the background image. Make sure you're doing a hard refresh (Ctrl+F5) after you change your gameprofile's CSS so your browser doesn't use it's cached CSS file. If Ctrl+F5 doesn't work you can also open a browser in private/incognito mode and try that.

CSS'ing your RMN Game Profile

The CSS that sets the normal font color was the 'color: #EEE;' in the CSS I posted above. I checked the CSS for Rainworld and saw yours had it set to #000000 which is making the font color back. I'd have to dig up the link and visited link selector, I don't remember the proper ones at the moment.

As far as I can tell the background is set to #0C0C0C, it's just almost black so it doesn't look much different from #000. #0C is a value of 12 out of 255 instead of 0 out of 255. Try a drastically different color like #00AAAA to see if a change is propagating or not because a subtle change like #000 to #0C0C0C might be missed.

You can experiment with the CSS if you right click on the gameprofile itself in your browser and select "Inspect" (it's called a few things in different browsers, in Firefox it's called "Inspect Element", in Vivaldi it's jsut "Inspect", for example). From there you can change how your browser is rendering the page, such as changing the value of a CSS value. It's hard to describe (and I'm awful at explaining things) but try using it and hopefully you'll get a feel of how you can see how your gameprofile looks with different CSS.

CSS'ing your RMN Game Profile

Glad to hear it!

CSS'ing your RMN Game Profile

Do a hard refresh (Ctrl+F5) so your browser doesn't just use the cached CSS or check your page out in an incognito/private browser window. If it still isn't working post a link to the game profile with the template CSS applied and I'll take a look at it.

CSS'ing your RMN Game Profile

Did you mean something like this:
#main_column { background-color: #000000; }


div #game_frame, #main_column > div.pages, #posts > div.pages, div.message, div#post_reply, #game_navigation {
	background-color: #000 !important;
	color: #EEE;
}

/* Nuke these backgrounds, they screw everything up */
div #main_column > div#posts.frame {
	background: none !important;
}

I put it in a game profile for demo purposes here.

CSS'ing your RMN Game Profile

afaik the number of thumbnails is hard coded and can't be changed.

New to RMN?

author=xgelatinex
Hi um can someone help me with something?
I have a problem playing Fleshchild uh i keep getting the error message
RPG Maker 2003 Runtime Package is not present or not registered

I dont really know how to play RPG Maker games and since this is my first time playing one, can someone walk me through this? My OS is Windows 10 and I dont know if RPG Maker 2003 is compatible with mine or not. Another question is how do i actually play it? Do I click the the application file titled RPG_RT? Because when I do that the error message appears.

Please help me TT_TT

You need the RPG Maker 2003 RTP or a copy of the game with all required RTP files included and flagged so the game doesn't look for the RTP installed on your computer. Checking Fleshchild's gamepage there is a download of the game with the RTP included! Go to the download page and download the second download that says WITH RTP.

e: quoted for page snype