Hey guys.... ...quick question.... Which part of my custom code edits the weapon range? As you can see in the image below, I am able to use my fire extinguisher to 'hit' a target from about 90ft, and probably more if i were able to get further back!! The image after that shows my custom weapon code (for projectile). Ive…
When using Code formatting, we see several problems: * @ symbol should be escaped. * # symbol should be escaped. * Text should not be so dark. * Syntax coloring should be supported. * Scroll bars (vertical and horizontal) would be helpful. -- This structure wraps operations specific to the Procedural Content feature
struct…
A bunch of new updates in last couple weeks. This week updates: Version 1.879 released on 12-5-2012* VMF: Fixed error when exporting a scene with a Sunlight object. * VMT: Updated $phong export logic. Now the Phong export will happen even if there is no Specular Color map but the specular color slot is enabled. In that…
Thank you for your insights poopie! I'll definitely check out Igor's particle system nodes. I have a long learning curve ahead of me. I gave it a try with Pixel Processor as well as Fx-Map. With pixel processor, because I use sample gray node, it wouldnt let me alter tiling mode. With FX-map it was pretty straight forward…
Hey guys, so I've been trying to improve my game development skills in a variety of areas to help improve my chances of landing a job in the future. I'm currently attending (and hating) a university with my major being Computer Science. I attend class and write code a lot in my free time but I feel as if I am not ever…
Hey everyone, thanks for the feedback on this piece — the anatomy critique on the foot was correct, so I went back and fixed it. I've updated the image in the original post with the corrected version. Quick note on my workflow, since it came up in the comments: I work with AI generation as a starting point and do extensive…
I feel like I'm jumping into the middle of your conversation and doing little good, but I'm just trying to help :) To be clear that code I posted should resolve the error you get when you first load one of Valve's Maya files that looks something like this: This is caused by Valve using certain proprietary formats we are…
Well, first thing comes to mind is this (note I'll be talking about a procedural, feel free to use textures as you see fit). Also, I'm going for the most expensive solution, but hopefully you can come up with your cheaper solution since the basic idea applies. Change material type to Translucent. Take a TexCoord node and…
Something like this? This is a mesh transformed into curves then filled and passed through a triangle tessellation group, all with Blender's geonodes. Corners are preserved in the conversion to curves by being marked with a Boolean x Point attribute so they get temporarily split. You may need to tweak the Corner Angle…
Hi All, I'm trying my best to understand how to replicate two styles
of UI in Unreal Engine. The first being the FPS mode and the second being the
spaceship cockpit. My inspiration is Star Citizen since I think its simple, to
the point, and looks good. Star Citizen FPS https://youtu.be/F0r7BaKK9Cg?t=173 Star Citizen…