Vegeta Posted June 23, 2015 Share Posted June 23, 2015 The method of getting weapons in multiplayer maps seems very unrealistic and strange from my point of view, (with the holocron-looking box projecting out a weapon that bounces around and rotates) so I was wondering if there's a simple way in gtk to get rid of all of those excess features and just have the weapon laying on the ground like in any other game. Previously I've considered tagging the weapons to the player spawns in a way that would give the player some starting weapons, but I don't think I was ever successful. Any ideas? Link to comment
Clan FJA Posted June 23, 2015 Share Posted June 23, 2015 try this :https://drive.google.com/file/d/0B4Xbj09jZQUaaFA3eUUteXdtVmc/view?usp=sharing It removes the effect. There is only the weapon which floats. Link to comment
Circa Posted June 23, 2015 Share Posted June 23, 2015 @@Clan FJA I think he means removing the floating gun completely, and only have the gun dropped on the ground, à la single player. Link to comment
Raz0r Posted June 24, 2015 Share Posted June 24, 2015 Didn't sithcouncilv2 do that? at-least for a light-saber. Might have been an ICARUS scriptrunner to give the weapon and move the weapon model somehow. Link to comment
Vegeta Posted June 24, 2015 Author Share Posted June 24, 2015 Hmm... I think I'll see if I can somehow make that removed effects modification work for now, and I'll also look into making a script for it to work. @@Raz0rDo you have any ideas on how the weapon pickup in that Sith Council map works? If I try to decompile it to .map, it will lose all of it's entities anyways and I won't be able to reverse engineer the process... Link to comment
eezstreet Posted June 24, 2015 Share Posted June 24, 2015 Just open the .bsp with notepad++. The entities are right at the end of the file. I think you're wrong though; I'm pretty sure decompiling the map doesn't remove the entities in the bsp. Link to comment
Vegeta Posted June 24, 2015 Author Share Posted June 24, 2015 @@eezstreet What method do you use for decompiling maps? I made a simple .bat file that does it, but all textures get set to 0.5 scale, and most entities and models disappear completely... Link to comment
Raz0r Posted June 24, 2015 Share Posted June 24, 2015 Only light entities should be disappearing. eezstreet likes this Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now