Feel free to discuss the
Gameshow Maker program here. Feature requests and template help also welcome!
To subscribe to news and program updates, consider this topic:
Gameshow Maker News and Updates.
Gameshow Maker can be seen as an extension of the original Jeopardy Maker (which you should check out if you want something more basic and preconfigured). The idea is allow you to create your own questions/answers gameshow, such as Jeopardy or Are You Smarter Than a 5th Grader, with little to no work on your end. Categories, rows, columns, bonuses... Everything is done by the program. At the absolute minimal, all you need to do is type up the questions. For the more tech-savy user, virtually everything can be changed in the settings file including sounds, textures, fonts... Gameshow Maker is but a tool to make your presentation. What you make with it is only limited by your imagination.
Current Feature Requests (wishlist):- Automatic scoreboard (unlikely, due to varying team setups possible).
- Playable soundclips/videos in questions.
- Skippable intro.
- No category names in flying sprites.
- Buzzer sound effect without displaying answer.
- Random question selection from a list.
- Customizable song per question.
- Category name displayed in question view.
FAQ
Have a question not answered here? Just ask it! Post a comment!
Nothing happens when I run it, just a blank window. Try moving the folder to the desktop. Windows has become more picky about where programs can be run from.
Can I add more rows/columns? Of course! In the setup.ini, there will be a setting for columns number
numcats (towards top, under Main).
For questions, simply add more lines of questions in your text files; logically, keep all number of questions the same (it's a rectangular table so you can't have one extra question jutting out before the others).
Can I add pictures or diagrams to questions and answers?Yes - through use of HTML tags.
Example from readme:
Bold -
textItalics -
textUnderline -
textLinebreak/Newline -
Image -
<img src='filepath to image' />
What about a timer or scoreboard? Download
Gameshow Maker for the latest version. Version 1.01 onwards now supports a timer and
custom text can be used as a scoreboard.
Is there a Jeopardy template? How do I load it? In the setup.ini, find the line (towards top)
loadSetup Change it to
loadSetup=presets/jeopardy.ini This will load the jeopardy.ini file in the presets folder. You can do the same with any other preset.
I have different sets of questions. How do I avoid making a new game for each? Copy-paste the questions folder. You can maintain separate question groups this way.
In the setup.ini, edit the line
dir= so it reflects the folder you want to use. For example, it is by default
dir=questions/ meaning it will use the questions folder.
Can you embed or include it in Powerpoint? Yes, Powerpoint permits embedding Flash files. Initially there were a few issues with Gameshow Maker in Powerpoint, but version 1.02 onwards works perfectly. Download the SWF version of
Gameshow Maker and follow these instructions for
How to Embed Flash in Powerpoint (or search on Google).
Things to keep in mind:
- Make sure the powerpoint file is saved in the same folder as Gameshow Maker.
- For the URL, simply put GameshowMaker.swf (since it's in the same folder) rather than the full filepath.
- I suggest NOT to embed, as GameshowMaker does not consist only of the SWF.
Not working correctly when uploaded online?- Depending on your server, try different encodings for saving the txt files (for example, I have save them as ANSI instead of Unicode).
- All ini files have to be in the same directory as the SWF, meaning any presets used would have to move up one folder.
How can I change the value increments (100, 200) for each row?- Open the setup.ini file in a text editor and find "val=" and "valstart=". Those lines should be easy to understand. This and many other settings are available in this file to play with.
Point values have a weird character afterward when I leave the category files blank.- Leave spaces in place for the lines rather than actually having an empty file.