JoeMax MiniMods
From FSG Wiki
Contents |
3D CUBE
That is an attempt to make a 3D cube using lines and allow it to be rotated on x,y,z axis.
This mod is not completed and dont work, it will get updated as i will work on it.
You can have a look at the code here.
BALL GRAVITY
This is a "Earth Style" gravity simulation with ball. It is very basic you press "q" to draw balls.
The BRUSHSIZE is the size of the ball, and drawing a ball will make it fall down, and bounce back a bit, then down ... until it stop.
The code work and is usable, you can have a look at it here.
DESTROYABLE MPO
This was my first attempt at making a MPO ennemy that could be destroyed, so i started a little test.
I end up with this little mini mod, the ennemy move on screen and you can drop comet or burn it so it loose health
That was the first attempt so it is very complex and would work only with small object.
You can have a look a the code here.
HEX-O-MATIC
Experimenting with gamerman's grid system, i've come up with a little idea of making a Icon Editor or HEX-O-MATIC in BS2.
So i started working a bit on this and ended up with a drawing part working and thats all, for now.
I may get to work on this again and maybe i will be able to create HEX code in BS2 :)
If you want you can check the code here
LCD
Well in BS2 LCD are so much easy that here is the most basic LCD code ever, it even count some element on the screen.
In fact, it just load of font that is like a LCD, so you write anything using the WRITE command, and voilĂ : LCD.
I made a Salt, Water and Saltwater counter displayed in LCD text.
If you want to give it a try, go here.
PIXEL COLLISION
This is something that come up when i was testing some PIXEL usage. Ive come up with this mini mod.
This allow you to shoot some pixel projectile into random direction by pressing SPACE.
Those pixel will move in the direction they were launched and bounce back on sandbox border.
Then if you press "W" this will toggle the BOUNCE on or off, this will make the pixel bounce on earth too.
By default it is ON so pixel will bounce on earth, toggle it off so pixel pass through earth.
Have a look here to test it out or to see the code.
MOVING MPO CLOUD
This was for the "Community Mod" with Rainforest as the theme. I made a little cloud that move from left to right.
It also drop water at random rate and rate is changed each 30 sec.
Then pressing "-" or "=" make the cloud moving slower or faster. You can draw multiple Cloud too.
It was made to fit 30 lines so it is 30 lines.
To try it have a look here.
VERY LONG PIXEL SCANNING
Thats it for now, but i will update this page when new or updated mini mod will come out of my brain.
