Skip to content

Commit

Permalink
Add note about making worlds for ChilloutVR
Browse files Browse the repository at this point in the history
  • Loading branch information
exodrifter committed Dec 4, 2024
1 parent 89dc3e6 commit 896cfe8
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/entries/20241204202600.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
created: 2024-12-04T20:26:00Z
---

Helping a friend learn how to make a world for ChilloutVR.

The [documentation](https://developers.abinteractive.net/cck/setup/) is pretty sparse, so we weren't sure what to do after setting up the package. I found [this video](https://www.youtube.com/watch?v=OatATrRSO2A) which shows how to create a new world for ChilloutVR.

First of all, the CCK control panel is found under the `Alpha Blend Interactive` menu option in the title bar. In order to upload a scene, you need to log in using your username and the Content Creation Kit Master Key.

Then, you need to do the following in a scene you want to upload:
1. Add a new `GameObject`
2. Add the `CVRWorld` component to it
3. Open the CCK control panel and click the upload button

We found that it wasn't possible to test the world in the editor right away (though I'm guessing we could work around that by adding a basic first-person controller to the scene), but adding just the `CVRWorld` component was enough to make it possible to open the world in CCK and walk around in it.
20 changes: 20 additions & 0 deletions content/notes/chillout-vr-cck-create-world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: How to create a new world for ChilloutVR
created: 2024-12-04T20:29:49Z
aliases:
- How to create a new world for ChilloutVR
tags:
- chillout-vr
---

# How to create a new world for ChilloutVR

After [setting up CCK](notes/chillout-vr-cck-setup.md) and creating a new world, follow these steps: [^1]

1. Add a new `GameObject`
2. Add the `CVRWorld` component to it
3. Open the CCK control panel and click the upload button

For a more detailed tutorial, see this video: https://www.youtube.com/watch?v=OatATrRSO2A

[^1]: [20241204202600](20241204202600.md)
14 changes: 14 additions & 0 deletions content/notes/chillout-vr-cck-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: How to set up CCK for ChilloutVR
created: 2024-12-04T20:36:26Z
aliases:
- How to set up CCK for ChilloutVR
tags:
- chillout-vr
---

# How to set up CCK for ChilloutVR

After following the [setup documentation](https://developers.abinteractive.net/cck/setup/), The CCK control panel can be found under the `Alpha Blend Interactive` menu option in the title bar. To log in, use your username and the Content Creation Kit Master Key. [^1]

[^1]: [20241204202600](20241204202600.md)

0 comments on commit 896cfe8

Please sign in to comment.