Grimwar: Difference between revisions
Appearance
Initialize Vellocet Developer Community |
Publish SDK documentation |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{GameNav}} | {{GameNav}} | ||
Grimwar supports custom Unity maps, VSig map logic, VMod server scripts, addon packages, Steam Workshop maps, and community dedicated servers. | |||
Grimwar supports | |||
== Start here == | == Start here == | ||
| Line 14: | Line 12: | ||
| Build a map || [[Grimwar/Mapping]] | | Build a map || [[Grimwar/Mapping]] | ||
|- | |- | ||
| | | Script map logic || [[Grimwar/VSig]] | ||
|- | |- | ||
| Publish | | Write server gameplay || [[Grimwar/VMod|VMod C# scripting]] | ||
|- | |||
| Install or select a package || [[Grimwar/Addons|Using addons]] | |||
|- | |||
| Publish a map || [[Grimwar/Steam Workshop addons|Steam Workshop publishing]] | |||
|- | |- | ||
| Operate a community server || [[Grimwar/Dedicated servers]] | | Operate a community server || [[Grimwar/Dedicated servers]] | ||
|} | |} | ||
== | == Versions == | ||
{| class="wikitable" | |||
! Component !! Version | |||
|- | |||
| Vellocet SDK || 1.0.3 | |||
|- | |||
| Unity editor || 6000.3.17f1 | |||
|- | |||
| SDK content schema || 3 | |||
|- | |||
| Addon schema || 9 | |||
|- | |||
| VMod API || 5 | |||
|} | |||
Packages built for an older rejected schema or a different VMod API must be rebuilt against the current SDK. Steam Workshop publishing currently accepts map-only Release packages; VMod packages use manual installation or the development overlay. | |||
[[Category:Grimwar]] | [[Category:Grimwar]] | ||
Latest revision as of 01:34, 25 August 2026
Grimwar supports custom Unity maps, VSig map logic, VMod server scripts, addon packages, Steam Workshop maps, and community dedicated servers.
Start here
| Goal | First document |
|---|---|
| Install the authoring tools | Vellocet SDK |
| Build a map | Grimwar/Mapping |
| Script map logic | Grimwar/VSig |
| Write server gameplay | VMod C# scripting |
| Install or select a package | Using addons |
| Publish a map | Steam Workshop publishing |
| Operate a community server | Grimwar/Dedicated servers |
Versions
| Component | Version |
|---|---|
| Vellocet SDK | 1.0.3 |
| Unity editor | 6000.3.17f1 |
| SDK content schema | 3 |
| Addon schema | 9 |
| VMod API | 5 |
Packages built for an older rejected schema or a different VMod API must be rebuilt against the current SDK. Steam Workshop publishing currently accepts map-only Release packages; VMod packages use manual installation or the development overlay.