Forklift Hazard! Be a mole!

Well, maybe it should say “Be a mole and operate heavy machinery” :wink:

Here is some screenshots:


More can be found on Veli’s blog

The actual game is playable at Wooglie:

Cheers! Took me couple of weeks to make :slight_smile:

EDIT: oh yeah, and dont forget to rate it!

Looks pretty good but I ran into an issue early on in my attempt to play it. I was just starting the tutorial/training and pressed the “F” key to go to full screen. I ended up going to a full black screen and couldn’t exit full screen mode (neither “F” nor “Esc” returned me to normal mode) so I had to reboot. I’m running OS X 10.4.11 and the latest version of FireFox.

I might also recommend that when you know your game will be played in a browser that you design your key / mouse inputs so they can be played in a window / browser normal mode.

That sounds a bit like bug in unity. The code handling the full screen mode is just:

if (GUI.Button (Rect (104,10,144,35), "Toggle full screen\nF key")||
Input.GetKeyUp (KeyCode.F))
		Screen.fullScreen = !Screen.fullScreen;

So basically, going in and out of fullscreen should always be toggleable with that button or F key.

I liked it hehe. Good job.

Thanks! :wink:

Hey there!

Well we really liked your game it was fun and we’re glad to have it on Wooglie and we hope that you will keep improving this game to make it even better cause this game has alot of potential!

-Zylex

Awesome game! I really enjoyed it.

I did hit a bug on level 5, though. I dropped the second barrel and it exploded, then it respawned two in the same place … this caused some freaky physics fun where the barrels would push each other off and keep exploding, so they’d reset then push each other off and keep exploding again … this loop went on for a good 10 seconds or so before they both settled and I was able to pick one up and finish the level :slight_smile:

Great fun!

hehe. Some testers found that bug out as well, but they had so much fun with it that they didn’t want me to fix it :stuck_out_tongue: So i just tried to fix the bugs that were preventing players from completing a level.

Whats the point of making something fool proof when fooling around can be so much fun some times : ) Especially in a sandbox like this.

Well, that one was really fun.

Just one thing: the camera control. If you’re going to have that kind of 3rd person camera, you need to make the vehicle control directional. Or, you could just have a lock camera to vehicle setting. That way, you could actually go around corners without having to touch the mouse.

Another bug (camera control’s not a bug, I speak of the bugs mentioned by others): The scroll wasn’t getting locked to the webplayer, so my zoom scroll was causing me to scroll down the page away from the webplayer.

Thats quite easy to fix. I will add this functionality today. I’ll just add rottion based on the getAxis.

Yup, noticed this as well after I submitted it to wooglie (since I had been testing on a page with no scrolling). You guys know a way to fix this? Can unity stop the browser from picking up the scroll wheels input?

Were past 1000 player milestone at wooglie :wink:

Have done some work on Scores display but PHP isn’t my strongest field :stuck_out_tongue:

Submitted iPhone version for review in app store :wink: Took me a while.

Good luck!!!

I thought it was quite good.

I hope it does well :slight_smile: I hope it doesn’t get rejected :smile: That’s my main concern now, looking at the Private API thing on the iPhone forums.

Rejected!

Was because of the private api thingy. Resubmitted now.

Hold in there you mole wannabes.

Not to sound ignorant but what does api stand for/mean? Sorry to hear it was rejected on the first time - good luck on the resubmitting. (i hope this isn’t one of the cases where the 3rd time is the charm) :slight_smile:

http://forum.unity3d.com/viewtopic.php?t=36502

I’ll searching about the same trouble and I will post a solution (if i find one)

No solution for this trouble. the only one I’ve found is avoiding to use the scrollWhell in my game… not really good