Jump to content
MakeWebGames

Recommended Posts

Posted

Hey,

Well Lilith asked if Zeggy's Business Sim could be turned into something you can play inside a MCC game, so I did it.

I've also modified Zeggy's code a little bit for it to allow high scores, so here goes.

[mysql=SQL Code]

CREATE TABLE `busSimHs` (

`simID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,

`simUser` INT(11) UNSIGNED NOT NULL,

`simScore` INT(11) UNSIGNED NOT NULL,

`simTime` INT(11) UNSIGNED NOT NULL,

PRIMARY KEY (`simID`) );

[/mysql]

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Now a few notes:

To get it to look like how Zeggy's does, you'll need to rob a portion of the css available via his game (I'm sure he won't mind) or you can head over to blueprint and grab what you need.

If you'd like I'll make somewhere to show the hall of fame results or someone else can if they want.

All credit goes to Zeggy, not sure what license he's released it under but I'm sure he'd appreciate it if in someway you'd credit him for it.

Enjoy.

Djkanna.

Posted
looking good :thumbsup:

1 point thogh where is the $h->endpage();

Meh, it's been a while I'm not used to putting things at the end of files for my footers, thanks once I can actually edit a post I will edit mine :)

Posted

thanks jordon i played it on my site yesterday...same thing just different look and feel...

HOWEVER my question is now that i know that the game is doing its thing...

is there a way to give the game a high score list at all?

possibly give the player a reward or something?

maybe someone could make some changes to this to make it do something wicked...hell idk ive seen alot of mods these last few days that start off simple and end up being edited to pretty much do so freggin much lol im not good at making mods (never tried) so really im not even sure hahah.

Thanks

Shad

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...