Jump to content

Mr White

Member
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Mr White

  1. manually installed, watched the console of the sql server and nothing really was happening.

    I intentionally changed the credentials in the HiveExt.ini to something invalid and didn't even see a failed login.

    firewall shut off

    vpn client shut off

    tried an even older version of mysql, same results. running out of ideas

  2. On 12/31/2019 at 10:01 PM, salival said:

    @Achef @Mr White have you edited this file correctly? https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Server Files/DZE_Server_Config/HiveExt.ini#L21-L41

    has your database been imported correctly?

    yes, and yes...

    been in transit, going to setup laptop again.

    going to try setting up the database (again) the hard way. Mostly because I enjoy the suffering. I also have another computer to compare against.

  3. Same here, been trying to build a test server on my laptop to work on (vacation isn't exactly fun in the sun)

    It appears to be related to connecting to the database, but I've played with just about every permutation of mysql (legacy versions seem to be more receptive to the sql imports). Previous suggestions mentioned the c++ runtimes, which I have run through.

  4. Howdy,

    Made another go for a server on 1.0.6.2 and already had a plot pole vanish. I am guessing this is a result of my commented out "CleanupPlacedAfterDays" setting in my hive, since I don't think I even hit the 14 day mark.

    Anyways, I was wondering what I had to disable and tweak in the database to give me a true 90 day decay on base building. Meaning, if someone builds a base and then logs off, they have 90 days to maintain it before it is gone. I've tried adjusting things in the past, just intuitively, but never really had any luck. I ended up turning things off last time, and folks built a full skyway city which I hope to avoid. Another attempt, people thought they had to maintain daily and were pouring $$$ in for nothing.

    Sorry for incoherence, I burned my brain today trying to figure out why I couldn't restrict towing and lifting of locked vehicles with R3F only to find that infist@r hijacks the local_lockUnlock.

     

  5. 6 hours ago, DAmNRelentless said:

    Save the data in the database. That's what it was made for.

    Using the database was already presumed, I was more interested in the actual method. 

    Something tells me if I were to modify the schema, I am in for a world of hurt. I recall that the early forms of the single currency, global banks took over the head hot count. I also recall the plotpole for life nested extra data in one of the vehicle fields. 

    I have a bit of an idea what I need to do, but I was hoping someone had some specific details or suggestions on the best way. 

    My database is empty, so any crazy changes are best done now. 

  6. This has probably always been like this, or perhaps there is a recent change. I've never tried to do this because I hated the stuff. I hope this doesn't go over too many heads, it is an interesting hunt.

    I was building a stronghold mission in a static location, I decided to build a perimeter defense with razorwire to be a jerk and funnel people far enough out from the hesco barriers that guards could shoot at them unobstructed from towers. In the editor, the razorwire lays down according to the contours, however when I pull them into the mission files.... they are all level, which leaves nice gaps to crawl under on uneven ground.

    I wonder if this has to do with some of the epoch or dayz build mechanics, but I am not entirely sold on that idea. I noticed that the fence posts themselves point at an angle perpendicular to the surface they are on. So if you look down the fence line from the side, it does appear to the index according to the terrain and angle itself. However looking at it as you approach the fence as a barrier, it is always level. one end is almost always off of the ground unless I sink it in the ground.

    In the editor, it doesn't do this. The behavior is quite different, which makes me wonder if this is somehow tied to either the basebuilding mechanics or something related to snap and vector. I was hoping someone had a good idea what this was, and how I could sneak around the problem. My screenshots weren't so great, I'll get more if people are confused about what I am talking about.

     

  7. Hello, I haven't had a chance to look through the code so I thought it would be easier to ask directly. Is this update a focused effort to fix bugs and progress with development or is this just piling popular mods into the base code. 

    Previous discussions often spoke of building in mods that were incomplete or wreaked havoc with my database. 

    Sorry if I come off as inflammatory, that is not my intent.

  8. I just switched over to a vds. My previous host seems to have crapped the bed.

    So I spent the weekend putting together a VDS, which was an interesting experience. I've been learning that most of my preconceived notions are mostly not true. Are there guides out there on how to tweak things, or for lazy dudes like me who were ok with the tcadmin panel and had to adapt to life without it?

    I'm not quite sure how I should manage arma server startups on schedule as well as keeping bec alive.

    If not, I guess I will just have to write one... which you can tell by my disjointed groggy post (hey I just woke up)... I suck at tech writing.

  9. I've been with vert for about 18 months, they've been ok. I consider them to be the base level of what my expectations could ever be. I will not even go near vilayer just from reading the posts.

    BigEgg's post intrigues me, perhaps that would be more practical than beefing my own internet up and hosting something myself. The bandwidth restriction "skeers" me though.

  10. there is also an event in the database that cleans stuff up which could cause issues, it did for me.

    removeObjectOld I believe it was, it is kind of a failover.

    DELETE FROM `Object_DATA` WHERE `LastUpdated` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 24 DAY) AND `Datestamp` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 42 DAY)

    Yeah, I was leaving a few carepackages on that one after a few bases got deleted. One dude still has a set of weapon racks floating mid air.

×
×
  • Create New...