DethMarine Posted September 19, 2013 Report Share Posted September 19, 2013 ((Posted this in the wrong section in scripting if a mod could delete that one since I do not see a option to delete topic myself. I would appreciate it)) If I want to add the Nissan 350z http://www.armaholic...age.php?id=8570 , How would I go about adding that car into my server? Link to comment Share on other sites More sharing options...
0 drunkenjawa Posted September 19, 2013 Report Share Posted September 19, 2013 You'd need the .bikey file and also all clients would need to download and install this on their side as well Link to comment Share on other sites More sharing options...
0 DethMarine Posted September 20, 2013 Author Report Share Posted September 20, 2013 So I would put the nissan_350z and nissan_350z.pbo.NZDF3.bisign into The @DayZ Epoch addons folder thwn all would have to download my Epoch folder? And where do I put the Server NZDF3.bikey at? If I'am even following what you are saying at all.. lol Link to comment Share on other sites More sharing options...
0 drunkenjawa Posted September 20, 2013 Report Share Posted September 20, 2013 hehe no worries. I'm not sure about adding it to the Epoch folder, personally with the ones we added we use a new folder. I don't really suppose it matters where it's actually added though - but those are definitely famous last words! I'll use what we did with OWPack as an example. We added all the server files in a folder in the root directory of the server called @OWPack\addons All the pbos from the OWPack are inside that addons folder. Then we grab the OWPack.bikey file and put that into the servers 'Key' folder. Then is the tricky bit and the thing that I usually struggle with. You need to call the new pbos you are adding, in the mission.sqm file in the root directory of your mission.pbo. Since you're only adding one pbo, I'd probably just try adding the nissan_350z.pbo.NZDF3.bisign and pbo into a new folder called @350z\addons both server and client side. Then put the NZDF3.bikey into your servers Keys folder (this doesn't need to be client side) Alter your mission.sqm in the 'addons' section inside that file - I'm at work though so don't actually have access to this file at the moment to give an example. But you need to look for the 'addons' section (it's basically the first part of the file right at the top) and then add (I'm GUESSING) nissan_350z at the end of those mods that are being called. Pretty sure this is where we name the pbo to be added. Just remember that the last pbo called in that particular list, shouldn't have a comma on the end. Every entry should have a comma after it apart from the last one. If that makes sense lol. Just check the formatting of the addon section you see there, and make sure you follow that. Then finally, in your server command line that starts the server, get it to also call @350z; (client side as well need to do this) in your command line. You might need to screw around with the actual placement of that in the command line itself, this part has also caused us a few problems. E.g. last night @lignor;@OWPack;@Dayz_Epoch for us didn't work till we changed it to @OWPack;@lingor;@DayZ_Epoch for some reason. Hope that helps anyway! I hope that made sense lol. Link to comment Share on other sites More sharing options...
0 adambomb105 Posted May 10, 2014 Report Share Posted May 10, 2014 Is there a way to add the Nissan 350z on server side so the user's do not have to download the .pbo? Link to comment Share on other sites More sharing options...
0 insertcoins Posted May 10, 2014 Report Share Posted May 10, 2014 Is there a way to add the Nissan 350z on server side so the user's do not have to download the .pbo? Yes, but it would not be able to be seen by others. Only the people who have the file clientside Link to comment Share on other sites More sharing options...
Question
DethMarine
((Posted this in the wrong section in scripting if a mod could delete that one since I do not see a option to delete topic myself. I would appreciate it))
If I want to add the Nissan 350z http://www.armaholic...age.php?id=8570 , How would I go about adding that car into my server?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now