Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Yeah, definitely has that oldschool vibe.

yo been awhile g just been messaging glitched velocity a bunch and saying u got good things to help, been stuck with the door stuff, i spoke to before i think about this like e interract with door from distance and stuff and able to close it with e and got explained how do it kind of but hasnt worked for me but telling to learn about logics and alorgithsn and variables and he said u good with vairbales. i wanna just be able to e interact with eevrything to be honest just like in games u interract buit what good. glitched velocity said yeah, he is very good with building logics and algorithms with variables only and no- coding.

Hi, yeah, I'm quite good with variables and logic in coppercube, just not very good at coding. Just_in_case is a really nice person - very kind of him to say so. The doors in this windscale game are automatically set-up, you just place them on the map with a single-mouse-click using the efpse editor and they instantly work, no need for variables or coding . You can add a texture to the door, and select the door type (normal swing-door, roll-up door, side sliding door), that's it - very simple.  You can also choose if they are unlocked or require a key to open.

(1 edit)

oh okay i get what you saying. but i would want to learn how variables work so in the future do most of my stuff myself if i can figure things out ya know. also how can i use the doors u used if its a game

For the variables, I just use 3 main things...
1- Set the variables (such as: when key is pressed, on proximity, on hit etc - set variable "whatever" =1)
2- Set conditions/variable combinations (such as: if w=1, if s=0, set variable "jump" =1)
3- Event Loops (such as: every few seconds 100ms, if "jump"=1, do action hide object.)

With these 3 things, you can make coppercube do anything - but it gets confusing trying to work everything out - just because the coppercube interface GUI only allows you to work/see a few lines (actions/behaviours) at a time - you constantly have to click open/close windows to see your visual-noncode-scripting - but GUEST made 3 plugins for me, which make non-code a lot easier to do...
https://veganpete.itch.io/coppercube-action-100-event-handler
https://veganpete.itch.io/coppercube-action-100-variables

https://veganpete.itch.io/coppercube-action-key-setter

For the doors to work in a game, just import the door-scene into your game and it should work without any extra setup - it just uses the active camera proximity to open the door. On the ambiera forum, someone made a door plugin too so you can use that if mine is too much hassle or doesn't work.

where is the door plugin u have it by chance

I don't have it, I looked everywhere on the forum and itch.io for it and can't find it there either - maybe I was wrong and there is no plugin for doors in coppercube? If you ask on the ambiera forum, someone will probably make a door plugin for you as it would be very simple for them to code...https://www.ambiera.com/forum.php

why do i exactly ask

If you just post a question as a guest on the ambiera forum, asking can someone make a door plugin for your game.

ok thx