Neophyte.cf doesn't allow uploading of new assets anymore. For latest assets please visit the itch.io page here https://vazahat.itch.io Follow me there so that you can get a notification whenever I post new extension or update the existing one.

COPPERCUBE

      Extensions & Demos

Download Coppercube actions, behaviors, plugins, shaders, & source files.

PLUGINS

Save lightmap textures
Save Lightmap Textures
Plugin

A plugin to save internal lightmaps of selected scenenode to disk.

Keyboard Shortcuts
Random Vertex Color
Plugin

A plugin to apply random vertex color to any 3d object .

Keyboard Shortcuts
Key Shortcuts
Plugin

A plugin to have additional shortcuts for coppercube. For better workflow use extended shortcuts instead.

Snap to object
Snap To Object
Plugin

A plugin that allows you to snap 3D object to other 3D object in coppercube editor.

Oversized Polygon
Split Oversize Polygons
Plugin (BMSKiwi)

Can be used when you get a message about polygons which are too huge - by running this script the oversized polygons will be splitted up into smaller ones. Shortcut: Ctrl+R

Snap to grid
Snap To Grid
Plugin (Pmax)

Adds a command to snap the selected object to the grid, and a second command to set the grid size. Shortcut: Ctrl+M

Drop to ground
Drop To Ground
Plugin (Robo)

Drops an item to the surface below automatically. Shortcut: Ctrl+D

Compress Scene
Compress Scene
Plugin (N.Gebhardt)

Compresses all geometry in the scene in order to make the file size smaller. Useful for big sized webGL or flash scenes.

Freeze scale and normalize normals
Freeze Scale And Normalize Normals
Plugin (N.Gebhardt)

Freezes the scale and rotation of the selected mesh and also normalizes all normals, making lighting on WebGL and Flash faster and more accurate. Shortcut: Ctrl+K

Optimal lightmap
Get Optimal Lightmap Settings
Plugin (BMSKiwi)

Analyzes the scene and calculates the optimal lightmap calculation settings. Shortcut: Ctrl+E

Behaviors

Directional proximity
Directional Proximity v1.1
Behavior CC 6.6+ 

A CopperCube behavior that allows you to execute an action when object enters the proximity from a specific direction.

Motion blur
Motion Blur
Behavior (Hadoken) CC 6.4+ pro/studio version

A Coppercube behavior for pro/studio version users to have Motion blur effect in their CopperCube games. 

2D camera
2D Camera  Controller v1.2
Behavior CC 6.4+

A Coppercube camera controller for 2D games can be used with ease for platformer and RTS games. 

Custom path and AI
Custom Path and AI v1.2
Behavior cc 6.4+

A CopperCube behavior that allows you to use custom path with path node and AI.

Scanlines effect
Scanlines Effect v1.1
Behavior (HADOKEN) CC 6.4+

A CopperCube behavior that allows you to apply scanlines post effects to your projects.

behavior On mouse hover
Custom Mouse
Behavior CC 6.4+

A CopperCube behavior that allows you to have a custom mouse cursor with additional mouse events.

behavior On mouse hover
Animates External Textures
Behavior CC 6.4+

A CopperCube behavior that allows you to load and animate external textures with option to execute actions at different situations.

behavior On mouse hover
On Mouse Hover
Behavior 

A CopperCube behavior that allows you to execute action when mouse cursor is hovered over a 3D object.

Animated Healthbar
Animated Healthbar
Behavior (SMN MHMDY)

Adds an in game animated healthbar overlay.

FPS Meter
FPS METER
Behavior (Vazahat & Saman) CC 6.4+

Adds an in game FPS counter to your game.

fall damage
Fall Damage
Behavior (Hadoken)

Calculates player fall damage when player jumps or falls from a height.

Editable Text Overlay
Editable Text Overlay
Behavior

A behavior that will convert 2D overlays into editable overlay, you can type in text into them during runtime of your coppercube game.

TPP Cam
TPP Camera Controller
Behavior (SMN MHMDY)

An advanced third person camera controller that has rotation with mouse, material specific sounds and many more.

Animate TextureCoords
Animate Texture Coordinates 
Behavior (SMN MHMDY)

A behavior that allows you to animate texture coordinates of any node in coppercube.

Volume  Manager
Volume Manager
Behavior

A behavior that allows you manage different volume levels in your coppercube game like music, sound fx, master volume.

On Ground
Do Something On Ground
Behavior

A behavior that allows you to execute an action if an object  is on ground.

Text Animation
Text Animation
Behavior

A behavior that allows you to have typewriting text effect for your 2D overlay texts in coppercube.  For better results download the Action with the same name.

Console Cheats
Console Cheats
Behavior

A behavior that allows you to have console based cheats for your coppercube game.

Cheat codes
Cheat Codes
Behavior

A behavior that allows you to add cheat codes to your coppercube game.

Move object to the position of click
Move Object By Click Into 3D World
Behavior (N.Gebhardt)

A behavior that allows you to create point and click games by moving objects in a 3D scene with the help of mouse.

2D Jump n Run
2D Jump'n'Run
Behavior (N.Gebhardt)

