littlebixygames Posted November 16, 2014 Posted November 16, 2014 can some one give me a step by step guide of how to make server files for a custom 1.6.4 modpack on technic if this is on the wrong topic could someone tell me which one please and i dont have skype but you can email it to me i will send you a message with my email please as i am new to making modpacks and server files and dont have a clue i cant give a link to the modpack as it is in closed beta but i can list all mods and forge if needed thanks littlebixygames
nickrcole Posted November 16, 2014 Posted November 16, 2014 I can, but I'd prefer to do it over skype (its easier). I'll do it over the forums but you can add me on skype piratelover51
littlebixygames Posted November 16, 2014 Author Posted November 16, 2014 sorry i dont have skype and cant get it for other reasons and thanks in advance
Discord Moderator plowmanplow Posted November 17, 2014 Discord Moderator Posted November 17, 2014 Making a server from a modpack:
littlebixygames Posted November 18, 2014 Author Posted November 18, 2014 it doesnt work it just comes up with this anyideas Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=128m; suppor t was removed in 8.0 Error: Could not find or load main class cauldron-1.6.4-1.965.21.174-server Press any key to continue . . .
Discord Moderator plowmanplow Posted November 18, 2014 Discord Moderator Posted November 18, 2014 Don't use Java 8. Use the latest version of Java 7 for your platform.
littlebixygames Posted November 19, 2014 Author Posted November 19, 2014 right hold on this is what the cauldron server file is called cauldron-1.6.4-1.965.21.174-server everytime i put that in the batch it just says error it cant find it anyideas
Discord Moderator plowmanplow Posted November 19, 2014 Discord Moderator Posted November 19, 2014 (edited) To my knowledge, this was the last build of Cauldron for 1.6.4 before the DMCA debacle: cauldron-1.6.4-1.965.21.185-server.jar Please post the contents of your launcher script in a code tag and verify that the file/jar referenced by your command in the script is actually present. Keep in mind that you will need the libraries for that version of the Cauldron server since it does not automatically retrieve them. Cauldron 1.6.4 Libraries if you can't find the installer. Edited November 19, 2014 by plowmanplow
littlebixygames Posted November 19, 2014 Author Posted November 19, 2014 Error:could not find or load main class cauldron-1.6.4-1.965.21.174-server thats what it says and the file name of the jar is cauldron-1.6.4-1.965.21.174-server have i missed something
Discord Moderator plowmanplow Posted November 19, 2014 Discord Moderator Posted November 19, 2014 (edited) Always make sure you alter your file explorer settings so that the file extensions are displayed. That will ensure that you don't have the extension duplicated. When I said post your startup script in a code tag it should have looked similar to this: @echo off java -Xmx2048m -Xms2048m -XX:PermSize=128m -XX:MaxPermSize=128m -jar cauldron-1.6.4-1.965.21.174-server.jar nogui Without seeing exactly what your script looks like, and precisely what the name of your jar file on the HD is, I can't really advise you. Did you use the installer for Cauldron, or do you just have the server JAR? Edited November 19, 2014 by plowmanplow
littlebixygames Posted November 20, 2014 Author Posted November 20, 2014 (edited) i have just the jar and have just tried that script you put on the post it now has came up with a new one it is on the image if your wondering the blacked out bits is honsetly just my pc name hold on i cant post what it is at file how do you post a picture Edited November 20, 2014 by littlebixygames
Discord Moderator plowmanplow Posted November 20, 2014 Discord Moderator Posted November 20, 2014 Put the image on imgur.com and post a link to it here.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now