Jump to content

Main Page: Difference between revisions

From Vellocet Developer Community
Initialize Vellocet Developer Community
Deploy Vellocet visual system
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<div class="vellocet-hero">
<div class="vellocet-hero">
<div class="vellocet-hero__rail"><span>PUBLIC BUILD</span><span>DOCS / 2026</span></div>
<div class="vellocet-eyebrow">VELLOCET DEVELOPER COMMUNITY</div>
<div class="vellocet-eyebrow">VELLOCET DEVELOPER COMMUNITY</div>
<div class="vellocet-hero__title">Build worlds.<br />Change the rules.</div>
<div class="vellocet-hero__title">Build worlds.<br />Change the rules.</div>
<p class="vellocet-hero__lede">Official technical documentation for creating maps, server mods, tools, and community content for Vellocet games.</p>
<p class="vellocet-hero__lede">Install the SDK, build Grimwar maps, write VSig and VMod, package addons, and run community servers.</p>
<div class="vellocet-actions">[[Grimwar/Getting started|Start with Grimwar]] [[Vellocet Developer Community:Community portal|Join the community]]</div>
<div class="vellocet-actions">[[Grimwar/Getting started|Start with Grimwar]] [[Vellocet SDK|Install the SDK]]</div>
<div class="vellocet-hero__meta"><span>Maps</span><span>Server mods</span><span>Workshop</span><span>Tools</span></div>
</div>
</div>


Line 11: Line 13:
<div class="vellocet-card-grid">
<div class="vellocet-card-grid">
<div class="vellocet-card vellocet-card--grimwar">
<div class="vellocet-card vellocet-card--grimwar">
<div class="vellocet-card__index">01 / 03</div>
<div class="vellocet-card__status">IN DEVELOPMENT</div>
<div class="vellocet-card__status">IN DEVELOPMENT</div>
<h2>Grimwar</h2>
<h2>Grimwar</h2>
Line 16: Line 19:
<div class="vellocet-card__links">[[Grimwar|Open developer portal →]]</div>
<div class="vellocet-card__links">[[Grimwar|Open developer portal →]]</div>
</div>
</div>
<div class="vellocet-card">
<div class="vellocet-card vellocet-card--aneurism">
<div class="vellocet-card__index">02 / 03</div>
<div class="vellocet-card__status">DOCUMENTATION INDEX</div>
<div class="vellocet-card__status">DOCUMENTATION INDEX</div>
<h2>ANEURISM IV</h2>
<h2>ANEURISM IV</h2>
<p>Technical references and community knowledge for ANEURISM IV.</p>
<p>The ANEURISM IV section currently records documentation status without claiming unsupported mod interfaces.</p>
<div class="vellocet-card__links">[[ANEURISM IV|Open developer portal →]]</div>
<div class="vellocet-card__links">[[ANEURISM IV|Open developer portal →]]</div>
</div>
</div>
<div class="vellocet-card vellocet-card--muted">
<div class="vellocet-card vellocet-card--muted">
<div class="vellocet-card__index">03 / 03</div>
<div class="vellocet-card__status">FUTURE RELEASES</div>
<div class="vellocet-card__status">FUTURE RELEASES</div>
<h2>Upcoming games</h2>
<h2>Upcoming games</h2>
<p>New developer portals will share the same tools, conventions, and contributor workflow.</p>
<p>Game-specific documentation will be added only after its public authoring interfaces are fixed.</p>
<div class="vellocet-card__links">[[Upcoming games|View the roadmap →]]</div>
<div class="vellocet-card__links">[[Upcoming games|Documentation policy →]]</div>
</div>
</div>
</div>
</div>
Line 33: Line 38:


