Skip to content

Video Guides

👋 Welcome

Hello there! You're here early. Earlier than expected...
I haven't gotten to making all the guides yet, but they will all be added here one at a time! 😇

Note

I am not a content creator, I am a programmer.
This video guide series will not be scripted, highly edited, short form videos.
They will instead be long-form technical walkthroughs made with the intention of actually teaching you the framework.

If PikeConsole grows a community, and better video series start popping up, they will (if the author agrees) be featured here as an alternative.

Videos

Video titles marked with 🚫 have not yet been created.

🚫 Showcase

This video showcases both PikeConsole's entire executable runtime system and the logger system.
You will witness the following systems being utilized:

  • CVars.
  • Commands.
  • Aliases.
  • Config files.
  • User config files.
  • PikeLogger (logging system).

You will also learn a few basic commands native to PikeConsole that'll help you when navigating the framework at runtime.

VIDEO NOT YET CREATED

🚫 Installing the project

You will learn:

  • How to install PikeConsole.
  • How to solve the missing .csproj error for new projects.

VIDEO NOT YET CREATED

🚫 Logging

You will learn:

  • How to create logs.
  • What LogLevel is.
  • What LogTarget is.
  • What log tags are.
  • How to create custom headers.
  • What the Godot interop is.
  • How PikeLogger saves performance over GD.Print

VIDEO NOT YET CREATED

🚫 Applying a pathmap

You will learn:

  • How compile time variables work
  • Why PikeConsole leaks your directory structure
  • How to fix the leak using a PathMap

VIDEO NOT YET CREATED

🚫 CVars

You will learn:

  • Why CVars are important.
  • What types of CVars exists in PikeConsole.
  • How to create CVars.
  • How to consume CVars (property & event).
  • How to connect CVars to UI elements (settings menu).
  • How CVars functions with user configs.
  • How to rename the cvars directory.

VIDEO NOT YET CREATED

🚫 Commands

You will learn:

  • Why Commands are important.
  • How to navigate commands.
  • How to create your own commands.
  • The best practices for when creating commands.

VIDEO NOT YET CREATED

📙 Other resources