Search found 483 matches

by Taco Bot
Mon Jan 26, 2015 10:02 pm
Forum: Q&A Discussion
Topic: Blok: Movable Terrain Demo
Replies: 5
Views: 1688

Blok: Movable Terrain Demo

Alright! It's time to pop the champagne cork and celebrate the new Q&A Forum! Although I made this demo three days ago, I felt that since I never made a post about it, this would be the place to do so. I experimented with reading and writing map blocks, and made a little tech demo. Currently you...
by Taco Bot
Mon Jan 26, 2015 9:37 pm
Forum: Game Discussion
Topic: Hans Stinkman 2015: A Cash Dollar Contest
Replies: 139
Views: 28294

The Wobbler wrote:Our first Game Over! If anyone else wants to make The Stink of Space that game is now up for grabs.
Could I do a swap? No offense intended, but I haven't really been able to take the (legally not) Jabba the Hutt thing very far. Maybe someone else can do something with it?
by Taco Bot
Mon Jan 26, 2015 4:04 am
Forum: Front Page
Topic: Spend your Slimebucks: Slime Salad feature request thread
Replies: 131
Views: 57647

I add my consent to the consensus. If need be, I'll copy important FAQesque pieces from the Game board into the help one.
by Taco Bot
Sat Jan 24, 2015 5:48 am
Forum: Game Discussion
Topic: Hans Stinkman 2015: A Cash Dollar Contest
Replies: 139
Views: 28294

Aw, what the heckle. :)
Rule numero quatro me, good sir Wambler.

My Febuary shall be full of funny kawaii pigs on two legs.
by Taco Bot
Sat Jan 24, 2015 2:05 am
Forum: Games
Topic: Blok (Tech Demo)
Replies: 0
Views: 2121

Blok (Tech Demo)

A tech demo showing how to make pick-up-and-placeable objects using read and write map block. My apologies if this has been done before, or if my scripting is so horrid that plants wither and die. Bugs: Player could place a block underneath the block he was about to walk on as he was walking, making...
by Taco Bot
Sat Jan 24, 2015 1:44 am
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1625
Views: 335737

@Spoonweaver: That beard... s-so majestic, I think I might just faint...
by Taco Bot
Sat Jan 24, 2015 1:42 am
Forum: Game Discussion
Topic: Let's make some games! Woo!
Replies: 19
Views: 6197

OH! One last thing! The one game a month thing wasn't my idea.

(Don't wanna take credit for what isn't mine!)

This is the website I'm doing it for. (But also for here. I swear.)
by Taco Bot
Sat Jan 24, 2015 1:37 am
Forum: Games
Topic: 1GAM: January - Discotheque
Replies: 2
Views: 2542

1GAM: January - Discotheque

Explore a nightclub and interact with patrons. With 3 different endings, thanks to patented multend(tm) technology. Link for Win / Mac / Linux downloads: http://gamejolt.com/games/rpg/discotheque/45307/ (Or download the attached .zip) -----------------------------------------------------------------...
by Taco Bot
Sat Jan 24, 2015 1:27 am
Forum: Game Discussion
Topic: Let's make some games! Woo!
Replies: 19
Views: 6197

Okedoke! I can manage a game a month, and since I basically already gave up on my blog (and the 1 engine / as many jams as I can shove down my gullet idea) I could make them all in the OHR (No guarantees). I guess I'll post my January game on here, but be warned that I kiiiiind of did the no-no &quo...
by Taco Bot
Tue Jan 13, 2015 12:15 am
Forum: Game Discussion
Topic: Taco Bot's Confused Scripting Questions Thread
Replies: 18
Views: 4205

Alright, so Giz's script is working perfectly for me, but I've run into a little problem with the engine itself. Ya see, whenever I open the items menu, stats menu, quit dialog, etc., the timer pauses even if I have the menu flag on. Since my game is pretty short and doesn't really make use of these...
by Taco Bot
Mon Jan 12, 2015 7:42 am
Forum: Game Discussion
Topic: Taco Bot's Confused Scripting Questions Thread
Replies: 18
Views: 4205

Alright. I gave it a shot in a somewhat different way, and I expected it to work: plotscript, timer, begin variable(i) variable(time) time := 4212 for(i, 1, 4212) do, begin time -= 1 show value (time) end end But all it does it ...
by Taco Bot
Mon Jan 12, 2015 6:26 am
Forum: Reviews
Topic: 2014 In Review: Gramfeldcat Goes To The Moon
Replies: 3
Views: 2632

Ahhh! That explains a lot. And I'd never go kamikaze on a game like this, 'cause it is what it is. Wasn't expecting Chrono Trigger, didn't get Chrono Trigger, not a big deal. Thanks for that. I hate it when people expect something they weren't promised. And the deadline thing can happen to anyone. ...
by Taco Bot
Mon Jan 12, 2015 5:53 am
Forum: General Discussion
Topic: The Pikmin Thread
Replies: 8
Views: 3164

I know it and I love it too!

Loved the first and second, haven't played the third, can't wait for the fourth.
by Taco Bot
Mon Jan 12, 2015 5:49 am
Forum: Reviews
Topic: 2014 In Review: Gramfeldcat Goes To The Moon
Replies: 3
Views: 2632

Wow. Thanks for going easy on this game. I've been having kind of a rough time recently, and it's good to see that you didn't go all kamikaze on me. Just so you know, the game's incompleteness, mishpelungs, and overall stupidity is due to the fact that I made it for this jam , and I realized too lat...
by Taco Bot
Mon Jan 12, 2015 5:42 am
Forum: Game Discussion
Topic: Taco Bot's Confused Scripting Questions Thread
Replies: 18
Views: 4205

Hey guys. Question time. I want to make my game end based on a song ending. I guess I could use set timer, but if there's a "song_is_playing" variable I could check, that would be easier and more accurate. Also, I'm really confused when it comes to slices. I get that they are images displa...