Menu

Show posts

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 Menu

Topics - Bearstonaut

#1
Hi all,

I'm literally at the finish-line on developing an ambitious 50-room game that has consumed me for the past 6 months.  Considering I am the world's worst programmer, this has forced me to learn on the go, and I couldn't have done it without the help of everyone here.

Anyway, enough of my blathering, here's the problem:

I'm happy with how the puzzles have worked out, but the ending really would benefit from the inclusion of a minigame.  Lazily, I was hoping that something existed in the public realm that I could modify enough to fit nicely with my own story and aesthetics.  Sadly, I've gone through the forums and agsresources carefully and it appears the only minigames that survived the collapse of geocities are the Demoquest slot machine, combination locks and a game of Battleship.  I took a stab at a slider puzzle but eventually decided it was beyond my capabilities and abandoned it for now.  So it looks like I'm going to have to write something from scratch that is a lot simpler, and I would appreciate some support.

Story-wise, your protagonist needs to keep an AI from losing "her" cool and killing everyone by "re-routing" her "logical, heuristic, etc." subroutines to her "ethical" subroutines as they begin to fail.  In terms of what this means for gameplay mechanics -- I have no idea.

My thinking is that I could display a 10x10 grid...and the player must simply click on grid-squares as they begin to change color to "reset" them.  This getting gradually more difficult as the number of squares changing color every second gradually increases.  I imagine for every square that does successfully change color, it increases the likelihood and speed of its surrounding squares from doing to same, so the player needs to work to avoid an escalating cascade effect.  Ultimately, the player need only keep the whole grid from changing color long-enough to trigger the end-game sequence.  Credits will roll.  Players will cheer.

I figure this is more manageable than, say, anything else I can think of.

But I'm at a loss regarding where to start.

Please help!
#2
Disregard.  I'm an idiot.
#3
Hello.

I'm halfway to finishing my first proper (50-room game).  It's been a long four months, but I couldn't have done it without reading all of the guidance present on these forums.

Now I've got a question of my own.

I have a textbox in a GUI that will appear under certain conditions.  When it does, I want the user to be able to enter any number they want. 
I want the user to be limited to entering numbers only.
I also want to check that the number entered is greater than zero.

I figure this involves string manipulation and dark magic.  Can somebody kindly steer me in the right direction?

Thanks, in advance.
#4
Hello experts.

I'm working on my first attempt at a game and could use your wisdom.

Game uses one of the great Lucasarts SCUMM GUI modules.  The game opens with the player character in a hotel room.  What I'd like to accomplish is having the player character be able to turn on the television and get a lot of background chatter (visual, not audio) for the duration of that characters time in the room so long as the television is turned on.

So my approach was as follows --

One object for the "off" television.
One object for the "on" television.
One invisible character (blank sprite) to be providing the chatter only when the condition for switching to the "on" television is met.

Now, best as I can understand from hours of poring through these forums, background speech that doesn't interrupt the gameplay is a common request, and very difficult without the aid of an imported script.  I identified and attempted to implement two different such scripts, and got two different errors that I'm having a hard time resolving.  I am assuming these errors are a product of script commands being made obsolete with subsequent engine builds.

Electroshokker's "Background Speech v1.0.1".

ERROR: "Parse error at AudioClip".
I tried to remove any and all audio references in the hopes that it would lazily fix the problem.  Instead I got ERROR: "Parse error at ViewFrame"

The other script, "QBGSpeech v2.03" by SSH and Scorpiorus.

ERROR: "Undefined token StrSetCharAt"

I can see that term is now obsolete too, and I am not sure how, exactly, it is to be replaced. 

Obviously, I'm not a programmer, but if I let this beat me, I'll let a hundred other problems with developing a new skill beat me.  I would therefore be grateful for any assistance.  Is there a better script for accomplishing what I am attempting here?

Thanks, in advance.
SMF spam blocked by CleanTalk