mirror of
https://github.com/TemujinCalidius/SurvivorCore.git
synced 2026-08-14 00:58:01 +00:00
docs: add v0.7.0 hunting/loot-bags demo video + site video grid tile
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
7877e88f3a
commit
8bd929a1d4
@@ -1,6 +1,6 @@
|
||||
# No-code content authoring
|
||||
|
||||
> 📹 **Demos:** [creating quests & achievements](https://makertube.net/w/uSGJ2MHEFjSSKxMiJBJ6Y5) · [creating mobs, weapons & ammo](https://makertube.net/w/tyn8JEMG3CaMbTXid8osdU) · [creating an item + gatherable](https://makertube.net/w/mCneurjoY3Av6yi48VsGQE)
|
||||
> 📹 **Demos:** [creating quests & achievements](https://makertube.net/w/uSGJ2MHEFjSSKxMiJBJ6Y5) · [creating mobs, weapons & ammo](https://makertube.net/w/tyn8JEMG3CaMbTXid8osdU) · [creating an item + gatherable](https://makertube.net/w/mCneurjoY3Av6yi48VsGQE) · [hunting, butchering & loot bags](https://makertube.net/w/oVJwYUhCKxA2ZvgvocdhwZ)
|
||||
|
||||
The engine ships **zero** items, resources, or recipes — your game supplies them. You can do this
|
||||
two ways, and they coexist:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Death, loot bags & respawn
|
||||
|
||||
> 📹 **Demo:** [death, loot bags, the owner beacon & the corpse run](https://makertube.net/w/oVJwYUhCKxA2ZvgvocdhwZ)
|
||||
|
||||
When a player dies, SurvivorCore drops their belongings into a **loot bag** at the spot they fell
|
||||
([`src/systems/LootBags.luau`](../src/systems/LootBags.luau), ported from The Counter Earth). The
|
||||
survival stakes system: get back to your bag before it's gone — or before someone else does.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Mobs & AI
|
||||
|
||||
> 📹 **Demo:** [creating mobs & fleeing hunt-NPCs, plus combat and the admin plugin](https://makertube.net/w/tyn8JEMG3CaMbTXid8osdU)
|
||||
> 📹 **Demos:** [creating mobs & fleeing hunt-NPCs, plus combat and the admin plugin](https://makertube.net/w/tyn8JEMG3CaMbTXid8osdU) · [hunting a boar & butchering the carcass](https://makertube.net/w/oVJwYUhCKxA2ZvgvocdhwZ)
|
||||
|
||||
The **mob & AI engine** ([`src/systems/Mobs.luau`](../src/systems/Mobs.luau)) is the shared,
|
||||
content-free creature substrate that combat (#12), animals (#13) and monsters (#14) all build on.
|
||||
|
||||
@@ -170,6 +170,7 @@
|
||||
<div class="video"><iframe src="https://makertube.net/videos/embed/b6RWPeiW6vLz4iVXuuiRtP" title="Gathering & crafting demo" loading="lazy" allowfullscreen sandbox="allow-same-origin allow-scripts allow-popups allow-fullscreen"></iframe><span>Gathering & crafting</span></div>
|
||||
<div class="video"><iframe src="https://makertube.net/videos/embed/mCneurjoY3Av6yi48VsGQE" title="No-code content creation demo" loading="lazy" allowfullscreen sandbox="allow-same-origin allow-scripts allow-popups allow-fullscreen"></iframe><span>No-code creation</span></div>
|
||||
<div class="video"><iframe src="https://makertube.net/videos/embed/uSGJ2MHEFjSSKxMiJBJ6Y5" title="Quests & achievements demo" loading="lazy" allowfullscreen sandbox="allow-same-origin allow-scripts allow-popups allow-fullscreen"></iframe><span>Quests & achievements</span></div>
|
||||
<div class="video"><iframe src="https://makertube.net/videos/embed/oVJwYUhCKxA2ZvgvocdhwZ" title="Hunting & loot bags demo" loading="lazy" allowfullscreen sandbox="allow-same-origin allow-scripts allow-popups allow-fullscreen"></iframe><span>Hunting & loot bags</span></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user