gruppe-adler / grad-fortifications

An object placement system.
Other
11 stars 1 forks source link

Placing fortifications wont work with Faces of War Mod #25

Open Wiket123 opened 5 years ago

Wiket123 commented 5 years ago

When you go to place an object with FOW, it disappears. I would really like this to work! Plz help!

nomisum commented 5 years ago

Do you have a link to faces of war?

McDiod commented 5 years ago

https://forums.bohemia.net/forums/topic/198194-faces-of-war-ww2/

McDiod commented 5 years ago

Add this to your mission's description.ext, see if it does anything:

class CfgRemoteExec {
    class Functions {
        mode = 0;
        jip = 1;
    };
};
Wiket123 commented 5 years ago

Alrighty, im gonna go ahead and try that now!

Wiket123 commented 5 years ago

I tried that and it didnt change anything.

McDiod commented 5 years ago

Should be fixed in 0.7.2. Please test and report back.

Wiket123 commented 5 years ago

Ill will test it when I get home and let you know! I appreciate all the help you are giving me here and on the persistence thread.

Wiket123 commented 5 years ago

image1

Now this is happening and nothing is working.

McDiod commented 5 years ago

That looks like you included grad-fortifications\dialog\hint\title.hpp" in cfgFunctions?

Compare your description.ext to this: https://github.com/gruppe-adler/grad-fortifications/wiki/Installation#manually