meatball 25 Posted January 19, 2014 There any way to make a laptop (or any other small item for that matter) act like a piece of gear so it can be picked up and carried in a backpack? Share this post Link to post Share on other sites
big_wilk 11 Posted January 19, 2014 (edited) There might be, I don't know how. But I started make this to move a laptop around once it might do what you want: https://www.dropbox.com/s/eyhzfa2eyev7v51/Intel%40AtIntelReturn2.Stratis.rar Edited January 20, 2014 by Big_Wilk Share this post Link to post Share on other sites
meatball 25 Posted January 19, 2014 Hmm, that could work, but looks like it just adds/removes an addaction to take/drop a laptop that gets created/deleted. I want it to be an actual object the players can carry, drop and take from other players corpses if need be. I thought about just using a Parachute and changing the name to "Laptop Bag" which would work, but I believe can't change the name of the backpack without a mod. ---------- Post added at 17:14 ---------- Previous post was at 16:54 ---------- Let me clarify what I want to do, as there may be other ways to do this. I want the players to have to find some sort of object. Pick that object up, carry it with them, be able to drop, or have the item taken from their inventory, and have that object fire a trigger if the player that is carrying the object enters the trigger. Share this post Link to post Share on other sites
big_wilk 11 Posted January 19, 2014 Thats probs gonna have to be an addon you make. Share this post Link to post Share on other sites
iceman77 17 Posted January 19, 2014 It's not possible without making an addon. To simulate having the item, you'd need to add an action to the object and delete / re-create the item as needed. Share this post Link to post Share on other sites
meatball 25 Posted January 21, 2014 So, I ended up setting up an addaction on the object, and the addaction does an 'attachto' to stick the object to the person. Works pretty well for the most part and it's just a matter of dealing with some glitchiness with how it actually attaches to the player and looks a bit goofy in game. Share this post Link to post Share on other sites
thecoolsideofthepillow 22 Posted January 21, 2014 Considering all but one of the necessary items to convert the "Laptop" into an item you can actually pick up and use like a gun or magazine are all there (all you're missing is an inventory icon), I don't think it would be that hard to create the addon necessary to do what you want. But you would need to write the config and extract all the models and textures and what not. Share this post Link to post Share on other sites
meatball 25 Posted January 21, 2014 Agreed, but that would then require everyone playing the mission to download/enable the addon, which I'd rather avoid. Share this post Link to post Share on other sites