Everything posted by Goodly
-
Classicube Command Timer
do you know how to create a custom command?
-
Can we remove the big holy f that pops up EVERY TIME!
No. We need every 12 year old and under to ask their mom what "fuck" means, so that their mom promptly realizes they should stop using the fucking internet unsupervised.
-
How do i animate my custom model?
-
Banned Users
Servers you play on can choose to ban just your account, or just your ip, or both. ClassiCube itself can also do this if you break the terms of service or do something illegal.
-
How to make custom models
Aleks just gave it to you: https://github.com/NotAwesome2/MCGalaxy-CustomModels
-
I need help again :^|
don’t name the head cube “head”
-
How to update spawn point?
stand where you want the checkpoint. /place checkpoint (it is an invisible block named checkpoint)
-
How to turn any custom block into a door?
/lb copy [id] /gb copy [id] local or global
-
How to turn any custom block into a door?
/blockprops global [id] door true /blockprops level [id] door true Global is for the global block list and level is only for that level. All of that ID will become a door. So make a clone of the block if you want to keep a version that isn't always a door.
-
Help Portals
You need to have /os go in a message block. so no matter who touches it, it goes to their own realm. For example /mb water /os go
-
How can I put spaces for the name of the bot?
/nick bot [botname] Click Me! on Not Awesome 2: /botnick [botname] Click Me!
-
Momentum?
Sounds like a placebo.
-
Momentum?
Slow the speed of what? You can change all sorts of things if you modify your own client.
-
Momentum?
For the benefit of readers, a "neo" jump is the same as what Mason is referring to as a "Mid-air strafe." A double neo would be that but two solid blocks between. - You don't reach maximum walk speed instantaneously, but there is a very quick buildup before hitting max speed, so if you jump right as you begin pressing forward you won't go as far. Take a small amount of time to walk the direction you want to jump before jumping for maximum distance. Not sure what you need to know about head hitters. They are possible, you just need to jump at the very last moment. Strafing doesn't make any difference as to how far you can move (the movement vectors produced by WASD are normalized), though it may assist you in neo jumps if you can't do it with screen-turning alone. Collide boxes are always cuboid shape and do not rotate, so you can use this info to understand a bit about what angles you need to take when jumping. As for double neos, these are just not possible with the default speed you can move at in ClassiCube.
-
Possessing
This is actually a fun idea. Could be useful for roleplays where one person takes control of various bots to act as live NPCs. I don't think anyone has written a command that can do that at the moment though.
-
I found a minecraft javascript copy
I have removed the link due to it being potentially a virus. Please avoid posting non-reputable links in the future.
-
Help with /gb and /lb
Can you explain a bit more about what a falling block means?
-
Help Bots
/skin bot [botname] $skin $skin is one of the tokens that gets substituted with another value once it’s used in-game. In this case, it always becomes the name of your current skin. You’ll also notice it works when sent in chat, if you like to be annoying. PS: you did a good job formulating this question so it was clear exactly what you meant. it’s appreciated since a lot of questions on here can be confusing
-
Lair of Truth Texture Pack.
I think it would be worth it to take some time to go over mistakes such as the diagonal cross-beam on the crate being scribbly and bent. And (what I assume is) the shiny part on the ice block having a similar issue. As digital pixel art there shouldn't really be any reason to have messy lines
-
Invis block
(make it walk-through-able) /os lb edit [id] collide 0 (make it completely invisible) /os lb edit [id] blockdraw 4
-
Why was i banned when i did nothing wrong?
You were banned because you said you were quitting and never coming back. You were also having a completely inappropriate hissy fit and pretending you were suicidal, again, despite how many times you’ve been warned not to do this in the past. Let this ban be a lesson to say what you mean and mean what you say.
-
Announce command
.cs files must be in extra/commands/source and .dll files must be in extra/commands/dll
-
Name Changes Idea
Name changes are off the table due to the countless number of software and databases that all use the username as the sole way to identify the account. Name change is also fairly pointless considering the amount of effort it would be to support. This game is free, just make a new account if you really hate your current name. Or, better yet, think before making your initial name. Some servers are generous enough to allow you to change your nickname (for that server), though.
-
How can I remove the Guest rank in MCGalaxy?
You can't remove it, only rename.
-
How can I make bots lie down?
You can rotate bots with /entrot bot [botname] [axis] [degrees] So for example, let's say we have bot named Sleeping. We can make it lie on its back with /entrot bot Sleeping x -90 On its stomach is /entrot bot Sleeping x 90 On its side is using Y axis instead. /entrot bot Sleeping y 90 (or -90!)