-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about making worlds for ChilloutVR
- Loading branch information
1 parent
89dc3e6
commit 896cfe8
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |