Jump to content

[Release] Virtual Garage [Updated for 1.0.7]


salival

Recommended Posts

  • 1 month later...

Hi,

first of all the scripts is nice! :D

It works pretty well but i have one specific problem.

When I build a HeliHCivil with an Etool and a Ruby (configured in scripts/deploybike/addons/bike/config.sqf), it gets built and i can perfectly store and get vehicles from the virtual garage. The Virtual-garage-menu is at the plot pole (is this correct?). However the vehicles spawn perfectly on the Heli Pad.

Now the problem: The Helipad HeliHCivil disappears after the first restart.

When I Check the object_data table in the database after building a helipad, i see no entry with "HeliHCivil" so i assume that my helipad for the virtual garage does not get saved into the database.

I even tried maintaining the plotpole and the virtual garage directly after building the helipad but this doesn't help either.

Does anybody know how this can happen and where I could have done a mistake?

My HiveExt.ini (i also replaced the HiveExt.dll):

  Reveal hidden contents

My scripts/deploybike/addons/bike/config.sqf:

  Reveal hidden contents

excerpt from my dayz_code/init/variables.sqf:

  Reveal hidden contents

I have a garage table in my database which gets filled correctly when storing vehicles in garages.

I have the following routines in my database (which is by the way MySQL Communiyt 5.7):

  Reveal hidden contents

I also have the following events in my database:

  Reveal hidden contents

My personal opinion is that the database events etc are not the problem because the Helipad does not get written into the objects table in the database.

I get no errors in RPT or HiveExt so far. I am using DayZ Overpoch 1.0.6.2 / 0.25 and a Windows Server. I never had an older version so I did not update.

Link to comment
Share on other sites

  On 8/17/2018 at 7:48 PM, kmiller said:

Hi,

first of all the scripts is nice! :D

It works pretty well but i have one specific problem.

When I build a HeliHCivil with an Etool and a Ruby (configured in scripts/deploybike/addons/bike/config.sqf), it gets built and i can perfectly store and get vehicles from the virtual garage. The Virtual-garage-menu is at the plot pole (is this correct?). However the vehicles spawn perfectly on the Heli Pad.

Now the problem: The Helipad HeliHCivil disappears after the first restart.

When I Check the object_data table in the database after building a helipad, i see no entry with "HeliHCivil" so i assume that my helipad for the virtual garage does not get saved into the database.

I even tried maintaining the plotpole and the virtual garage directly after building the helipad but this doesn't help either.

Does anybody know how this can happen and where I could have done a mistake?

My HiveExt.ini (i also replaced the HiveExt.dll):

  Reveal hidden contents

My scripts/deploybike/addons/bike/config.sqf:

  Reveal hidden contents

excerpt from my dayz_code/init/variables.sqf:

  Reveal hidden contents

I have a garage table in my database which gets filled correctly when storing vehicles in garages.

I have the following routines in my database (which is by the way MySQL Communiyt 5.7):

  Reveal hidden contents

I also have the following events in my database:

  Reveal hidden contents

My personal opinion is that the database events etc are not the problem because the Helipad does not get written into the objects table in the database.

I get no errors in RPT or HiveExt so far. I am using DayZ Overpoch 1.0.6.2 / 0.25 and a Windows Server. I never had an older version so I did not update.

Expand  

Hello,

If you could please send me your server RPT and your HiveExt.log so we can look at it there.

It should definitely work thought (it does for me)

Link to comment
Share on other sites

Hi,

thanks for your reply. Here are the logs.

arma2oaserver.rpt:

  Reveal hidden contents

HiveExt.log:

  Reveal hidden contents

One important thing to note is that when you spawn your vehicle which is parked in the garage (and the helipad is not present anymore), it spawns not on the spot where you placed the helipad before. I am going to check where it exactly spawned.

Link to comment
Share on other sites

I stored and awned my vehicle now a few times without a helipad beeing there and the vehicle seems to spawn randomly near (radius of 1500 meters) the original helipad location.

When I build a new helipad the vehicles spawn on that new helipad.

Sorry for double posting, I did something wrong here :/

Link to comment
Share on other sites

  On 8/17/2018 at 11:13 PM, kmiller said:

I stored and awned my vehicle now a few times without a helipad beeing there and the vehicle seems to spawn randomly near (radius of 1500 meters) the original helipad location.

When I build a new helipad the vehicles spawn on that new helipad.

Sorry for double posting, I did something wrong here :/

Expand  
 0:36:07 "Server_PublishObj error: Wrong parameter format"

I would say this is your problem for the helipad creation

Please make sure you are using an up to date deployanything, mine has changes in it specifically to fix this issue, I guess yours is out of date (especially since it's not the same folder structure as mine)

Please use this version from my modpack: https://github.com/oiad/modPack/tree/master/DayZ_Epoch_11.Chernarus/scripts/deployAnything

Link to comment
Share on other sites

  • 1 month later...

Hi maybe someone can help me i tried to install VG but if i want to access my VG it searching for vehicles can´t store them.

and my Heli pad is despawning after restart :/

i got no errors at my RPT.

 

Edited by Foxx1994
forgot something
Link to comment
Share on other sites

  On 10/7/2018 at 10:02 AM, Foxx1994 said:

Hi maybe someone can help me i tried to install VG but if i want to access my VG it searching for vehicles can´t store them.

and my Heli pad is despawning after restart :/

i got no errors at my RPT.

 

Expand  

I would guess you have not changed to the new HiveExt.dll

Please put your server and client RPT on pastebin for us to see.

Link to comment
Share on other sites

I'm not seeing any hive calls for procedures 800-803, which is what I used for the virtual garage HiveExt. make sure you've installed the server side pbo and SQF script modifications correctly

 

Edit: Also I made the hive source for VG public. The source also includes a very basic script.txt scanner to ensure players are not using a script filter bypass. Note: as of right now I don't have a precompiled copy handy so for now you have to build it yourself  https://github.com/icomrade/icomradeHiveEpoch

Link to comment
Share on other sites

  On 10/21/2018 at 3:13 PM, Foxx1994 said:

i have this problem only if ESSv3 is installed at the server i tried to install ESSv3 at the mod  pack salival uploaded and i got the same problem xD idk what´s broke there

Expand  

There is absolutely no issue with ESSv3 and VG/any of my other mods.

If you are having issues it's because of an install step has been missed or has been done incorrectly (I'm guessing your description.ext)

Link to comment
Share on other sites

  • 1 month later...
  On 7/9/2017 at 2:19 AM, salival said:

Hi guys,

Here's my version of Virtual Garage, it's not far off a full rewrite but includes some of the original code that the original author contributed.

Fixes a lot of problems and adds a lot of newer features:

  • Single UI for storing/retrieving vehicles
  • Dynamic pricing based on vehicle type/classname
  • Dynamic limits based on vehicle type/classname
  • Adds support for removing a helipad nearby
  • Able to see storage in stored vehicles
  • RPT logging for storing/retrieving vehicles
  • Fixes dupes for more than 2 people depositing the same vehicle
  • Supports briefcases and coins
  • Localization support (currently german and russian)
  • Has uninstall information for the previous version

Please see my github repo for install instructions:

https://github.com/oiad/virtualGarage

Expand  

hey salival, where download old version with extDB garage??>

Link to comment
Share on other sites

  • 2 weeks later...

@salival if you get chance, is there any way you could upgrade this to extdb3 if possible please with a tutorial? It seems alot more complicated than extdb but I am suffering errors with my extdb now, it still writes as per but every session logs this output: 

  Reveal hidden contents


Thanks mate

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...