Skip to content
Snippets Groups Projects

More details on adding a WA map to an assembly.

Merged vanion requested to merge vanion/howto.rc3.world:vanion-master-patch-35941 into master
2 files
+ 13
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
4
@@ -74,10 +74,12 @@ obvious violations (e.g. exits to nonexistant maps), or suggest improvements.
@@ -74,10 +74,12 @@ obvious violations (e.g. exits to nonexistant maps), or suggest improvements.
To contribute maps to the world, you have to
To contribute maps to the world, you have to
[register an assembly](https://maschinenraum.rc3.world/).
[register an assembly](https://maschinenraum.rc3.world/).
Please store your maps in a git repo of your choice and and enter a (publicly
Please store your maps in a git repo of your choice. Then add a new room to your
clonable) URL to it our backend. Our infrastructure will then periodically pull
assembly. Click the button "create" in the "2D map" field. In the next window you can enter the (publicly clonable) URL of the git repo.
your map in, run a rudimentary linter on it to check for a few requirements and
general consistency, and then deploy it to rc3.world.
Our infrastructure will then periodically pull your map in, run a rudimentary
 
linter on it to check for a few requirements and general consistency, and then
 
deploy it to rc3.world.
Please note that your map may also be rejected in case it contains errors (e.g.
Please note that your map may also be rejected in case it contains errors (e.g.
exits pointing to maps that do not exist) or is simply in the wrong format. If
exits pointing to maps that do not exist) or is simply in the wrong format. If
Loading