Menu

FAQ

Frank Force

Wildflower Frequently Asked Questions


Basic Questions

What is Wildflower?

Wildflower is a game development SDK for Sifteo Cubes. It comes with an editor to make games and an small example world. The editor runs on a Windows PC while the game runs on Sifteo Cubes or in an emulator on PC.

Do I need Sifteo Cubes to use Wildflower?

No, Wildflower requires only a PC to run, however the games are much more fun to play with on actual Sifteo Cubes.

Does Wildflower run on Mac or Linux?

The Wildflower editor runs only on Windows PCs, but you can still play and compile Wildflower games by downloading the Sifteo SDK for your operating system at https://developers.sifteo.com/download

Is there a way to work on multiple games that use different code and art?

Wildflower can keep separate 2DT files for level design, but does not yet provide a way to keep separate projects for other files like code and art. There is a simple work around though which is to simply copy or install Wildflower to another folder to use for the other game.

Game Questions

How do I keep persistent save games?

When playing on Sifteo Cubes your game will always be persistent. You can also store persistent saves on the PC by running the Siftulator from the command line or a batch file with the -F option to store flash memory similar to the following example...

siftulator.exe "Wildflower.elf" -F "save.bin"

See the wiki page on [ELF Files] for more information.

My game crashed with an SPI FIFO overrun/underrun exception.

This is a known issue with the Siftulator and can happen sometimes. There is probably nothing wrong with your game, and the issue will be fixed the next time you run it.

There is one way to keep playing without restarting which is to press + which creates a new Sifteo Cube, then pair it to the base unit (the big rectangular block) by dragging it to the side of the base. The gameplay should continue on that cube, just push the dead cube into the corner of the screen.

Editor Questions

How do I clear out the entire world?

The fastest way is to bring up the console using the ~ (tilde) key. Then enter the command "clearTerrain". All the terrain (tiles and objects) will be cleared and you can close the console using ~.

How do I select only things in 1 layer, for example just objects or just background tiles?

You can hold Alt while using the right mouse button to select only the current layer. So to select only objects first press 3 to toggle the o-bjects layer, then hold alt while using right mouse to select a group of objects.

I got a missing dll error when I tried to run the editor.

Try updating DirectX via Microsoft's official DirectX website.

How can I merge two different 2dt files?

Wildflower is not yet hooked up to handle pasting between different instances of the program. However there is a simple workaround. You can open the first 2dt file, select and copy the region you want to import. Then open the second 2dt file and paste in your original selection.

How can I backup my work?

You can backup your 2dt file by saving it to a different file name. If you've modified more then just the 2dt file (images, sound, code) you can make a copy of the source folder in Wildflower.


Related

Wiki: ELF Files
Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.