Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Sign in to follow this  
Aidsplosion

Base components Disappearing on server restart

Recommended Posts

I don't rearrange any code. :P

CC uses default code with only additional code for wanted functions that makes it way easier to administrate the server and more enjoyable.

All add-ons, scripts etc that work on default dayz server files works just as good in CC the code isn't as I said changed. There are just some additional code that won't interupt or brake anything you try to add in.

The database tables that are different are the ones for vehicles and deployables, only difference is that we use separate tables for them. Default both vehicles and deployables are mixed in one single table which makes it way less user friendly IMO and more clunky to administrate.

Cheers

  • Like 1

Share this post


Link to post
Share on other sites

I don't rearrange any code. :P

CC uses default code with only additional code for wanted functions that makes it way easier to administrate the server and more enjoyable.

All add-ons, scripts etc that work on default dayz server files works just as good in CC the code isn't as I said changed. There are just some additional code that won't interupt or brake anything you try to add in.

The database tables that are different are the ones for vehicles and deployables, only difference is that we use separate tables for them. Default both vehicles and deployables are mixed in one single table which makes it way less user friendly IMO and more clunky to administrate.

Cheers

It's still adding code. For someone like me who doesn't have experience with the original code, it's the same thing.

 

character_data and player_login tables also seem to have additional columns, creating errors when running on a stock db..

 

Anyway, I'm not trying to bash or anything. You program is great, but it's not 100% what I was looking for. Wish you the best of luck in your project  :)

Share this post


Link to post
Share on other sites
Sign in to follow this  

×