Jump to content

Error


Donnovan

Recommended Posts

  • vbawol featured this topic

Playerside is civilian

Yeah Epoch Namalsk, i can test with Altis if that be easier

Error with one million no speaker spam

 

11:58:34 No speaker given for Azibo Achebe
11:58:34 No speaker given for Nuru Osmani
11:58:34 No speaker given for Zaim Ngige
11:58:34 No speaker given for Gamba Ekwensi
11:58:34 No speaker given for Ed Newton
11:58:34 No speaker given for Maalik Okonkwo
11:58:34 No speaker given for Jahi Igwe
11:58:34 No speaker given for Noah Miller
11:58:34 No speaker given for Batou Madaki
11:58:34 No speaker given for Maalik Madaki
11:58:34 No speaker given for Henry Wilson
11:58:34 No speaker given for Corey Wood
11:58:34 No speaker given for Gao Yeung
11:58:35 No speaker given for Davu Balewa
11:58:35 No speaker given for Wu Chen
11:58:35 No speaker given for Jake Jackson
11:58:35 Error in expression <
};
} forEach BRPVP_fixedZombiesAmount;
BRPVP_addZombieBrainSV append BRPVP_walk>
11:58:35   Error position: <BRPVP_addZombieBrainSV append BRPVP_walk>
11:58:35   Error Undefined variable in expression: brpvp_addzombiebrainsv
11:58:35 File mpmissions\__cur_mp.Namalsk\brpvp_zombies\brpvp_zombies_infected_city.sqf, line 47

Link to comment
Share on other sites

öhm ooook im a long time out from epoch Arma 3

but wtf are the players then ?:biggrin:

 

class Item4
        {
            dataType="Group";
            side="Civilian";
            class Entities
            {
                items=1;
                class Item0
                {
                    dataType="Object";
                    class PositionInfo
                    {
                        position[]={4665.0093,5.4559002,10026.328};
                        angles[]={0,4.7169838,0};
                    };
                    side="Civilian";
                    flags=7;
                    class Attributes
                    {
                        isPlayable=1;
                    };
                    id=6;
                    type="VirtualMan_EPOCH";
                };
            };

 

So im a bit confused

Link to comment
Share on other sites

@DonnovanBasically in vanilla Epoch:

    Female player characters = WEST/BLUFOR

    Male player characters = EAST/OPFOR

    Hostile AI = GUER/RESISTANCE

    Everything else (animals, objects, vehicles, traders) = CIV

However scripts should allow the server dev to choose the side of hostile AI (most in fact do even if you have to delve into the code rather than set it in a config. That's because a few of us do merge all players into BLUFOR and use OPFOR and GUER as hostile AI who can be hostile to each other...

Link to comment
Share on other sites

18 hours ago, Donnovan said:

1 - You must merge description.ext with your description.ext or just copy it to the root of your mission if you dont have this file.

2 - You must putt the content in init.sqf at the end of your init.sqf, or just copy it to the root of your mission if you don't have this file.

3 - You must add the folder brpvp_zombies to your mission.

If your mission file is shareable, send me it and i can do the install for you.

Ok i got is now thx for little epxlanation ! ;)

i got an other question ! i added the (

//FIXED ZOMBIES ON DEDICATED SERVER)

 to the file brpvp_zombies_infected_city.sqf 

in the second line is this right? or will they spawn randomly and also market on the map ? or only if i 

set it like this 

//FIXED ZOMBIES ON DEDICATED SERVER
BRPVP_fixedZombiesAmount = [
    [[1],[10],35,["Athira"]],
    [[1],[10],35,["Pyrgos"]],
    [[1],[10],35,["Feres"]],
    [[1],[10],35,["Zaros"]],
    [[2],[15],40,["NameVillage"]],
    [[2],[15],40,["NameVillage"]],
    [[2,3],[40,60],100,["NameCity","NameVillage"]],
    [[4,5],[120,160],150,["NameCityCapital","NameCity"]]

 

??? 

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...