how to add rmod to reality?

maninthebox1

New Member
hi all,
I'm wondering if anyone know how to add @rmod to a reality server?

I have @rmod in the main folder.
then i changed the Restarter file adding @rmod in the mod
Code:
[Global]
 
[dayz_3_chernarus]
name=Reality
profiles=dayz_3.chernarus
config=dayz_3.chernarus\config_cb3bc84b.cfg
mod=@dayz;@rmod;@reality_3.chernarus
world=chernarus

then I unpbo the mission file and changed the mission.sqm adding at the bottom of addon category the line with rmod

Code:
    addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_code",
        "dayz_weapons",
        "dayz_equip",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "rmod"
    };

What I'm doing wrong?
when i try to login in the server i get the message that rmod don't have a valid key...

thank you
 
The @rMod folder will have the keys :)
Move them to your keys folder, servers always need addon keys but clients don't.

Also try making rmod the first addon listed in the mission.sqm, I had issues with it listed last.
 
Thank you very much Richie... it seems to work now. I don't get the key error anymore but now i'm stuck at Waiting for an host .

any advice?
 
Back
Top