Hi CW. I'd love to help, but I'm not sure what your problem is exactly. You unpacked the installer and only received half the files? It the executable file there? If so, what happens when you try to run the game?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Mods on Wed 28/04/2010 17:05:06
Awesome! Though the fact Erin's name isn't mentioned anywhere on the Puzzle Bots pages is slightly perplexing. Is there any reason why you don't include a "Credits" link on the side by Story, Screenshots, etc?
Quote from: NsMn on Wed 28/04/2010 12:31:47
That really made you sound like a professional game publisher.
Quote from: Monsieur OUXX on Wed 28/04/2010 11:56:41
I'm impressed by the technical level.
It doesn't look like, but it includes many little things hard to cahieve in AGS.
I wonder how you did that.
Quote from: GarageGothic on Wed 03/03/2010 16:43:11
Looks like you're using anti-aliased fonts which would create this effect when drawn onto a transparent surface. The easy fix is to just add a "SetGameOption (OPT_ANTIALIASFONTS , 0);" before the DrawingSurface routines in the module (and reset it after the drawing), but for a smoother look, there's also some suggestions mentioned in this thread on how to achieve an antialiased effect on a transparent overlay.
GUIControl *theControl = GUIControl.GetAtScreenXY(mouse.x, mouse.y);
if (theControl == btn_a1)
if (IsChannelPlaying(6)==0)
PlaySoundEx(56, 6);
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.472 seconds with 15 queries.