Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
projects:2dworld [2021/01/06 23:36]
wanda angelegt
projects:2dworld [2021/04/23 20:49] (aktuell)
wanda [companions]
Zeile 3: Zeile 3:
 template ​     : :​sys:​tpl:​project template ​     : :​sys:​tpl:​project
 description ​  : 2D Welt zum herumschwimmen (Aquarium-Simulation) description ​  : 2D Welt zum herumschwimmen (Aquarium-Simulation)
-coordinators ​ : [[:​users:​wanda:​]],​ [[:​users:​sakana:​]],​ [[:​users:​flosse:​]],​ [:​users:​paulafisch:​]],​ [[:​users:​skruppy:​]],​ [[:​users:​Hifish:​]]+coordinators ​ : [[:​users:​wanda:​]],​ [[:​users:​sakana:​]],​ [[:​users:​flosse:​]], ​[[:​users:​paulafisch:]], [[:​users:​pjs:]], [[:​users:​skruppy:​]],​ [[:​users:​Hifish:​]]
 confidants ​   :  confidants ​   : 
-state_tags ​   : planned+state_tags ​   : working, in progress
 type_tags ​    : software, game type_tags ​    : software, game
 ---- ----
 +
 +Beginn:
 +20 Uhr
 +
 +Wo?
 +ffmuc-Jitsi (Link in der E-Mail)
 +
 +====Mit welchen tools? ====
 +
 +=== Maps bauen (Tiles) ===
 + 
 +Was? https://​www.mapeditor.org/​ \\ 
 +Wie? (Install): \\ 
 +Download: https://​thorbjorn.itch.io/​tiled?​download (aktuell Version 1.4.3: Tiled-1.4.3-x86_64.AppImage) \\ 
 +<code sh>
 +chmod u+x Tiled-1.4.3-x86_64.AppImage
 +./​Tiled-1.4.3-x86_64.AppImage
 +</​code>​
 +
 +=== Spielumgebung und Maps integrieren (workadventure) ===
 +
 +Was? \\
 +https://​github.com/​thecodingmachine/​workadventure \\
 +Wie? (Install) \\
 +Hoffentlich mit Docker ;)\\
 +\\
 +
 +Auf den Server muss:
 +  * Env-Variablen Vorlage: https://​github.com/​thecodingmachine/​workadventure/​blob/​develop/​.env.template \\
 +  * https://​github.com/​thecodingmachine/​workadventure-map-starter-kit ​
 +
 +==== Howto ====
 + 
 +
 +Howto für Tiles (vom #​rc3): ​
 +   * https://​howto.rc3.world/​maps.html
 +   * tutorial ausm muccc-github für tiled: https://​codimd.c3d2.de/​WA-Zone-Einstieg-06#​Workadventure-Einstieg ​
 +
 +Tilesets: ​
 +  * https://​github.com/​raumzeitlabor/​rc3-map-rzl ​                                             │
 +  * https://​github.com/​raumzeitlabor/​rc3-map-lounge ​
 +
 +==== Idee ====
 +
 +  * Irrland "​nachbauen"​ inkl. Aquarium
 +  * vielleicht in Verbindung mit anderen: Vgl. https://​links.rc3.world/#​community (z.B. https://​fediventure.net/​)
 +
 +==== companions ====
 +
 +  * Animations-Datei ablegen unter: /​srv/​workadventure/​front/​dist/​resources/​characters/​
 +  * Auf Animations-Datei hier verweisen: /​srv/​workadventure/​front/​src/​Phaser/​Companion/​CompanionTextures.ts
 +  * aktuell noch: <code bash> docker-compose up -d --build --no-deps --force-recreate front </​code>​
  
  
-https://​howto.rc3.world/​maps.html 
projects/2dworld.1609972571.txt.gz · Zuletzt geändert: 2021/01/06 23:36 von wanda