EDDIE'S PROFILE

Search

Filter

Rpgmaker VX

Are we just assuming the resolution because of the screenshots or is it stated somewhere?

Weird error when trying to submit a tutorial

Darken.... You sig is a megabyte.

you wanna know what?

You should see his review of Kryberia. By review I mean poorly constructed sentence.

Non-RM Engines: What's stopping you?

I got a first in programming this year. Saying that, I don't have all the time in the world. There's a larger community of people to help me out when I'm stuck with RM.

Ease of use.

Advertising in a siggy brought me here

Will whack an 88x31 on IGP for you if you choose a design.

Forum Changes

We Did It First screenshot thread



Mutants in the heart of a magmatic experimentation facility within the depths of the volcano, Mt Vicarious.

You get the picture.

Panoromas in RMXP

author=DFalcon link=topic=91.msg1332#msg1332 date=1183242443
This code in Spriteset_Map is what controls the panorama scroll:
# Update panorama plane
@panorama.ox = $game_map.display_x / 8
@panorama.oy = $game_map.display_y / 8

If you don't want panoramas to scroll at all, change both of those to = 0.

i.e. @panorama.ox = 0 and @panorama.oy = 0

Don't divide by zero.

Things We Wish For... Part 1.

Being able to add multiple developers to one game profile would be cool. I did this by creating a table called sitename_developers with fields id, developerid (this is the smf ID_MEMBER), gameid (game profile id), role (text explaining role). The person who submitted the game originally is the chief and has ultimate control over the profile.

Things We Wish For... Part 1.

If you can include SSI.php from SMF you can use the function parse_bbc(), allowing people to format their game profile pages (I don't know if you're using this yet but I didn't wanna try it).