Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Misc Tutorials

Fixing the "stage_data_get" crash
Tutorial
The latest version of the normal branch of GameMaker (v2023.8.1.148) causes PFE to crash on the stage select. This is due to backend changes in GameMaker. PFE o...
2 files
some quirks with wrapping strings inside quotation marks
Tutorial
<<choice_shown '"You know what, I\'m just going to write something vague. Ten bucks."' _next>> You may notice in some choice text that I had to add in backslash...
variable types and string Template
Tutorial
Global variables ($fname, $money, etc.) can be “set” (created) anywhere, and then they exist until they are “unset”. Depending on how many level of undo...
storyinit.tw
Tutorial
located: src/twee/meta/storyinit.tw :: StoryInit [illumeIgnore] ... Think of this like the *create variables section in startup.txt of ChoiceScript. It’s not...
storydata.tw
Tutorial
located: src/twee/meta/storydata.tw :: StoryData [illumeIgnore] { "ifid": "", "format": "SugarCube", "format-version": "2.36.1", "start": "Start" } :: StoryTitl...
config.js
Tutorial
located: src/js/config.js It’s like a configuration file for programs, if you have ever needed to make changes to .ini files in Windows. Regardless, you can c...
"compile.bat", task automation for compiling
Tutorial
@ECHO OFF Rem Below variables should be changed to fit your setup Rem example zip tool: https://www.7-zip.org/ set COMPILER="C:\Users\yourname\Desktop\tweego\tw...
Preparation Steps
Tutorial
Prepare a code editor (technically notepad will work fine). I recommend Visual Studio Code. Check that you have the useful extensions installed for it: In the E...
1 file
I NEED YOUR FEEDBACK!
1
Tutorial
Guys, please don't be hesitated to write your questions, or your personal runes if you need help with interpretations. Any feedback will be appreciated! Thank y...
1 file
Basic usage tutorial and tips!
6
Tutorial
I've formatted this in a FAQ form- if any new questions crop up, I'll try and answer them here! Will this work on my PC? -If Blender (at least version 3.1) work...
A tip for processing pixel art using MRMO-Halftone!
5
Tutorial
To avoid hard, jagged halftone edges when processing pixel art, you can export or rescale your art to a larger scale factor before loading in into the shader- a...
Basic usage tutorial and tips!
Tutorial
I've formatted this in a FAQ form- if any new questions crop up, I'll try and answer them here! Will this work on my PC? -If Blender (at least version 2.93) wor...
Building the Scene
2
9
Tutorial
Hello again! In the current state of the project, I still have a couple of things planned for the build and have already started talking to composers for music...
Creating Characters
3
32
Tutorial
Today I want to talk about my process for creating characters from concept to model to in-engine. Concept Before I begin the modeling process, it's important to...
Setting up the HPSXRP
13
23
Tutorial
What is the HPSXRP The HPSXRP (short for: Haunted PSX Render Pipeline) is a render pipeline for Unity3d that emulates the hardware limitations of the PS1. The p...
Show/Hide Items according to Variables
Tutorial
(credits to @ rulz from the GB Studio discord for this idea, he rules!) * The template, step-by-step guide and rom were updated to allow for the usage of variab...
3 files