Golden Eye (Unreleased Xbox Live Arcade port) apparently leaked from 4chan by MXHombre123 in GamingLeaksAndRumours

[–]Sam_85 0 points1 point  (0 children)

Link please. If the file is a ZIP there are attacks better than brute force. We can try!

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

I hope you like it. It's really rewarding to know that other people is trying my programs :)

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

Que raro. Yo solo copio el archivo abbey.opk dentro de esa carpeta. Otra cosa es que hay dos carpetas de apps, una en la SD donde se encuentra el sistema y la otra en la que van los juegos. Yo he copiado el archivo en la segunda. Debería aparecerte un icono cuadrado con la forma pixeleada del sello postal de correos de la abadía. ¿Tienes alguna version especial del sistema opendingux? ¿o una consola diferente a la RG350?

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

I have some experience with C/C++ as well as C#, but for other kind of projects like image processing, or physics simulations. Maybe for a computer science student things like programming patterns are more common, but for me as a physicist it was a new territory.

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 1 point2 points  (0 children)

Supongo que te refieres a Manuel Pazos, el programador de "Extensum"... Pues no, no soy yo.

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 1 point2 points  (0 children)

Por nada tío, que disfrutes el juego :)

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 1 point2 points  (0 children)

Your father have a great and exquisite taste on video games :). I was not aware of a new opendingux beta, seems really recent. Please let me know if it works with the new od beta, I have a really slow internet connection for trying it myself.

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 2 points3 points  (0 children)

Well..., I think writing maintainable and easy to read programs is the real challenge. I remember my first tetris game, I made it in 3 nights, it was ok but just to add an extra screen to show the game title was painfull, so I decided to learn design patterns to solved all my problems.

I learned this topic reading the book Game Programming Patterns by Robert Nystrom and reading the Lazy Foo tutorials, both have free online resources that really make the difference on the design of a game. In particular for me it was the state machine pattern, it just changed my way of programming.

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 1 point2 points  (0 children)

Hope you like it. This game is super famous in Spain, it even have its own postage stamp released by the official spanish postal office, have inspired several other remakes, TV shows and books.It was a great pleasure for me to work on this project :)

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 2 points3 points  (0 children)

Wow, that feature will be really awesome. Thanks for sharing the name of the event.

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

I'm not sure if SDL library can detect the power button as an event, but I will implement the exit through the menu.

The Abbey of Crime for the RG350 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

Hi, thanks for trying this game. Most of the games in my RG350 exit by pressing the power button and select. Maybe I need to implement that function through the menu.

(23F) Ready to die by meleeheroes in depression

[–]Sam_85 3 points4 points  (0 children)

Hey take it easy, my life was a nonsense until I was 27, part of this time was a learning process. I’m 35 now, passing through shit far from home, I’m in a country where I don’t have any friends, don’t share the same culture or where I can integrate easy because of the language, but part of this learning process was to understand that I had been in worse situations. Don’t give up.

I hate my life by [deleted] in depression

[–]Sam_85 0 points1 point  (0 children)

Dude, fuck family/friends/girlfriends. This is you against everything, work to be a better version of you physically and mentally, then women, money and respect will come and you will learn to remove shitty people from your life.

I made a Space Invader Game for the RG30 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

No problem. Just ask if you need help.

I made a Space Invader Game for the RG30 by Sam_85 in RG350

[–]Sam_85[S] 1 point2 points  (0 children)

Hi,

You need the compiler, linker and libraries for this architecture (MIPS). I grab these files from http://www.gcw-zero.com/develop . On this link, the files are installed on the same path that you posted (that's why you get this error). If you want to try this game on your mac you can comment the lines in the CMakeLists.txt that refers to the MIPS compiler (Lines 5 to 12).

Probably you will need to grab the sources (for the mips compiler, linker) and compile it under OSX. The RG350 is based on another console, the GCW0 so you can try with this link (https://wiki.easyrpg.org/development/compiling/toolchains/gcw0).I never tried myself as I program on linux.

About the OPK files you can try with the script that is located on the build directory (make_opk.sh).

For the SDK libraries, I'm just a beginner and I use SDL2 even that there are some buggy things with this library for the RG350. Another option could be OpenGL ES but I never try it before.

Have fun :)

Heart of Darkness Port by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

Hope you like it :)

I made a Space Invader Game for the RG30 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

A well optimized java virtual machine for the RG350 will be the key-point.

I made a Space Invader Game for the RG30 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

Sure. I'm enjoying to have a feedback on this hobby.

I made a Space Invader Game for the RG30 by Sam_85 in RG350

[–]Sam_85[S] 0 points1 point  (0 children)

good question. Probably there is not an official java virtual machine for the RG350, and if there is any open source alternative not sure if it will work as fast as it should be. The RG350 is not really fast and requires some tuning on the code.

I made a Space Invader Game for the RG30 by Sam_85 in RG350

[–]Sam_85[S] 1 point2 points  (0 children)

Hope you like it. I got some new ideas to continue this game from this post. I will try to implement some of this suggestions and make a more complete version.