Jump to content

blckeagls' Real Zombies v0.0.5


blckeagls

Recommended Posts

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

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

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

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

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

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

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

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

 

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
×
×
  • Create New...