Should've gone to specsavers
Posted by Cbgames on Saturday, September 19, 2009 05:06AM
- 2 comments
(link)
/
Members say:
yea +1,
nay -0
GiaD 2009 : The Atom Machine Game
It might be a bit vague but its ment to be the mechanics theme. Didn't really put much effect into this, had a few other things to worry about.
http://www.byond.com/games/Cbgames/AtomMachine
Thanks to Xooxer for
http://www.byond.com/developer/Xooxer/PlatformerTestSource which serves as the base code of the game.
Now back to creating websites templates for work.
Posted by Cbgames on Sunday, September 13, 2009 05:59PM
- 4 comments
(link)
/
Members say:
yea +0,
nay -0
Show Yea or Nay
This method will only work if you use Firefox as your web browser. If you are still using IE then you should use a real browser like Firefox/Opera/Safari/Chrome anyways.
Step 1:
Install the Greasemonkey Addon from
https://addons.mozilla.org/en-US/firefox/addon/748
Step 2:
Right click on the monkey face

in the bottom right corner in Firefox after being installed, then left click New User Script.
Step 3:
Type what is in the image below and then click ok.
Step 4:
You might be asked to pick a text editor. Find one in your Program files. Notepad should do.
Appen to the file that open and save the following code.
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}
addGlobalStyle('.post_vote{display:inline !important;}');
|
The file should then look like this.
Step 5:
Close the text editor and then click on the monkey face in firefox again to change it from

to

.
Now you should be able to see the yea and nay parts of blog posts again.
Sorry for any spelling mistakes but the spell check isn't working for some reason.
Posted by Cbgames on Wednesday, August 19, 2009 05:51AM
- 7 comments
(link)
/
Members say:
yea +6,
nay -2
Keywords:
i,
this,
can,
post,
yea,
nay
ProtoMem imbalance
BUG: ProtoMem imbalance (232817/232836)
Anyone got a clue what it means? Because its happing to most of the games I am trying to host on Farawayhost.
Posted by Cbgames on Monday, August 03, 2009 09:38AM
- 5 comments
(link)
/
Members say:
yea +0,
nay -0
Results
Got my first year results on the degree i'm doing.

Posted by Cbgames on Saturday, July 18, 2009 03:06PM
- 5 comments
(link)
/
Members say:
yea +0,
nay -0
(Edited on Saturday, July 18, 2009 03:11PM)