BTW, if you guys haven't seen these yet (they've been out for a bit): http://www.gamesradar.com/destiny-codes/ Codes to get free emblems, shaders, and grimoire cards
Man love that roll to evade bombs. In our flash coding class, we're actually coding these evading type games. Definitely see myself paying for a mobile version of this.
I think you might be better off on another forum for coding related questions. StackOverflow has a good community around coding if you want to check it out.
I'm fairly new to MEL so please bare with me. I'm trying to create a script that will create a polyCube with a spotLight after pressing a button, but each time you press the button in the menu it would create another copy of the two, but right beside it and not on top of the original. Basically creating a loop of the cube…
Hello! I have been working on this for a bit now, but I forgot to keep it updated here on Polycount. This is my Nightcrawler Marvel Rivals Fanart based on the concept by @ishaliart (Her and my artstation are linked below where you can see the progress there). This version of Nightcrawler is intended to be a Strategist…
What is Time Lost? In the distant future, Earth has become nothing more than a milestone in the galaxy. With the emergence of countless creatures and species, all from the darkest corners of the known universe, the human race has survived by evolving. In a desperate time, they look to their technology to save…
Hello guys! Let me start off by saying I am a total freaking noob when it comes to this area, Im a bit out of my element, but what I am doing is making a huge mod overhaul for a video game called Total war: Shogun2. This requires me to change to the map from japan to china. After a tedious process i have got this to work…
Yeah, it comes down to tiling detail maps and material complexity to increase texel density. You can get a lot of reuse out of detail normal and grunge textures and they can be fairly small and heavily tiled, so I wouldn't be too concerned with that. You could also consider using vertex color as masks if texture use is a…
Unfortunately that didn't work on one mod I was on. The core leader got an industry job and could no longer lead the project. His fellow programmer didn't want to take over. So I had to. It wasn't fun inheriting this project while attempting to get more coders and artists. While the original developers got new jobs or…
python 2.7 or 3 is not a big issue, most of the code can still run ok, find out a small task/function you will need to do 10+ times a day, then make it into a tool ( or a button), this is how I start my code journey.