Search found 3890 matches

by Mogri
Tue Dec 16, 2014 10:25 pm
Forum: Game Discussion
Topic: Crash Bug in Nightly
Replies: 12
Views: 2296

Bob the Hamster wrote:It works on all sprite slices (including backdrop slices)
Oh, this is perfect for my Doom clone.
by Mogri
Fri Dec 12, 2014 6:29 pm
Forum: Game Discussion
Topic: Do while loops break the instant it's condition is not true?
Replies: 10
Views: 1797

I suggest changing the captcha. Once someone stores an answer to a static captcha in a database somewhere, it's broken. CastleParadox used to get a lot of spam bots, and they would just reappear soon after changing the captcha question, but hasn't had a single one since I changed the captcha to one...
by Mogri
Wed Nov 26, 2014 1:11 am
Forum: General Discussion
Topic: Happy birthday
Replies: 44
Views: 11117

No rumor. Andrew Duff is married to Claire Belton, and she is primarily responsible for Pusheen.
by Mogri
Sun Nov 23, 2014 3:49 pm
Forum: Game Discussion
Topic: Competitive Collab Contest
Replies: 36
Views: 15132

I need to do an audit of the assets I have, but I think I still need more before it'd be viable to make a game from them.
by Mogri
Fri Nov 21, 2014 2:43 pm
Forum: General Discussion
Topic: Risk of Rain
Replies: 2
Views: 1193

I've unlocked almost everything. My favorite character is probably the Miner, since he's invincible almost full-time and he has a double-jump out of the gate. If you haven't found all the artifacts, I really recommend checking the wiki for them. They inject a lot of variety into the game. In particu...
by Mogri
Fri Nov 14, 2014 1:06 am
Forum: Game Discussion
Topic: Heart of the OHR Contest 2014
Replies: 284
Views: 64181

If there's anyone out there who's procrastinated and wants to bang out a last-minute entry, I have an idea swimming around in my head. Drop me a line.
by Mogri
Tue Nov 11, 2014 6:47 pm
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1625
Views: 335971

Wow, that's a huge improvement over the first game. I love the visual contrast between foreground and background, and those tree trunks are great, too.
by Mogri
Sat Nov 08, 2014 8:31 pm
Forum: Game Discussion
Topic: X-ZOM: Enemy Undead
Replies: 5
Views: 1327

That's a pretty fantastic title.
by Mogri
Sun Nov 02, 2014 3:34 pm
Forum: Game Discussion
Topic: Vorpal Florist - Playtesting thread
Replies: 44
Views: 11870

Nathan Karr wrote:And one problem I'm experiencing which you can't do anything about is people constantly trying to PM me in IRC while I'm trying to have fun in a game.
Maybe don't announce that you're playing a game?
by Mogri
Sat Nov 01, 2014 3:06 am
Forum: Collaboration
Topic: The Silence is Broken!
Replies: 11
Views: 140

Well played, sir.
by Mogri
Fri Oct 31, 2014 5:19 pm
Forum: Collaboration
Topic: The Silence is Broken!
Replies: 11
Views: 140

Giz is stalking me???
by Mogri
Fri Oct 31, 2014 5:19 pm
Forum: Game Discussion
Topic: Vorpal Florist - Playtesting thread
Replies: 44
Views: 11870

kylekrack wrote:There really is so much potential with the OHR to do almost anything as long as it's in 2 dimensions.
There's a tech demo here that animates a "Boulderbeast" in 3D, actually...
by Mogri
Sat Oct 25, 2014 7:26 pm
Forum: Game Discussion
Topic: The Not So Humble OHR Bundle!
Replies: 58
Views: 12400

Dungeonmen is a finished game. It's got more than its share of bugs, but nothing that makes it unplayable.
by Mogri
Fri Oct 24, 2014 5:14 am
Forum: Game Discussion
Topic: Questions for human beans.
Replies: 17
Views: 3610

No. Hamsterspeak doesn't even support strings as function parameters.
by Mogri
Thu Oct 16, 2014 8:50 pm
Forum: Game Discussion
Topic: Need help for items wich are usable on the map
Replies: 43
Views: 6292

Chronoboy wrote:I haven't created a plotscript in awhile, and I cannot recall what the NOT operator is
It's a function.

Code: Select all

if (not(thing)) then (...)