Hi Eric, thanks for taking the time to reply. Just wanted to point out that I scaled down those screenshots. The ColourID map itself is a 2048x2048 and the trapezoids are approx 700x200 pixels each, so not exactly small details, even at 50% ;) You can find the original input map in that download link I provided in my post…
Ha, thanks for all the enthusiastic reply's guys! Yeah the movement system was totally temporary and buggy, just a means to get around the planet and test some parallax systems i was working on. Was thinking of just scrapping it and implementing a new system involving flight but there seems to be enough excitement for…
You could use some search&replace magic in Notepad++. By plain text, you could simply mass replace "materials_mycoolmaterial_" with "materials/mycoolmaterial/" which would leave "surf_01" untouched. Or, not have space/underscore in the material names if possible and do a simple replacement of "_" with "/". Alternatively, I…
Hey all, I've got a mech that I've rigged in Blender and want to animate in Cascadeur. Sadly it is a chicken-leg mech and not at all humanoid. I spent the better part of an hour trying to play around with getting it configured for use in Cascadeur (it's barely functional), but I'd rather just pay someone who knows what…
This is unfortunately something Higher Logic/Vanilla Forums have said they won't fix. Even though we pleaded. If an embed uses http: instead of https: then the embed is broken. The only way to fix is for a moderator to Edit the post, replacing each http with https. :(
<sarcasm> I always wondered why people does have more faith in "a big" company or person "saying" that they will do "the next big thing" when they already often have proved that they failed in serveral things, just because they made "one big hit" (or two), and so made those company or person bigger than before so that they…
I'm pretty new to modeling, and so far I've only been replacing weapons (only melee weapons so far, as I do not know how to make gun models that would have moving parts) and those weapons have only been c_models. I made a new model which I want to replace the Kukri with, but I saw it was a v_model and when I decompiled it…
The truth is that for a lot of 3D problems, whether it's UV or topology, good old math is most of the time still much better at giving you the best result (and faster) compared to AI. The AI wave we're seeing in 2D can only happen because it has access to millions of images to train on and the result just needs to be…
Good thoughts! Yes, agreed, i've already replicated much of the canvas navigation. One issue i have with photoshop is that some shortcuts are handled with special code, for example dragging to change brush size. I'm building what i think is the most capable shortcut system possible. Any slider in the app can be mapped to…
I think you're misunderstanding. But I can't quite tell. "Number of replies" is about how many comments your work receives, not how many replies you leave on other people's work. So, people who are really new and bad get a lot of responses when they post their work. People saying things like "Keep it up, you'll get good if…