• 3

    posted a message on Online 3D Schematic Builder - Brushes, Shaders, Terrain and Text Creator + Lots More - No downloads required!
    -

    Cubical is an online WebGL based schematic creator, editor and converter that tries to hold true to some basic Minecraft features. It started as a simple side project to provide a preview for a 3D text generator (which is also included) but has now grown to a full blown editor that includes some basic brush and selection tools to help build and create your own custom schematics.


    An unedited screenshot of the newest version.

    New Start


    Basic Features

    • Able to load and save schematic, bo2 and shape fiies.
    • Fullscreen 3D editor with Minecraft like controls.
    • Toggle for gravity/flymode and basic block hit detection.
    • Basic selection creation and block filing.
    • 5 Different brush tools including sphere, block, fill, erode and overlay.
    • Minecraft like action bar that allows you to bind tools with saved args.
    • Basic block model textures support including solid color toggle.
    • Several powerful custom generator tools for 3D text and perlin terrain.

    Older Screenshots



    Perlin Islands


    Large Build


    Large Build


    Try Cubical now at http://cubical.xyz


    Chrome is the preferred browser for using this tool, most features also work for Firefox, and sometimes IE as well.


    Contact me, or follow the progress of cubical on Twitter @inHaze

    Posted in: Minecraft Tools
  • 1

    posted a message on Online 3D Schematic Builder - Brushes, Shaders, Terrain and Text Creator + Lots More - No downloads required!

    Lots of new updates recently! Some of which include some new shadow mapping options that make it easy to capture amazing images of your builds. It also has several new tools and brushes with a brand new block picker that makes selecting any block super easy!


    Shadow Mapping - Town


    Shadow Mapping - Hillside Manor


    Vertex Distort



    Would love to hear feedback from anyone that tries it out, good or bad! Also, the help section is severely lacking ATM, but I am more than happy to answer any questions you may have on how to use it, or any of the features.

    Posted in: Minecraft Tools
  • 5

    posted a message on Single Player Commands [V4.9] - Official Download [SPC] [+NoClip]
    Quote from q3hardcore

    I'm actually waiting to see if anyone else updates it :) And I'm still working on updating XCommands.


    q3hardcore! Hey, nice to see you are still around! I actually was thinking about trying to update it myself after seeing Lou's post. I have not used java a whole lot but have been slowly learning more and more the last few months. I actually took it upon myself to try and make a real mod last night with the new version, and it actually worked! :)

    It was a pretty simple mod, my only goal was trying to load a javascript file from outside the game and have it successfully run, which it did :) My method was probably not the proper way, but without having MCP updated, I didn't know any other way to do it. I basically just took a simple obfuscated class from 1.6.2, and found the same one in 1.7.2 based on the file size. I was then able to decompile the single file and recompile to the modded version, using magic launcher to load it, and that's it! Very surprised it actually worked.

    Anyway, I am not even going to attempt using the same method with spc, as there are just way too many obfuscated classes it uses. If you don't want to mess with it though, I would be willing to give it a shot when MCP is released.
    Posted in: Minecraft Mods
  • 2

    posted a message on Single Player Commands [V4.9] - Official Download [SPC] [+NoClip]
    Hey Loram, you seem to be pretty active on this thread, so I am hoping you might be able to answer a question for me.

    Has there been any indication from anyone (simo, q3hardcore) that this mod is going to be updated at all past 1.6? I know 1.7 just came out recently, but I am a little worried that since this mod has fallen from the super popular status it once held that they might consider it not worth the time anymore. Which, I hope is not the case, as I have been developing a WE script that had a lot of features specifically setup for singleplayer, which can't even be run without it.

    Interested in any info you might have.
    Posted in: Minecraft Mods
  • 1

    posted a message on Single Player Commands [V4.9] - Official Download [SPC] [+NoClip]
    Thank you so much for your continued support with this mod, Simo! I would of stopped playing a lot time ago if it hadn't been for this amazing set of tools. Also, i have done some testing with the new version, and it seems all the worldedit brush crashes(tick loop errors) have been fixed. Thank you sooo much!! I can finally use my scripts and brushes again without having to go to 1.2.5!
    Posted in: Minecraft Mods
  • 7

    posted a message on [WorldEdit Scripts] Super Spiral Generator
    Super Spiral Generator

    This is a set of special WorldEdit craftscripts I put together that will allow you to quickly create in game custom spirals, and 3d patterns of any size, shape, or material you like.

    I created these after playing around with manually building spirals before with the WorldEdit mod and figured there was a more efficient/automatic way of doing it. So I started messing around with some ideas till I came up with this set of three scripts.

    Link Removed

    A Few Examples

    Demo Video

    Tutorial Video

    Commands/Scripts

    (All these commands require a copied worldedit selection before using.)

    Cylinder Spiral Generator

    /cs spiral - Brings up the argument list.
    /cs spiral 0 - Creates spiral with default settings.
    /cs spiral radius, coil, count, dFlag, hFlag - Generate with custom settings. (exclude commas)

    radius - Base radius for the spiral. (1+)
    coil - Amount of coil compression. (1-10)
    count - Number of coil segments generated. (1+)
    dFlag - Double spiral - 1; Single Spiral - 0
    hFlag- Alignment: Horizontal - 1; Vertical - 0


    Conical Spiral Generator

    /cs spiralc - Brings up the argument list.
    /cs spiralc 0 - Creates spiral with default settings.
    /cs spiralc gap, coil, count, dFlag, hFlag, fFlag - Generate with custom settings. (exclude commas)

    gap - Gap separating radial sections. (.1 - 5)
    coil - Amount of coil compression. (1-10)
    count - Number of coil segments generated. (1+)
    dFlag - Double spiral - 1; Single Spiral - 0
    hFlag- Alignment: Horizontal - 1; Vertical - 0
    fFlag - Alignment: Flipped - 2; Normal - 1; Flat - 0


    Paste Block Replacer (Requires an active selection of blocks to use as a paste pattern)

    /cs replaceme blockID - Pastes the copied blocks based on the points of blockID in the current selection.

    blockID - The item ID of the block used as the pattern for pasting in the selection.


    Installation/Setup

    Singleplayer

    1) Install the SinglePlayerCommands mod which comes with WorldEdit.
    2) Open your main "%appdata%/.minecraft" folder up. (The one with bin and saves folder)
    3) Copy the downloaded, unzipped folder "craftscripts" into it, merging with existing folder if necessary.
    4) From the .minecraft folder navigate to the mods folder then to the sppcomands folder.
    5) Find the worldedit.properties file and open with any text editor.
    6) Go to the line that reads "scripting-timeout=" and change the value to 30000.
    7) Save the file and close all folders, open Minecraft and test it out with the command "/cs spiral".

    Multiplayer - Untested *You must own/have access to server files to install scripts.

    1) Install WorldEdit plugin on the server.
    2) Not 100% sure about the rest... these scripts haven't been tested on a server, but they should work.
    3) Again, unsure, but I would try copying the craftscripts folder to the main server directory or worldedit folder.
    4) If any server owner can confirm/deny this or give me proper instructions it would be appreciated.


    Errors/Troubleshooting

    Problem: I can't type at all.
    Fix: Singleplayercommands isn't working, trying re installing from a fresh minecraft.jar.

    Problem: Error Message "Failed to find an installed script engine." when using script.
    Fix: Go here, download the Rhino Zip file. Unzip it and copy the included js.jar to your "/.minecraft/bin" folder.

    Problem: Error Message "Script does not exist .../.minecraft/craftscripts/spiral.js" when using script.
    Fix: Worldedit can't find the script in the craftscripts folder, make sure you copied it to the "/.minecraft" folder.

    Problem: Error Message "Your clipboard is empty. Use //copy first." when using script.
    Fix: Just like it says, you need to select and copy a set of blocks first, using the worldedit wand.

    If there are other problems you come across make sure to let me know.

    (There are some know issues with creating really large spirals, it can be worked around but requires modifying the script. I will likely fix this in a later version.)
    Posted in: Minecraft Tools
  • To post a comment, please .