Jump to content

Vulcan

Members
  • Posts

    92
  • Joined

  • Last visited

Everything posted by Vulcan

  1. I would be ok with the new saber look, if the jedi have the old style :> Otherwise I can deal with it, we live in 2014 and almost 2015, Star Wars is from 1977, so things are different. In the end it's the story that is most important
  2. Remove the blendfunc of DTs shader. It creates soft edges, but they dont work well in some cases. the alphafunc already produces an alpha
  3. Yea I was about to mention that There are some shaders in JKA that are not used or are remnants of various tests. Noticed that when I first started mapping I open up a bsp file and look for the texture or place various shaders next to each other in a test level to test them. Ofc it's faster and often looking better if you create stuff from scratch though.
  4. ^ /sv_pure 0 would solve that DT85 Just add a sv_pure 0 cmd in a autoexec config file Just a thought, it might have to do with the compiler not being able to read the shader files. JKA might handle the file ok, but q3map skips the surfaceparms. So ingame it looks like water, but doesn't have its properties
  5. Could use some shadows! Thought about creating your own sunlight sky shader?
  6. Easygen is something that I mostly use. But I use Vue 10 Xstream to create most of the heightmaps You can combine it with Photoshop to create perfect flat surfaces. So yeah, Easygen can be used as one of the tools to create a terrain in, but heightmaps can be made in countless applications. Vue, but also geocontrol even. Vue is also able to export material alpha masks that can be combined with a generated Easygen terrain. So think about slope independent generation and such, what makes terrain look better.
  7. Gais Gais! Is there a way to solve the motionsickness you get when your fov is 120, and a map has a skyportal area? :o

    1. Show previous comments  2 more
    2. DT.

      DT.

      Take some anti motion sickness tablets. The ones I get in Australia are chewable :P

    3. eezstreet

      eezstreet

      Are you in first person or third person? It's usually worse in first person.

    4. Vulcan

      Vulcan

      @DT85 lmfao

      @eeztreet third person. The strange thing is that the skybox doesn't have issues for jka when it's an ordinary skybox o.o

      Horizon blending it is then, in combination with a huge ass EFX file for simulated clouds :D

  8. ^now this is information I might use in future projects Does that apply to md3 files too?
  9. Make a misc_model, instead of misc_model_static
  10. It's an EFX file (read Effects). You can easily create one yourself with effectsED (It's in the JKA SDK) or take one from the basegame. Add a fx_runner in radiant and add a fxFile key, and a value to your liking. Example: Key: fxFile Value: Effects/misc/waterfall.efx Tip: the "delay" key can be adjusted to make the effect play more, or less. And thus create more dense or less dense fog. Key: delay Value: 100 (the effect repeats itself faster) Or value: 500 (the effects plays every half second)
  11. No need to hurry Projects like maps take a long time, so i'll use this myself as placeholder: And I don't think it doesn't look that bad now does it?
  12. Haha don't worry about scripting It's actually not that hard. And otherwise you can use target_activators. Six buttons, switch one activates 2, which activates 3, all the way to 6. Switch 1 also activates a timer that will deactivate switch one, and that deactivator is also triggered by the 2nd, 3rd, 4th, 5th and 6th to extend the time the 7th button can be used. About the grapple, I think if you add a brush on the sides of another and give it a shot only clip it'll do fine Think about the surfaceparms for skyboxes, and use that.
  13. -\(ovO)/_ I prefer red, my skin works better on that
  14. I'm not sure, but I remember my brother using one of those mods many many MANY years ago I'm talking about 2004/2006, so I hardly have a memory of it. Makes me feel nostalgic lol
  15. The way I overcome the patch limit is basically creating a brush and cutting it into roughly the same shape as a patch. I think that'll also overcome your problem!
  16. Ok, so let's flip the coin around! I'd say create some sort of ghost haunting the building. A ghost much like how Jedi's become one with the force, but a sith lord like ragnos. Ragnos would be a little cliché, so you can add in a new character (desann's tomb?) Or how about a sophisticated trap, (that has wet walls from rain, so players can't use the JA+ grapple (Shotonly clip)) that leads down to a room that has floor pieces collapsing and lava flowing in in a spectacular and dramatic way? One of the things that you could add are different buttons (force powered) one the end of various puzzle rooms. If every button is pressed, by either globally or just per player, a main room's button is activated and players can proceed. What I've never seen before on Korriban type maps are Legend of Zelda like puzzles. At least, not that I know of. What you have to decide is whether the reward is globally or per player. But do think of a way so the final button has to be worked for every time you play on that map it feels like an achievement when it's finally open. Riddles? Treasure maps? You name it!
  17. I'd say grab a pencil and paper and draw some scenes! I'm currently mapping too, and noticed it's sometimes best to stop working on radiant and think about what techniques and designs you like to use. When you have a design that goes from teacup to mountain you get great maps I'm currently making a design for a forest so I have to design the floor plants, small ferns, bushes, small trees and big trees for example ofc that's modeling and photoshopping mostly, but the same applies to architecture.
  18. I've never done such a thing, but it might. The probe's tag bolt is called *weapon, (tag_weapon). The X-wing for example however has them called *muzzle1-6 (tag_muzzle1-6) So I think it's class dependent. But whatever it is, I don't think it will be such a problem because you can just add both of them in the same place. The game will use the one he needs, and ignore the one he doesn't that way I.e. use the tag_weapon for the NPC, and the tag_muzzle for the vehicle!
  19. Chalk, I might come late to ask this, but couldn't you add a tag on his gun with the same name as the imperial probe droids weapon tag(bolt)? You could configure a nice NPC file if you do I think
  20. Role play mechanics? First thing I'd do if I ran a sith cult and wanted to build my base there is lay down some cables and generators Just some parts could have cabling for buttons and stuff. Computers, holotables, lighting etc. I think if you'd combine that you could create a very original map.
×
×
  • Create New...