Tutorials
Steamworks API with VB.NET
Steamworks API with VB.NET
Steamworks allows you to add features such as Achievements to your game!
Add a Stat and an Achievement to your Steamworks page
Add Facepunch.Steamworks to your project via NuGet.
You may need to set your project to x64 instead of x86 or ANYCPU.
The Code in the example is all you will need to get this working
Initialization with VB.NET
Initialization with VB.NET
Use a try catch to prevent crashing if PC is offline
Call Init with your Game's APP ID provided by Steamworks
Recommended Boolean for game logic surrounding Steam
Reusable Acheivements API Call with VB.NET
Reusable Acheivements API Call with VB.NET
Doesn't run if session is invalid
Auto Update all stats
Set off achievements with 1 line
Update session state if Offline or invalid