-
Posts
1,617 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by mrwonko
-
I'd guess 2^31-1, but I don't know for sure.
-
Or perhaps someone else could.
-
I suggest asking some actual blender users, on a blender forum or chat. I'd have to see the problem in person to investigate this, but I really can't be arsed... It's not a priority for me any more, there's only so much tutoring you can do before you tire of it.
-
Just check you're not on an RP server where unprovoked attacks are frowned upon.
-
func_door with several buttons at the same time
mrwonko replied to afi's topic in Modding Assistance
Yes. -
Not interested, but could you share some more details so other potential candidates get a better idea of the amount of work this entails?
-
I don't remember where I first learned it, but there's plenty of Blender tutorials out there. You might need to enable bone weights in the armature modifier and change the display of the bones in the object properties to see the envelopes.
-
As a rough first approximation weighting via bone envelopes works pretty well, too. Look it up, it's a normal Blender thing. You can then convert that to vertex paint and hand-tune it.
-
No, you convert directly from .bsp to .ase. When converting from .map, you also need to take the step to .bsp first.
-
Just keep in mind that while the GPL allows you to sell your game, you still have to provide the source code to anyone who buys it, who can then do the same. That might not be a problem since you still own the assets, see Blendo Games for successful examples of games built on GPL idTech engines.
-
Converting FBX to GLM and rigging a model
mrwonko replied to ShenLong Kazama's topic in Modding Assistance
If you barely know what you're doing, learn to use Blender first. There are plenty of tutorials on that. You need to learn about basic navigation, modelling, uv mapping and skeletal animation at least, I reckon. I believe Blender can retarget animations from one skeleton to a different one, which you could use if the model doesn't quite fit the AT-AT's skeleton. I don't know how exactly to do that though. -
What is 4k and can jk2/jka be displayed in it?
mrwonko replied to Acrobat's topic in Jedi Knight General Discussions
Actually, if you're playing modern games the graphics are typically too expensive to render in 4k, but if you play old games on a modern graphics card you should have some performance to spare for higher resolutions. -
Two questions about Frankenstein & animations
mrwonko replied to Willdo's topic in Modding Assistance
Where NPCs look is probably determined by tags, check if you moved any. -
Problems with frankensteining in Blender
mrwonko replied to DarthStevenus's topic in Modding Assistance
The shield is probably still weighted to the droid skeleton, check the armature modifier. Generally I suggest learning to use Blender first... -
Problems with frankensteining in Blender
mrwonko replied to DarthStevenus's topic in Modding Assistance
I'm fairly sure assassin droids have their own skeleton so that's probably the issue here. I think you can import the droid first, then rename his skeleton (both the object and the armature) before importing the stormtrooper. -
Problems with frankensteining in Blender
mrwonko replied to DarthStevenus's topic in Modding Assistance
What models are you trying to combine? Two player models? It sounds like you're either combining two models with different skeletons (e.g. a player with a non-player model) or something went wrong during the first import. -
Why not base it on Jedi Academy's engine then? It already has NPCs, limited support for hubs and scripting.
-
I just saw the film again, this time in 2D, and this time the CGI characters did not seem so uncanny... Though maybe I was just able to suspend disbelieve this time since I was not wondering whether they were real this time? Also noticed some new things:
-
How can I move around gtkradiant faster
mrwonko replied to Acrobat's topic in General Modding Discussions
In 2D or 3D? For 2D just zoom out to move faster, and for 3D I believe you can middle-mouse click the 2D view to place the camera there. I think holding shift toggles whether you move the camera or aim it. -
That's probably a good idea. Feel free to start one!
-
The initial release had some problematic content, but that was quickly fixed. It's included in OpenJK.
-
Simon OC has a nice tutorial on terrain blending using alpha volumes like you want to, give that a read.
-
So, did the end
-
Nice to know it works on 2.78, I never tested beyond 2.69.
-
You certainly don't want to split all edges, that will give you way to many vertices (hence the error) and split edges don't get smooth lighting. There's a manual in the plugin zip, if you haven't read that, take a look, it might explain the splitting. Basically when you look at your UV map there's gonna be cuts in it to flatten the model without overlaps - these must be replicated in the mesh, too. It's an annoying requirement and a better plugin would do it automatically...