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

EasyRPG Player 0.2 “Alex” RELEASED

Hm, how about making dummy headers that would translate Dyn code to EasyRPG code? E.g. if you have two functions. let's say A and b, each with two parameters, but in B those are swapped.


//DynTranslator.h
#include "EasyAPI.h"
void A(int Arg1, bool Arg2){
B(Arg2,Arg1);
return;
}

Of course if plugin is using direct memory location in its code, this would pose a problem, but such set of dummy headers would help to port over simpler plugins.

Missing parameters note:
If on DynRPG side one parameter is missing in comparison to EasyRPG's version, safe "default" value should be used.
EX: Now function B (EasyRPG) has extra int parameter, but A (DynRPG doesn't) so 0 (safe default in this case) is assumed:
#include "EasyAPI.h"
void A(int Arg1, bool Arg2){
B(Arg2,Arg1,0);
return;
}

If on EasyRPG side one parameter is missing in comparison to Dyn, parameter is dismissed.
EX: Now function A (Dyn) has extra parameter, which is dropped:
#include "EasyAPI.h"
void A(int Arg1, bool Arg2, int Arg3){
B(Arg2,Arg1);
return;
}
In both cases some sort of warning should be printed to console.

Fast Times at Aremen High: Sign-Ups

Thanks, Marrend! Gotta have try it. I understand non-Enterbrain engines are allowed (GM, MMF, etc.)?

Fast Times at Aremen High: Sign-Ups

author=CashmereCat
Just to let you guys know, this project is on hiatus until the huge "indie game maker contest with a prize of $10k thing" is finished. But it will continue and be completed after that. Apologies for the delay.


What the contest?

Is it bad to add tons of custom stuff?

Is it bad? No. Is it a timesink? You bet.

Anyway, on the point of getting tired of RTP, I have yet to get tired of VX/VX Ace one. For 2k/2k3 I got tired quickly, just after playing few games, for XP it was little more, but still fairly quick and for VX... Yeah, I haven't got tired of it as for now despite playing literally hundreds VX/VX Ace games.

EasyRPG Player 0.2 “Alex” RELEASED

Since you are replacing both editor and engine, will you support 32bpp graphics (full rgb+Alpha)? Please?...

Commercial games, where should i sell it?

I'd say release on Desura first - it has really small barrier compared to Steam (no Greenlight-like process, game submission is served by automated system). Itchio and GOG are good places as well.

Then you should save for Greenlight fee and put it on Steam.

How to create larger pictures in text box

GRD is right, though it should be easy to modify pictures to be rendered over message box (or rather making message box be rendered under pictures). All you need is z-order of lowest image and then change z-order of window_message to be under it.

But still, easier it is to use pictures IMO.

BTW, what game this is from? Seems cool.

Fidchell will stream your games!

Legality of easter eggs

I'd like to ask about legality of putting easter eggs in game that is supposed to be sold. I don't want to sell my current or even next game, but somewhere down the line, who knows?...

Anyway most of eggs are not related to my imaginary properties and I usually aim for Duke3D/Retro City Rampage count of eggs. but I dunno about legality of such shootouts/easter eggs. Do we have any lawyer on board?

RPGMaker VX Ace + DLC on Humble Bundle

My usual excuse for not getting "proper" VX Ace was it is too expensive for me. Now since I can't claim that, I got it!

Thank you Degica/Enterbrain for this great offer!!!