Very simple jump 'n' run behavior. Moves the node it is attached to only on the x axis, controlled by the cursor keys and with space for 'jump'.

Camera Zoom
Camera Zoom By Mouse Wheel
Behavior (N.Gebhardt)

If attached to a scene node (root recommended), this will zoom the current active camera if the mouse wheel is used. Speed and minimal and maximal zoom adjustable.

Parallax Scroll
Parallax Camera Effect
Behavior (N.Gebhardt)

If attached to a camera, this will slightly move the camera depending on the mouse position, creating a slight parallax scroll effect.

Random intervals
Do At Random Intervals
Behavior (BMSKiwi)

Performs an action at random intervals.

Move between 2 points
Move Between Points
Behavior (N.Gebhardt)

Will move the scene node it is attached to linearly between two 3d points. This is the example behavior from the documentation.

Animate dynamic textures
Animate Dynamic Loaded Textures
Behavior (N.Gebhardt)

Animates an object with an array of dynamically loaded textures, from your server/disk. Also works with Flash and WebGL.

Edit Box
Edit Box
Behavior (N.Gebhardt)

Makes a 2D overlay behave like an edit box. Just attach this behavior to any 2D overlay and start typing. Additionally stores the text in a variable if wished. Very simple, for advanced features use "Editable Text Overlay" instead.

Do function call
Do Function Call
Behavior (BMSKiwi)

Binds any CopperCube action(s) to a named javascript function. The attribute 'FunctionName' is the name of the global function object that is created. Can be called from anywhere in the window to execute the listed CopperCube actions.

Swipe and Gestures
Detect Swipes And Gestures
Behavior (N.Gebhardt)

This can detect gestures such as swipes (swipe up, down, left right) and then triggers actions. Just attach it to the root node or an object in the scene (not the camera), and it should work.

model viewer camera extended
Model Viewer Camera Extended
Behavior (N.Gebhardt)

Works like the model viewer camera behavior, but supports pan and its radius can be changed by the JS variable 'ModelViewerCameraExRadius'.

Footsteps sound
Footsteps
Behavior (N.Gebhardt)

Plays footsteps sounds when the object it is attached to is moving. There are three different footsteps possible, as action slot. 

Day Night Cycle
Day/Night Cycle
Behavior (N.Gebhardt)

A behavior that can be attached to a directional light and makes it behave like the sun: There will be sunrise, day, sunset, and night.

Follow main character on map
Follow Main Character On Scene Map
Behavior (A. AbdelSalam)

This draws a map and the position of the player on it. Included in the .zip is a .PDF with a tutorial.

Camera Zoom
Camera Zoom by Right Mouse Button
Behavior (Mio 'J0linar' Sejic)

Zooms the camera when right mouse button is clicked

Sea Level
If Below Sea Level
Behavior (Bracer Jack)

Runs an action if the node it is attached to is below the sea level.

Function keys Usage
Function Keys Usage
Behavior (Techno-Valley)

Lets you use the special function keys on your Keyboard (F1, F2 ... F12) only works on .Exe target.

ACTIONS

Dialogue Manager
Dialogue Manager v1.1
Action CC 6.6+

A CopperCube action that allows you to easily frame dialogue conversations with character name and avatar, sounds, Auto text  animation, duration etc.
V1.1 has some bug fixes.

Copy Animations
Copy animations to node
Action CC 6.6+

A CopperCube action that uses animation from another node and apply to a node that has the same skeleton(rig).

Splitscreen
Splitscreen into two
Action CC 6.6+

A CopperCube action that splits the screen in two using 2 different camera views.

itch.io keyboard fix
itch.io keyboard controls fix
Action CC 6.4+

A CopperCube action that fixes keyboard controls for webGL games published on itch.io

Rotate towards object
Rotate/Look Towards  Object v1.2
Action (Vazahat & JaimeZegpi) CC 6.4+

2 actions that allows to change any object to face in the direction of another object. V1.2 of action by Vazahat

Rotate with mouse
Rotate With Mouse v1.2
Action CC 6.4+

An action which allows to control rotation of an object using the mouse.

Open a website
Open a Website
Action CC 6.4+

An action that allow you to open any website in the browser in windows and webgl.

Change Attributes
Change Attributes
Action

An action that allows to change general and material properties of any scene-node in coppercube.

Read a line from file
Read Specific Line From A Text File
Action

An action which allows to read a specific line of text from a file in coppercube.

Vibrate
Vibrate Device
Action

An action which allows to make the device vibrate if executed in coppercube game or app, if there is hardware which supports vibration.

Text Animation
Text Animation
Action

An updated extension which now uses action instead of behavior to animate text of a 2D overlay with type writing effect.

8 Directional NPC
8 Directional NPC
Action

An action which allows to create 8 directional NPC characters, an update is planned for this action.

SHADERS

Skybox Shader
Skybox Shader
Shader Action 

A CopperCube shader action that allows you to dynamically create skyboxes. Also allows you to create stars for a night sky.

Custom point light v3.0
Custom Point Light v3.3
Shader Action (paid $20)

