Jump to content

DarthStevenus

Members
  • Posts

    149
  • Joined

  • Last visited

Posts posted by DarthStevenus

  1. Okay, I have what I think is an interesting solution to a problem I'm going to soon be faced with. I have an idea for a SP campaign mod, where a small militia led by a self-taught Jedi wants to commandeer an old Imperial Star Destroyer that is being kept in a New Republic facility which houses a bunch of old Imperial assets like weapons, stormtrooper armor, ships, etc for the Republic's future use. During a cutscene I want to show a quick shot of the Star Destroyer being kept inside a massive underground docking bay (the facility is hidden of course, they wouldn't want the Remnant knowing about it's location). I want to show a bunch of Republic personnel inside an observation area looking out a window at the Star Destroyer. I might even want to show a quick shot of some engineers tinkering around on the outside of the ship. Since I don't want to have to create this enormous map, I figured I could just shrink the NPCs down to the appropriate size and set everything up that way. I guess I'm just worried that camera placement is going to be tough since I'll need to move with lots of precision. Anyone ever tried anything like this?

  2. Well I was working at it last night when I started this thread actually. I got to the part where I wanted the script to check for weapons and I realized I had no idea how to do that. For the dead bodies (so morbid to type it out like that) I was going to run a cfg when the player started the game that would set corpseremovaltime to 0 so that the NPCs bodies would never disappear. You can move bodies with grip, but you can tell the game doesn't like it when you do that. They're sort of hard to lock onto, and you tend to drop them unexpectedly, so your way sounds better. Plus if I made it so NPCs were never removed, it would probably cause performance issues eventually. For the pressure pads I was using two big square brushes on the floor that I turned into two separate func_buttons, pretty sure I tried this with something else before and it seemed to work. And I'm all set on the mind control and force push stuff. I made some func_statics with the push flags checked out of some super thin caulk brushes and put them in front of my control consoles, which are actually func_buttons with on/off textures on either one. I guess it's mainly the weapon checking thing that is going to give me trouble. If all else fails, I'll just have the player walk up and "use" something and when they do, run a script on them that takes away their weapons.

     

    Would be nice to be able to map a function to a key that will drop the player's lightsaber though. I was thinking of adding a gameplay element to this mod (it's a SP campaign mod that I'm toying around with BTW) using g_saberPickupableDroppedSabers so that you could pick up a fallen sith's/jedi's lightsaber or sabers, and I might even go so far as to add a menu screen on your datapad where you can drop your saber/sabers, like if you're using two sabers and you want to switch to just one. I've even considered giving special attributes to enemy sabers, like a longer blade or increased parry strength, so you could upgrade and mix and match as you play. Which begs the question, would it be possible to show those kinds of .sab file details on a menu screen?

    therfiles likes this
  3. Damn. I had an awesome idea for this whole big puzzle (it was like a security checkpoint thing). You were going to have to do all this neat stuff like pick up some bodies using force grip and drop them on some pressure pads, use force push to use two consoles within seconds of each other to open a door, mind trick a guy, etc. My ideas and ambitions are always forcing me to try things that it turns out aren't possible in these games.

     

    On a related note, could you bind a .cfg file (or something else maybe) to a key to make the player drop their lightsaber, in SP? I know there's the console command g_saberPickupableDroppedSabers or whatever it is, so that you can grab other jedi's/sith's lightsabers when they die. Seems like it might be possible to drop them as well.

     

    EDIT: And I want the player to be able to pick them back up again. It's part of the puzzle. There's a scanner you have to walk through that scans you for weapons, and if you have any on you the room goes into lockdown. So you have to drop your weapon, go through the scanner, do the thing with the bodies on the pressure pads, hit the switches, mind trick a guy, finally the door opens, so you step through the doorway and use force pull to get your lightsaber back.

  4. Having a problem with Radiant 1.5. Whenever I try to compile a map that has already been compiled once in the past (so there's already a bsp file for it), Radiant compiles without any errors, but won't overwrite the old bsp with the updated one. When I load my map in the game it looks the same as it did before all the changes I made. It works if I open my map, save it under a different name and then compile it again, because that way it's not overwriting anything, but obviously I don't want to have to do that forever. I looked in the settings to see if it was just a simple option I could turn off, but couldn't find anything there.

  5. Let me just give you guys what I have here. Here is a shot of the sword, you can see the black blade itself shows fine.

     

    shot0035_zps83c18d6f.jpg

     

    And here is the swordtrail.png image.

     

    swordtrail_zpsf94b505c.png

     

    I also tried as a targa, but no dice. The trail still shows up white, even with that shader you posted Ashura.

     

    shot0034_zps1c93e25c.jpg

     

    Here is the .sab file.

    force_pike_black
    {
        	name		"Force Pike black"
        	saberType	SABER_SINGLE
        	saberModel	"models/weapons2/force_pike_new/force_pike_new.glm"
        	saberLength    	32
    	noDlight	1
          	noBlade		1
          	trailStyle	1
    	bladeEffect	"force_pike/electricity_black.efx"
        	soundOn		"sound/force_pike/on_spark.wav"
        	soundOff    	"sound/force_pike/off_spark.wav"
        	soundLoop	"sound/force_pike/on_loop.wav"
    }
    
×
×
  • Create New...