briggsyj

joined 1 year ago
[–] briggsyj@programming.dev 3 points 20 hours ago

I really thought it had dwindled for good after the failure of the original run of Steam Machines, feels great to be where we're at now

[–] briggsyj@programming.dev 3 points 3 days ago* (last edited 3 days ago)

When I was learning c#, I found the .Net framework tutorials available on freecodecamp to be good.

Also, using the Jetbrains Rider IDE (assuming this is for private non-commercial purposes, as per the terms of their free license) rather than VSCode or Visual Studio. VSCode is still lacking in features when it comes to c#, and Visual Studio probably makes more sense if you're already accustomed to c# dev.

[–] briggsyj@programming.dev 1 points 2 months ago
       #region MapInputs
        private const int DEBUG_INPUT_SWAPWEAPON = 0;
        private const int DEBUG_INPUT_GIVEMANA = 1;
        private const int DEBUG_INPUT_GIVEHEALTH = 2;
        private const int DEBUG_INPUT_LEVELUP_STRENGTH = 3;
        private const int DEBUG_INPUT_LEVELUP_HEALTH = 4;
        private const int DEBUG_INPUT_LEVELUP_ENDURANCE = 5;
        private const int DEBUG_INPUT_LEVELUP_EQUIPLOAD = 6;
        private const int DEBUG_INPUT_TRAITSCREEN = 7;
        private const int DEBUG_UNLOCK_ALL_BLUEPRINTS = 8;
        private const int DEBUG_PURCHASE_ALL_BLUEPRINTS = 9;

wonder why they didn't go with some enums

[–] briggsyj@programming.dev 1 points 8 months ago* (last edited 8 months ago)

Wdym, examples are linked in the post's description and in the site's header?