RAVE'S PROFILE

Rave
Even newspapers have those nowadays.
290
In business there is no room for friendship. Competitors have to be eliminated at any cost. Fortunately for you, I'm not businessman. I'm a spy.

Search

Filter

[2k3] -> [VX Ace] Message Display Options

Yeah, instead of

<>your event code

Do:

Loop:
<>your event code
:end

in parallel event. Beware of having more events like that though or it will freeze game. In case you need more than 1 parallel event, using label/go to label may be better idea, although I didn't test it.

RPG Maker VX Ace - Script help

Are you looking for some good fog script?

Also, GRS, I'd like to bee so cool guy like you are.

Pro tip newbies: Learning takes effort

Why wouldn't we help newcomers? Frankly I think if someone don't want to give help and is posting how you should read tuts before asking, he's a jerk.


If you see post asking for help regarding basics and you don't know answer or just don't have time/mood to help, by pointing them to google or (oh no!) lmgtfy, you only are antagonizing newcomers. Moreover, you are doing them disservice as they may just leave for tools with more friendly communities, like Game Develop, Construct, Stencyl (gosh, its licensing sucks so bad!) or Clickteam's products.

Makerscore not adding up?

Well, CRON job should stay for things that can't be updated during submit action, but really, if you are accessing database when uploading image, review, game, etc. or when giving user badge, you may as well recalculate makerscore for appropriate people. This would help as CRON job would have less to do so will have less impact on server performance, but it also would mean that people would receive MS update faster.

Also which CRON implementation do you use? I have experience with unix-based systems (both Linux and other unixes like Solaris and FreeBSD) amd from my experience certain CRON implementations sometimes fail to execute like when time was updated via ntp or something similar (sometimes for weird reasons like bad timezone - yes it still should execute in 24 hour intervals but sometimes it doesn't).

2014 Indie Game Development Contest: $10,000 Grand Prize!

As far as I understand, non-enterbrain engines (GM, Construct, etc.) are allowed, right?

Makerscore not adding up?

How about making it so that instead of croning it out, it'd be recalculated when posting review (of course of that specific user)?

Let's say we have imaginary table users with things like name, hash (i hope you don't use plaintext!), etc. and maker score.

Then when posting review in submit routine, aside of review posting, maker score would be recalculated for review received, etc.

Basically it'd prevent such issues.

Rendered RM Resources?

Posting here because I didn't think other sections were applicable for this, if they are mods are free to move, but please PM me about that as I often can't find topic after move without googling for it. Once even thought it was deleted.

Anyway, I've setup scene in Blender that would allow me to make prerendered resources compliant with RM standards. Would you be interested in such resources? Two things:
- Renders will be in good quality
- I won't do "brown realistic" stuff - if anything my renders will be more like sprites from games like DK Country, though of course in true color (24bpp).

EasyRPG Player 0.2 “Alex” RELEASED

That's because it is. Though in the end, after whole of RM2k3 is supported, custom file formats specially for ERPG should be made (preferably xml-based) which would make possible to implement capabilities that are outside of regular RM2k/3 capabilities such as more layers, using multiple tilesets on one map, etc.

Of course that should be stretch goal, after full feature set of RM is supported and of course with leaving ability to play legacy RM games with it, which was original goal of the project.

Remember when IRC was the bees knees?

How about implementing Mibbit in an iframe on site? This would increase people on chat as from my experience people rarely want to download IRC client or even click link pointing to webirc. Implementing Mibbit or other HTML5 irc client would be cool way to get more people and it could even be made so it will log you automatically with name RMN(randomnumbers) if you aren't logged in or with currently logged name and tip about /nick command. It could be made so it would resemble chat/shoutbox found on popular forum systems like IPB.

PepsiOtaku's DynRPG Plugin Emporium!

Hm, so how about plugin that checks if each picture is shown and then save it to switches with first switch ID configurable by user? Then you can do something like:

<>Fork Condition PIC1==OFF

<>Show Picture 1, Awesomeface
:end


I've might mess up some command names/parameter order or count because I haven't use 2k3 in long time and I'm using Polish translation of it anyway, but you should get the gist of what I'm proposing.

Then, if we could get info if image is being shown not only will we be able to reduce Show Image command count, but also reduce possibility of accidental, unwanted replacing one picture with another, which will be usable for picture-based CMS, etc.

Also perhaps another feature would be being able to get first "free" picture ID by variable and ability to show picture at ID specified by variable.