http://img266.imageshack.us/img266/4400/capture2pd7.jpg
Dragula96 à créé ce générateur de script LUA afin de simplifier la vie à tout ceux qui désir créer leur propre homebrew. En effet, PSP Game Maker Lua Script Generator permet d'éviter l'écriture de ligne de code "ennuyeuse". Même si pour le moment, ce n'est qu'une démo, il suffit d'importer l'image (.jpeg pour le moment), dire ce quelle doit faire en fonction des touches manipulés et le programme se charge d'écrire le script. Ce logiciel ne contient que les bases mais devrait s'améliorer au fur et à mesure des releases.
Bonne programmation, en attendant vos futurs jeux.
http://img407.imageshack.us/img407/1926/tttttkr1.gif
Comment je le lance ?
Ouvrez l'archive et double-cliquez sur "psp gamemaker.exe"
Comment je l'utilise ?
ReadMe a écrit:run the program click on the load sprite icon
choose a sprite (corrently only .jpg format is supported)
chose a name for the main sprite name it player1 or someting)
choose an x and y possition for the sprite
repleate for all sprites
then click on the load background icon
choose a background ( this will be displayed as the background)
then click no the setup controls button
here you can define what happens when up, down, left, right and start are pressed
some controls are missing(this is only a proof of concept remember?)
for example: under up: type in player1y = player1y - 2 -- this moves the sprite called
-- player1 up
under down: type in player1y = player1y +2 -- and this moves sprite player1 down
then finaly click "file" -> "generate File"
your lua game script and files will be copied to your "c:pspgamemaker" folder
look for it and copy it to your psp under your luaapplications folder.
run luaplayer and your game will run.
PSP Game Maker démo version
http://www.pspgen.com/downloads/Images/bt_petits_menu_gauche/bt_menu_download.gif
Source : laredowebmasters via PSPUpdates
Trouver sur pspgen.com