A shader action to create custom point light in Coppercube with normal map, specular map and ambient occlusion.
V3.3 now supports fog.

Blend Textures
Dynamic Overlays
Shader Action (Robo)

A shader action that allows you to have 3D dynamic overlays in your Coppercube game.

Blend Textures
Blend Textures v1.2
Shader Action

A simple shader to blend two textures together in coppercube.

V1.2 now supports webGL

LOD
Realtime Texture LOD Filter v1.2
Shader Action

A shader action to apply Real-time LOD texture filter to any 3D object in CopperCube.
V1.2 now supports fog.

Wind Shader
Animate Texture Coords v1.3
Shader Action 

A Coppercube extension that animates a texture.
V1.3 now supports fog. 

Wind Shader
Wind Shader
Shader Action v1.2

A Coppercube extension that allows you to apply wind effect to any object. 
V1.2 now supports fog.

Dissolve Effect Shader
Dissolve Effect v1.2
Shader Action 

A Coppercube extension that allows you to Dissolve in or out any object. 
V1.2 now supports fog.

Dots Effect Shader
Dots Effect v1.2
Shader Action 

A Coppercube extension that allows you to apply dotted effect to any texture. 
V1.2 now supports fog.

Pixelated Effect
Pixelated Effect v1.2
Shader Action 

A Coppercube extension that allows you to apply pixelated  effect to any texture. 
V1.2 now supports fog.

Spritesheet Animation
Spritesheet Animation v1.4
Action (paid $8)

A Coppercube extension that allows you to use 2D Spritesheets in your app or game. 
V1.4 whole new codebase.
now supports openGL also.

No Fog
Remove Fog 
Shader Action

A shader which removes fog from skybox and other object.

Toon Shader
Toon Shader v1.3
Shader Action

A shader that allows you create stylized toon characters by the cel shading technique in coppercube.
V1.3 now supports fog.

Fade Object
Fade Object v1.4
Shader Action

A shader action that gives you the ability to fade-in and fade-out any 3D object during runtime. 
V1.4 Fixed a bug with fading in.

Spot light
Spot Light
Shader Action

A shader action to create custom spot light in coppercube.

Pallete Swap
Color Swapping v1.3
Shader Action

A simple color swapping shader to work in coppercube, best suited to work with 2D pixel-art.
V1.3 now supports fog.

DEMOS & OTHER

GTA VC Clone
GTA Vice City Clone
Game Source & Tutorial

An open world game clone demo created in CopperCube. Read the tutorial and download the source.

Relax Melodies Android
Relax Melodies Android Clone
Game Source & Tutorial

An android app clone that allows you to play soothing music and sounds created in CopperCube.

Parallax screensaver
Screensaver for Windows
Game Source & Tutorial

A parallax wallpaper screensaver created in CopperCube.

FPS_TPS Game
FPS_TPS Game
Game Source (JaimeZegpi)

A CopperCube First person, Third person shooter game source file. Can be played in the browser directly.

Beat'em Up
Beat 'em up
Game Source

A beat 'em up game demo source with 2 behaviors for player and AI, health  pickup and combat system.

CC JS editor
CC JS Editor
Tool (SMNMHMDY)

Allows you to create a new extension based on a template and automatically refreshes the plugins of cc if it's open, which would help with the workflow.

Gyruss
Gyruss
Game Source (Jaime Zegpi)

A basic Gyruss like game controller comes with Gyruss behavior.

Game of life
Game Of Life
Game Source (SMNMHMDY)

A simple life simulation game in 2D & 3D.

Themes
Icons Theme
Installer

An installer to have custom icons for coppercube.

Extended Shortcuts
Extended Shortcuts
Installer

An installer to have extended shortcuts for coppercube (highly recommended).

Particles
Particle Effects
Game Source

A huge collection of different types of coppercube particle effects.

Ludo
Ludo
Game Source

A basic turn based board game source file created in coppercube.

Launcher
Game Launcher
Game Source

A basic template of external app launcher created in coppercube.

SunnyLand Forest
SunnyLand Forest
Game Source

A 2D side-scroller platformer game source file created in coppercube.

Doodle Jump
Doodle Jump
Game Source

A simple vertical platformer game source cloned in coppercube.

Helix Jump
Helix Jump
Game Source

An endless vertical platformer game, source file cloned in coppercube.

Snake & Ladders
Snake & Ladders
Game Source

A turn based board game source file cloned in coppercube.

Snake
Snake
Game Source

A basic particle based snake game source file created in coppercube.

Match Memory Game
Match Game
Game Source

A basic match (memory) 2D game source file created in coppercube.

Flappy Bird
Flappy Bird
Game Source

An endless side-scroller platformer game source file cloned in coppercube.

Bang
Bang!
Game Source

A local multiplayer competitive Co-operative game source file cloned in coppercube.

Duck Hunt
Duck Hunt!
Game Source

A classic shooting title Duck Hunt game source file cloned in coppercube.

About

Neophyte is a website developed to provide tutorials, assets and source files of CopperCube projects.

Join Us