Page 1 of 1

help my on PSXSDK

Posted: October 28th, 2012, 2:27 pm
by armorineSKY
algun codigo de ejemplo de un juego shooter?

alguien me puedo decir ccomo instalar el psxsdk en windows...creo que lo tengo mal instalado

alguien me puede decir como insertar una imagen y hacer que se mueva?....yo nada mas tengo el comando para que se mueva pero no tengo el comando de insercion de imagen...

tambien si me pueden decir como borro la imagen?

el codigo para insertar una imagen seria algo como

insert imagen("titulo")???

y para borrarla:

borrar imagen ("titulo")
{
if (padbuf & PAD_START)
}

este codigo es para poner una imagen que dira presiona start para jugar, al presionar start se borra esa imagen y se insertara la imagen del personaje

soy nuevo en esto el comando del boton start se lo pregunte a alguien

este es el sdk: http://code.google.com/p/psxsdk/

Re: help my on PSXSDK

Posted: October 28th, 2012, 2:49 pm
by Administrator
Please use ENGLISH on these Forums.

Translated from Spanish to English

Code: Select all

some example code of a shooter game?

I can tell someone psxsdk Aas install Windows ... I think I have improperly installed

anyone can tell me how to insert an image and make it move? .... me I have nothing but the command to move but I have no command Chroma ...

Also if I can say as I delete the picture?

the code to insert an image would be something like

insert image ("title")??

and to delete:

clear picture ("title")
{
if (padbuf & PAD_START)
}

this code is to put an image dira press start to play, pressing start that image is deleted and inserted the character image

I'm new to the start button command would ask someone

This is the sdk: http://code.google.com/p/psxsdk/
Xavi92 may be able to help you. He uses the PSXSDK and he can speak Spanish :)
Send him a 'PM: Send private message'.

Re: help my on PSXSDK

Posted: October 29th, 2012, 10:32 am
by armorineSKY
We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature.

what is the solution?

Re: help my on PSXSDK

Posted: October 29th, 2012, 1:48 pm
by Administrator
You need a minimum of 3 posts (as of the current rules settings).

Re: help my on PSXSDK

Posted: October 30th, 2012, 10:55 am
by Xavi92
I'll write below the post in Spanish. I know that's disrespectful for many of you, so I wrote it in English as well. Just check inside the spoiler box:

Usa este pequeño ejemplo que hice hace cosa de un año. Simplemente es una imagen que se mueve al apretar las teclas de dirección, pero el código fuente está bastante bien explicado.

PSXGame

Si tienes cualquier duda, mañana estaré en el canal IRC de esta comunidad.


English translation:

Code: Select all

Use this small example I made last year. It's just an image which moves when pressing the Dpad, but the source code it's pretty well explained.

http://dl.dropbox.com/u/17043602/psxgame.zip

If you have any enquiries, please contact me on PSDev's IRC channel.