<div class="vellocet-resource-grid">
<div class="vellocet-resource-grid">
<div><h3>[[Vellocet SDK]]</h3><p>Install the Unity package, create content, validate it, and export release-ready addons.</p></div>
<div><div class="vellocet-resource__index">01 / SDK</div><h3>[[Vellocet SDK]]</h3><p>Install the Unity package, create content, validate it, and export release-ready addons.</p></div>
<div><h3>[[Grimwar/Mapping|Mapping]]</h3><p>Author maps with entities, signals, lighting, navigation, and spatial data.</p></div>
<div><div class="vellocet-resource__index">02 / WORLD</div><h3>[[Grimwar/Mapping|Mapping]]</h3><p>Author maps with entities, signals, lighting, navigation, and spatial data.</p></div>
<div><h3>[[Grimwar/Server-side modding|Server mods]]</h3><p>Build bounded C# gameplay extensions against the stable Grimwar Mod API.</p></div>
<div><div class="vellocet-resource__index">03 / LOGIC</div><h3>[[Grimwar/VSig|VSig]]</h3><p>Connect entities, keep map state, schedule actions, and exchange signals with VMod.</p></div>
<div><h3>[[Grimwar/Steam Workshop addons|Workshop]]</h3><p>Package, validate, publish, install, and troubleshoot community content.</p></div>
<div><div class="vellocet-resource__index">04 / CODE</div><h3>[[Grimwar/VMod|VMod]]</h3><p>Write server-authoritative C# against the public Grimwar Mod API.</p></div>
<div><div class="vellocet-resource__index">05 / SHIP</div><h3>[[Grimwar/Addons|Addons]]</h3><p>Package, install, select, validate, and test Grimwar content.</p></div>
<div><div class="vellocet-resource__index">06 / STEAM</div><h3>[[Grimwar/Steam Workshop addons|Workshop]]</h3><p>Publish map-only Release packages and diagnose delivery failures.</p></div>
</div>
</div>


<div class="vellocet-section-heading"><span>03</span><h2>Contribute</h2></div>
<div class="vellocet-section-heading"><span>03</span><h2>Contribute</h2></div>


This wiki combines official, generated reference material with community-authored guides. Read the [[Vellocet Developer Community:Content policy|content policy]], browse [[Special:RecentChanges|recent changes]], or visit the [[Vellocet Developer Community:Community portal|community portal]].
<div class="vellocet-contribute">
<div class="vellocet-contribute__label">Correct a guide or report a missing contract.</div>
<div class="vellocet-contribute__body">Read the [[Vellocet Developer Community:Content policy|content policy]], inspect [[Special:RecentChanges|recent changes]], or use the [[Vellocet Developer Community:Community portal|community portal]]. Generated API pages are maintained from versioned source.</div>
</div>

Revision as of 01:13, 25 August 2026

PUBLIC BUILDDOCS / 2026
VELLOCET DEVELOPER COMMUNITY
Build worlds.
Change the rules.

Install the SDK, build Grimwar maps, write VSig and VMod, package addons, and run community servers.

MapsServer modsWorkshopTools
01

Choose a game

01 / 03
IN DEVELOPMENT

Grimwar

Map authoring, VSig, Workshop addons, dedicated servers, and server-side C# mods.

02 / 03
DOCUMENTATION INDEX

ANEURISM IV

The ANEURISM IV section currently records documentation status without claiming unsupported mod interfaces.

03 / 03
FUTURE RELEASES

Upcoming games

Game-specific documentation will be added only after its public authoring interfaces are fixed.

02

Developer resources

01 / SDK

Vellocet SDK

Install the Unity package, create content, validate it, and export release-ready addons.

02 / WORLD

Mapping

Author maps with entities, signals, lighting, navigation, and spatial data.

03 / LOGIC

VSig

Connect entities, keep map state, schedule actions, and exchange signals with VMod.

04 / CODE

VMod

Write server-authoritative C# against the public Grimwar Mod API.

05 / SHIP

Addons

Package, install, select, validate, and test Grimwar content.

06 / STEAM

Workshop

Publish map-only Release packages and diagnose delivery failures.

03

Contribute

Correct a guide or report a missing contract.
Read the content policy, inspect recent changes, or use the community portal. Generated API pages are maintained from versioned source.