Jump to content

Recommended Posts

They dissapear because it has been made so.

Check your logs and search for [VEMF] to see anything VEMF-related shows in there.

 

Only problem is my players really liked it the other way, and when I updated to your latest code now the bodies are being despawned immediately and they can't loot them anymore which I have been getting a fair amount of feedback about. Giving that as a setting might have been better for those that were already using it the other way....

Link to comment
Share on other sites

Hello.

 

Love your work man! Evrything is working perfect, i had no trouble at all installing this.

One question though, If i really want the ai bodys to stay after they died, can i change that somehow?

 

Keep up the good work!! Really good stuff :)

Link to comment
Share on other sites

Hey, I'm having some clashing for a few mods, I've got Zupa's Hud Builder, IT07's PSR and IT07's continuation of Vampires Missions, All 3 require to be in the same area, CfgFunctions, I believe I did this right but for some reason only PSR(also have introcreds, they work too) is working not the other two, here's my CfgFunctions part of my Dec.

 

class cfgFunctions 
{
	/////// scarCODE functions ///////
	class scarCODE
	{
		tag = "SC";
		class PlayerSupportRequester
		{
			file = "scarCODE\PSR\functions_PSR";
			class getPsrCost {};
			class getPsrData {};
			class getPsrSetting {};
			class handlePsrTask {};
			class loadPsr {};
			class reLoadPsr {};
			class sendPsrRequest {};
			class showPsrLive {};
			class initPSR { postInit = 1; };
			class initPSR_SA { postInit = 1; };
		};
		class introCredits // Server Intro Credits
		{
			file = "scarCODE\introCredits";
			class initCredits { postInit = 1; };
		};
	};
	class VEMF
	{
		tag = "VEMF";
		class functions
		{
			file = "VEMFclient";
			class typeText {};
			class clientInit { postInit = 1; };
		};
	};
	#include "ZHB\ZHB_Functions.hpp"
};
Link to comment
Share on other sites

I have these scripts installed

 

Zupa's Hud Builder

IT07's PSR

IT07's Intro Credits

IT07's VEMF

 

All 4 of these require me to add them to my CfgFunctions

I had them working last night but due to some mixup, I deleted the working mission file

The only thing i had to redo is my cfgFunctions of my des.ext

and place VEMFClient in my mission folder,

But after doing so zhb and VEMF don't work, only PSR/Intro

I was wanting to ask someone if they could tell if my Cfg was messup or if it had to be something else I did

Link to comment
Share on other sites

v0.0401a ALPHA???? That is an extremely old version.... which one do you have this problem with? Please make sure you have the latest version before posting issues ;) No matter what, always update to the latest version asap. At least when you're having issues with anything in the version you are using.

Link to comment
Share on other sites

yes i downloaded the new version and been trying to get it to work and it says in the rpt that its loading with no errors but they are not showing on the map. When i revert to the older version it works fine. Its ok ill try to figure out what i am doing wrong.

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