B3nzi Posted December 31, 2014 Report Share Posted December 31, 2014 Who is your server host? I'm using nitrado.net as server host. Changed if (isDedicated) then { [] execVM "\q\addons\zombiemission\init.sqf"; }; [] execVM "zombie\compiles.sqf"; to if (isDedicated) then { [] execVM "\x\addons\zombiemission\init.sqf"; }; [] execVM "zombie\compiles.sqf"; Checking again Tried it also, but not working / server is also loading the addon - still not able to join. Link to comment Share on other sites More sharing options...
BlackPlague_81st Posted December 31, 2014 Report Share Posted December 31, 2014 I'm using nitrado.net as server host. Tried it also, but not working / server is also loading the addon - still not able to join. Change it to the following: if (isServer) then { [] execVM "\q\addons\zombiemission\init.sqf"; }; [] execVM "zombie\compiles.sqf"; Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 Updated to 0.0.0.5 Added a [] Spawn code for the server init file.. that might be why it doesn't load Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 face skin is loading on shirts I know... said that it doesn't look alot like zombies... can't really tell that much that they are faces when on shirts, but looks better than a camo shirt... Still in alpha.. But I don't know if that can change.. Maybe someone else can figure it out and post it here Link to comment Share on other sites More sharing options...
reaperz73 Posted December 31, 2014 Report Share Posted December 31, 2014 please why id the face skin loading on the zombies shirts and not the face Link to comment Share on other sites More sharing options...
reaperz73 Posted December 31, 2014 Report Share Posted December 31, 2014 ooops you posted as i re asked Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 please why id the face skin loading on the zombies shirts and not the face Because as far as I know there isnt a way to do that... If you dont like it go to mpmission/epoch.map/zombies/shaun.sqf find: _zombie setObjectTexture [0,"zskin.jpg"]; and change it to: //_zombie setObjectTexture [0,"zskin.jpg"]; Link to comment Share on other sites More sharing options...
BlackPlague_81st Posted December 31, 2014 Report Share Posted December 31, 2014 Still not loading. Link to comment Share on other sites More sharing options...
reaperz73 Posted December 31, 2014 Report Share Posted December 31, 2014 I said sorry. I wasn't saying I didn't like it but I will change it to just bloody t shirts :) Link to comment Share on other sites More sharing options...
ilganna Posted December 31, 2014 Report Share Posted December 31, 2014 Hi blckeagls, For the face skin, have you tried to use "setIdentity" and "setFace" variables? I guess you can define it in the description.ext and then apply on the client side... However I'm not good with scripts, but here are reference for you: https://community.bistudio.com/wiki/setIdentityand https://community.bistudio.com/wiki/setFace Thanks, -Michel Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 I said sorry. I wasn't saying I didn't like it but I will change it to just bloody t shirts :) If you can find one that looks good.. I would be more than willing to upload to a newer version Link to comment Share on other sites More sharing options...
BlackPlague_81st Posted December 31, 2014 Report Share Posted December 31, 2014 I'll see if I can make this run better Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 Hi blckeagls, For the face skin, have you tried to use "setIdentity" and "setFace" variables? I guess you can define it in the description.ext and then apply on the client side... However I'm not good with scripts, but here are reference for you: https://community.bistudio.com/wiki/setIdentityand https://community.bistudio.com/wiki/setFace Thanks, -Michel With setIdentity you have to configure an identity. Unfortunately it doesn't appear you can configure one with custom images Link to comment Share on other sites More sharing options...
B3nzi Posted December 31, 2014 Report Share Posted December 31, 2014 Change it to the following: if (isServer) then { [] execVM "\q\addons\zombiemission\init.sqf"; }; [] execVM "zombie\compiles.sqf"; Tried it with "q" and also with "x", as well as "isServer" and "isDedicated" - still not working. 1) I also deleted now the zombiemission.pbo - restart - tried to join >> Black screen (no Lobby) 2) deleted zombiemission.pbo, deleted the commands in init.sqf >> Black screen (no Lobby) 3) deleted zombiemission.pbo, deleted the commands in init.sqf & in description.ext (so complete rollback) >> I can see the Lobby and join the server. Maybe something wrong with the #include "zombie\zombie.hpp" ? Link to comment Share on other sites More sharing options...
BlackPlague_81st Posted December 31, 2014 Report Share Posted December 31, 2014 Tried it with "q" and also with "x", as well as "isServer" and "isDedicated" - still not working. 1) I also deleted now the zombiemission.pbo - restart - tried to join >> Black screen (no Lobby) 2) deleted zombiemission.pbo, deleted the commands in init.sqf >> Black screen (no Lobby) 3) deleted zombiemission.pbo, deleted the commands in init.sqf & in description.ext (so complete rollback) >> I can see the Lobby and join the server. Maybe something wrong with the #include "zombie\zombie.hpp" ? Let me know if this works: http://www.speedyshare.com/Sz8TU/ZombieMission.pbo Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 Tried it with "q" and also with "x", as well as "isServer" and "isDedicated" - still not working. 1) I also deleted now the zombiemission.pbo - restart - tried to join >> Black screen (no Lobby) 2) deleted zombiemission.pbo, deleted the commands in init.sqf >> Black screen (no Lobby) 3) deleted zombiemission.pbo, deleted the commands in init.sqf & in description.ext (so complete rollback) >> I can see the Lobby and join the server. Maybe something wrong with the #include "zombie\zombie.hpp" ? Did you include the zombie and sounds folder in your mission folder? Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 Let me know if this works: http://www.speedyshare.com/Sz8TU/ZombieMission.pbo Did you follow the instruction and get the latest version (0.0.0.5)? There is a MISSION FOLDER (mpmission/epoch.altis/ or mpmission/epoch.chernarus) and there is a SERVER FOLDER (@EpochHive/Addons) What goes in the mission folder: Zombies (folder) Sounds (folder) zskin.jpg (file) init.sqf (change your files) (in my zip its called init.sqf.txt, dont use that file make your own) descriptions.ext (file) (change your current file, mine is descriptions.ext.txt, dont use this one) What goes in mission folder: ZombieMission.pbo (just put this file in there) Link to comment Share on other sites More sharing options...
B3nzi Posted December 31, 2014 Report Share Posted December 31, 2014 Did you include the zombie and sounds folder in your mission folder? Yes of course. I did everything as in your instructions. Link to comment Share on other sites More sharing options...
BlackPlague_81st Posted December 31, 2014 Report Share Posted December 31, 2014 Did you follow the instruction and get the latest version (0.0.0.5)? There is a MISSION FOLDER (mpmission/epoch.altis/ or mpmission/epoch.chernarus) and there is a SERVER FOLDER (@EpochHive/Addons) What goes in the mission folder: Zombies (folder) Sounds (folder) zskin.jpg (file) init.sqf (change your files) (in my zip its called init.sqf.txt, dont use that file make your own) descriptions.ext (file) (change your current file, mine is descriptions.ext.txt, dont use this one) What goes in mission folder: ZombieMission.pbo (just put this file in there) Followed your instructions down to the T, and still having issues. Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 Followed your instructions down to the T, and still having issues. Delete it all and try it from scratch again.. if it doesnt work... Send me a screenshot of your @EpochHive/addons folder and your mpmissions/epoch.chernarus folder because the ZombieMission.pbo you sent me was all messed up Link to comment Share on other sites More sharing options...
fr1nk Posted December 31, 2014 Report Share Posted December 31, 2014 No errors so your not missing zskin.jpg? Also i have added around 4-5 BE filters so far Willing to share? Link to comment Share on other sites More sharing options...
reaperz73 Posted December 31, 2014 Report Share Posted December 31, 2014 all works great had to disable my scripts.txt cause of battleye kick #11 "bleAI "TARGET"; _zombie setBehaviour "CARELESS"; will try to figure this out in a bit Link to comment Share on other sites More sharing options...
blckeagls Posted December 31, 2014 Author Report Share Posted December 31, 2014 Willing to share? Just posted at the bottom of post #1 Link to comment Share on other sites More sharing options...
reaperz73 Posted December 31, 2014 Report Share Posted December 31, 2014 nothing special just superfast and lloks ok in game If I had a shirt template i could make it better http://i.imgur.com/nV1Axq7.jpg also I change this in shaun.sqf _grp setCombatMode "CARELESS"; to _grp setCombatMode "RED"; and the zeds horde better and will chase you and chase you Link to comment Share on other sites More sharing options...
BlackPlague_81st Posted December 31, 2014 Report Share Posted December 31, 2014 Delete it all and try it from scratch again.. if it doesnt work... Send me a screenshot of your @EpochHive/addons folder and your mpmissions/epoch.chernarus folder because the ZombieMission.pbo you sent me was all messed up http://i.imgur.com/3Gzjq6Q.png Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now