Jump to content

mrwonko

JKHub Staff
  • Posts

    1,583
  • Joined

  • Last visited

Everything posted by mrwonko

  1. You'll need to write a shader to have the transparent parts of your texture be transparent in the game - take a look at e.g. a grate in imperial or some leaves in yavin for how such a shader has to look. Changing a skybox (e.g. adding a moon) is a matter of painting onto the texture (or a copy, ideally, then copying the shader and adjusting paths). As for the prismatic brushes in the picture - take a look at the 2-point-clipping tool (shortcut X) to cut through brushes as the least error prone method of shaping them.
  2. The worldspawn is any brush/curve that's not part of an entity, so just select some ordinary brush and open the entity settings to configure it. You'll have to experiment with the values, I only know the tech behind this stuff, I'm terrible at actually making stuff look good.
  3. If you just want to globally increase the brightness you can use the "ambient" setting in worldspawn (increases brightness everywhere) or "_minlight" (prevents dark areas without brightening light ones). Another possibility is having a sun (either via shader or as a directional light entity with the "_sun" setting) and using the -bounce parameter of Q3Map2 to simulate indirect lightning.
  4. Given enough time and motivation I think so, but I especially lack the latter.
  5. Removing stuff is in theory easier than adding something, but I don't think there are any tools for it.
  6. I heard about this website called JKHub that hosts mods...
  7. Use the aptly named SourceForBehavEd folder.
  8. They shouldn't be missing, just misaligned. If they're missing, you probably don't have your radiant set up correctly, pointing it to JKA's GameData folder. (Do you have to unpack the shaders from the pk3? I'm not sure if radiant loads them otherwise, but I think so...)
  9. I'm interested in doing a first person Hotline Miami. Change weapons/hp so everything is instagib, add rotating doors that stun enemies they hit, only allow for one weapon at a time, allow you to throw your weapon at people to stun them, have weapons have a single magazine (so dropped weapons have to remember their ammo count). Executions on stunned enemies. Something like that. I'm interested in doing a first person Hotline Miami. Change weapons/hp so everything is instagib, add rotating doors that stun enemies they hit, only allow for one weapon at a time, allow you to throw your weapon at people to stun them, have weapons have a single magazine (so dropped weapons have to remember their ammo count). Executions on stunned enemies. Something like that.
  10. You'll have to use Q3Map2 to decompile. I belive the switches you need are -convert -format map -game ja
  11. The entities in a map can be changed without having access to its source, but it's a little tricky. Still, that's all you need to add cutscenes to maps you don't have the source to. You basically decompile the map (which leads to loss of light and texture alignment information) and then compile with the -onlyents flag, which only updates the entities without touching anything else.
  12. That sounds like an almost literal translation from German... (You'd usually say "Is there a tutorial?") If you do happen to be German, there are the old German tutorials from Darth-Arth.de which I've backed up here. There's a cutscene tutorial in there.
  13. Only if anybody contributes, otherwise it'll likely just slow it down.
  14. 1.6 is still in active development, I suggest you report your issues with it.
  15. Which Gtk are you using that's messed up on Win8?
  16. I guess the nice website was Map-Craft? That no longer exists, sadly. Or are you German and used to go to Darth-Arth.de? That doesn't exist anymore either, but I've got a backup of the (german) tutorials there.
  17. Nothing, I haven't really done any modding in quite a while. What I'm working on right now is a Samurai Gunn clone, since the game isn't out yet but I'd like to play it tomorrow at my almost-birthday party. Chances are I'm not going to finish though.
  18. Weird... are there any uncommon characters in the path or something? Maybe ask in #radiant on QuakeNet IRC.
  19. To get 1.4 to save in Windows 7 you need to change the Save dialog style to the GTK one in the preferences and then manually append .map to the file name. But really 1.6 is just fine - you'll need the JAPack, if that still isn't included, which you then place in the installs folder. It will then be installed when you first launch it in JA Mode.
  20. It's not supposed to use more than 4 gigs, it's able to, instead of failing with a "safe_malloc failed" error. Have you tried the latest 1.6 release, which by the way also includes a 64 bit build of Q3Map2?
  21. Can be disabled with the center button in the top icon bar, the one that's enabled in your screenshot. I believe the distance can be varied using [ and ], which means I can't do it on my German keyboard.
  22. Try making the skybox brushes thicker.
  23. Tags are a bit of a pain... They are just meshes in which the first three vertices define the 3 axes. Problem being that you can't really tell a vertex's index in Blender. Take a look at the manual for a somewhat more elaborate description. Well, back to your problem in particular: You can use File -> Append to copy stuff (e.g. meshes, objects, materials etc.) from another .blend file to the current one. You can use that to copy the tags, which you then have to place into the object hierarchy and re-weight (if you're using bones for weighting that means changing the Armature-modifier from vertex groups to bones and optionally removing the vertex groups).
  24. You can try editing the scripts that enable the cinematic mode. Their raw versions are included in the Jedi Academy SDK. You'll likely find the maps to lack detail in parts that are not usually on camera though.
×
×
  • Create New...