JOKE'S PROFILE

I'm the BilouMaster! :)

A French superstar.
Almost Heroic
Ludum Dare 33, August 21st-24th, 2015, Theme: "You are the Monster"

Search

Filter

Translation

author=iddalai
But I'm disheartened to find that the website is now dead D:


The site isn't dead, the url still work or have been fixed.

I've had issues with it but vgperson in person (lol) fixed the program so I can tell it works well even with the last version of rpg maker 2003

For those who are using Visual Studio Code I have made a vscode extension for RPGRewriter. :) It adds syntax highlighting for message commands / RPGRewriter commands and a preview panel for line length checks (text without message commands + 38/50 character limit shown in background, live while editing)

EasyRPG had also made a multi language feature on its player, and the lcftrans program can extract all the texts for it. Just it can't recompile LMU files back, it's for making a language folder and then make the game support all the different languages with a new language option on the title screen

Enjoy your translation!

RMXP: Swap variable values (solved)

author=Marrend
def var_sawp(var1, var2)
  temp1 = var1
  temp2 = var2

  var1 = temp2
  var2 = temp1
end

Prettier:

def var_sawp(var1, var2)
  var1, var2 = var2, var1
end

EDIT : My bad, sorry, pete_mw has already proposed this syntax...

author=pete_mw
v = $game_variables.data
v[21..30], v[41..50] = v[41..50], v[21..30]

It's (not) a Joke

author=turkeyDawg
I have to seriously ask how you learned so much as such a young age.

Well, I drew comics strip since I was 6 and I always wanted to touch everything and learn by myself. What I've always done. :D

"Learning" is not important, I think... I have not learned. The most important is to love doing eatch little thing you can do, even if it's not **glorious**, disregarding quality and opinions, just loving what you do because it's your own creation, something from yourself. Passion is the true quality of something, the true way to progress. :)

When I discovered RPG Maker 2000 it was just stunning to know that I could make as I ever dreamt of : Do my own game with my own graphics, then, SO easily! <3
That feeling, to see my own drawings take life in my own scenes... So many chills when I started!

Thanks a lot, everybody!
I'll kick myself! =)

It's (not) a Joke

I'll be like a cursed weapon, you can't remove me! :p

It's (not) a Joke

Hehe, thanks a lot!

I'll try to improve my english! :D

It's (not) a Joke

Hi, RMN !

I'm Joke, a 23 yr old french Maker and I started in 2003 with RM2000/2003 !

I am "specialized" in graphics, illustration, composition, and event-making.

I am the ex-founder of the ex-BilouCorp (have you heard of the "Event Extender"?), ex-partner FunkyWork (Sympathetic scripters)

Well, I LOVE creation.

Few screenshots of my very first project (2003-2006)
with "hand-made" graphics (When I was between 13 & 15 years old)
... well... canceled :'(



Then, few screenshots of my very last project (2011-now)
with RMVX, "hand-made" graphics & musics.






After ten years between French balls, I'm here to watch a little elsewhere !
Pages: 1