Giter Club home page Giter Club logo

oiram's People

Contributors

kewlkris avatar mateoconlechuga avatar petertillema avatar romainl972 avatar tianonyme0 avatar zwassall-globus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oiram's Issues

Oiram unable to move

Hi I was wondering if anybody could help me. Basically I downloaded ce c libraries and i downloaded Oiram I did everything right and when I enter the game, my character cannot move at all and I can't even exit the game I have to reset my ram. But everything else moves the blocks move the enemies move and they even kill me (and when I run out of lives and go to the title screen I can exit the program) so I do not understand whats happening please anybody tell me.

Getting past score of 9,999,990 causes overflow

Some insane person actually got to the maximum score possible here. Once they reached the maximum score allowed in SM3, it caused a classic overflow. To the best of my knowedge, the original game only lets you reach 9,999,990 and doesn't overflow.

I attempted to fix this myself by adding a simple check after line 75 and 84 in lower.c that would set the score back to 9,999,990 if the new score was bigger than that.

if(game.score > 9999990) { game.score = 9999990; }

Although this fixed the overflow bug, it broke the traveling through pipes animation so Oiram suddenly started teleporting between pipes rather than going through them. I don't understand how messing with the score broke the pipes, could this please be explained?

Link to 'Full Readme' is broken.

In the current readme.md, there's section that states there's a full readme at this link: https://github.com/mateoconlechuga/oiram/blob/master/packs/readme.md however, this link is broken and just takes you to a 404 error. I have not seen this page before but after looking through some folders, I think this may be what it's suppose to link to: https://github.com/mateoconlechuga/oiram/blob/master/extra/readme.md is this correct? If so, could the readme please be updated with the working link?

Bug with invincible mode

If Mario is in invincible mode when he enters the pipe at the end of level 10, he stays invincible and slays all monsters by touching them including thwomps and fireballs. He stays that way until he dies, by fire for example.

License ?

Oiram is distributed without a license, thus putting it under strict copyright by default. Would you mind adding a license to the project?

Timer underflows

The time will go from 0 to the highest possible value when the time runs out.
Steps to reproduce:

  1. Start a level in Oiram
  2. Wait 10 minutes
    This is of very, very low importance.

question

how do you switch between levels on the casio fx-cg50?
Great game btw!!!

When you finish a level you start at the end

I'm not sure if it's supposed to be like this, but when you finish a level pack and you play it again later, you start at the last level, so if I wan't to play the entire pack again, I have to constantly die if I can, and otherwise wait 10 minutes per life. And sometimes I get to 99 lives...

How to get easter eggs

I've been playing Oiram for a while, even breaking the max score of 21,000,000 points a dozen times, but I haven't found any Easter eggs. I have found them in source code and in the image files, but an not sure on how to get to them. Could someone please explain how to get an Easter egg?

BTW, when the max lives is reach, Oiram becomes invincible through pipes and stuff. Also, the display will have an ending with 84, for example, 5,436,284, 10,084, etc. Also Oiram can teleport through the yellow brick blocks. If he is in small mode, and ducks underneath a brick and tries to move to the right, and there are bricks in front of him, he will go through them.


You should also add more enemies and powerups that can be found in Repus Oiram Srob Iiw, such as Penguin Oiram, Hammer Bros, Fire bros, more bosses, Hammer Bros, ice flower, Yoshis.

Oiram won't respond to input after exiting game

when a user uses a fast exit (del) or experiences a game over, oiram returns to the load screen but doesn't allow users to exit using del or do any other actions, forcing users to reset the RAM to continue. i'm not exactly sure what causes the issue, but it doesn't happen on the official build.

the only way i've been able to use oiram without using the premade downloaded build is by adding something that forces an exit after the player exits/dies. i'm not sure what is causing it, but it may be an issue with the delay function or something. i didn't change anything when i built it and sent it to my calc, but it still froze for some reason after exiting. the load screen loads and works the first time, but it stops responding to input after playing and returning to it.

i don't know if anyone else is having this issue, but it would be nice to know if there is a solution or a way to figure out whats causing it. thanks!

How to fly in Oiram

Hi,

I've played Mario before but I've never known what the squirrel was for. A friend told me you could fly with it, but we don't know how to. I've tried pressing the up arrow and 2nd simultaneously, but I still can't fly.
Does someone know how to?

oiram level editor

Whenever i try to import my own level from the editor it doesn't show up in the game. How can I fix this? I downloaded the game in 2018 but i just restarted playing it so I dont know if anything has changed.

Oiram won't start and just says β€œlibs”

When I go to apps, and select Cesium and run OIRAM, all I see is a text that says libs. It also got renamed and it was OIRAM and some other weird characters after.

image

And I have all these libraries:

  • FILEIOC
  • FONTLIBC
  • KEYPADC

Am I missing any?

Cannot compile

I'm trying to compile a custom build of Oiram, but it doesn't seem to be working. Whenever I try
make -C img
it pulls up this:
make: Entering directory C:/Users/natha/Downloads/oiram-master/img' convpng process_begin: CreateProcess(NULL, convpng, ...) failed. make (e=2): The system cannot find the file specified. make: *** [cv] Error 2 make: Leaving directory C:/Users/natha/Downloads/oiram-master/img'
My father and I have tried adding main_pal.png and convimg, but nothing works, even though I'm using fasmg. What am I doing wrong?

stuck in oiram

help i installed correctly like https://www.ti84calcwiz.com/ said i should and launched, but now i cant exit, no keys are working to exit, and it doesnt appear in ticonnect

i really need help i have school tomorrow and need it fixed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.