Use Zen Studio Live as a tight feedback loop
1
2
3
4
5
6
7
Last updated
For each example:
Create or open a .gpc file in Zen Studio Live.
Paste the complete example, not only the body of main.
Connect Zen through its PROG USB port, then use Compiler → Build and Run or press F5. Build and Run compiles the script and sends the temporary test build directly to the connected Zen, so it is faster than repeatedly programming memory slots while developing.
If the build fails, read and fix the first compiler message from the top before chasing later messages.
Use Device Monitor to verify physical input, outgoing values, traces, controller type, and VM behavior while the test build is running.
Test with the intended console and controller; a successful compile proves syntax, not device behavior.
Program a memory slot only when you want to keep the tested script on Zen after the development session.
Use a harmless test profile before adding automation to an existing large script. Large scripts can contain later output writers, remaps, menus, or gates that hide otherwise correct code.
Last updated

