Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Database for EXILE


SLIMDOG187

Recommended Posts

When the new 0.9.6 Exile was released was the Databases updated to the new one? I think this maybe the issue most people are having with this black screen. Just checking to see if it has been updated or hasn't.

Share this post


Link to post
Share on other sites

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- 0.9.6 from 0.9.41
-- ----------------------------

ALTER TABLE container ADD `abandoned` DATETIME DEFAULT NULL;
ALTER TABLE vehicle ADD `vehicle_texture` text NOT NULL;
ALTER TABLE `player` ADD `temperature` DOUBLE NOT NULL DEFAULT '37' AFTER `alcohol`, ADD `wetness` DOUBLE UNSIGNED NOT NULL DEFAULT '0' AFTER `temperature`;

UPDATE player SET temperature = 37;
UPDATE player SET wetness = 0;

SET FOREIGN_KEY_CHECKS=1;

There are the only MySQL updates for Exile 0.9.6 from 0.9.41 / 0.9.4

 

Check to see if those updates are already made on your server.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...