Jump to content

Recommended Posts

Posted

I just spend an amazing amount of time getting this to work, and I have seen no known solution for it so far. So, here's mine. It may be outdated now, and may not work for you. I haven't tested it well, but my server booted, and I could log in.

Related problems -

https://github.com/MinecraftPortCentral/Cauldron/issues/1657

https://github.com/MinecraftPortCentral/Cauldron/issues/980

 

Poor SW9876 of Github, I can't message you directly. -.-

 

Anyways, this is upgrading Ultra Modded Survival Server v1.4.6

http://www.technicpack.net/modpack/details/ultra-modded-survival-pack.266012

 

 

So, enough linking is enough. How do I get computercraft to properly update redstone outputs with UMSP? Update from MCPC+ to Cauldron. It's harder than it sounds to figure out, but pretty easy to do.

First things first, you need -
1. Your server file for Ultra modded survival.

2. cauldron-1.6.4-1.965.21.197-installer.jar from: http://files.minecraftforge.net/Cauldron/

3. forge-1.6.4-9.11.1.965-installer.jar from: http://files.minecraftforge.net/

4. run.bat from your server file.
5. minecraft_server.1.6.4.jar (I got this from https://mcversions.net/ and it seemed to work)

 

So, create a new folder with 4 things - cauldron-1.6.4-1.965.21.197-installer.jar, forge-1.6.4-9.11.1.965-installer.jar, run.bat, minecraft_server.1.6.4.jar
 

Follow step 5 from here - http://cauldron.minecraftforge.net/wiki/primer-for-cauldron-and-forge/

Or, follow my quick instructions below.

Navigate to your new folder in command prompt. Enter in the command below.

java -jar cauldron-1.6.4-1.965.21.197-installer.jar --installServer

 

('--installServer' does require the S to be a capital.)

Let it run.

 

Then, run forge-1.6.4-9.11.1.965-installer.jar in java (not in a command prompt).

Select "Install server" and navigate to your server base folder (where run.bat resides). Hit OK.

 

It will install forge, but no more dependencies.

 

Now, run your run.bat file, after changing it to reference the new server file.

Your run.bat file should contain something like:

java -Xmx4G -Xms1G -XX:MaxPermSize=256M -jar cauldron-1.6.4-1.965.21.197-server.jar nogui
pause
 
Let it just run, make sure it works.
 
Now, last things last. Lets move over your server files. MAKE SURE YOU BACKUP AND ONLY DO COPIES!
 
MOVE OVER 6 THINGS. DELETE PREVIOUS VERSIONS FOR BEST RESULTS.
1. assets
2. config
3. Flan
4. hats
5. TCPlayerData
6. Your world file data. (For me it's 'world')

 

Run your server, ensure it works. No further modifications were needed for it to work for me.

 

A thanks to the whole Forge team, the technic launcher team, dan200, lyqyd, blood, and everyone else who contributes to the modding community!

 

Sorry for the lack of organization and proper grammar, and clearness of instructions. I sacrificed sleep to get it working, I thought i'd sacrifice a bit more to get you guys a working fix. Also, sorry if this isn't in the right place.

 

Happy Minecrafting!

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.

×
×
  • Create New...