Does anyone have a decent batch script? For re-obfuscation and installation? I was going to look into making one myself (my preference for shell has resulted in me never learning batch, but I do most of my stuff on Windows) but it seems silly to go to the trouble if someone already has a good one.
Thanks in advance
Anyone got a good compilation batch script?
Started by bbqroast, Jul 25 2012 02:36 AM
4 replies to this topic
#1
Posted 25 July 2012 - 02:36 AM
#2
Posted 25 July 2012 - 06:28 AM
I wrote an ant-script for that. I could give it to you, but unfortunately I don't have it with me right now.
#3
Posted 25 July 2012 - 10:17 AM
Why do you need?
#4
Posted 25 July 2012 - 04:18 PM
I think he's just annoyed from recompiling, reobfuscating, collecing and copying the classes to his local minecraft dir?
I would not recommend a batch script, as batch isn't really made for complex tasks. If you need a start for eg. an ant script, you could look at http://mcp.ocean-lab...Builds_with_MCP, this wraps the default mcp scripts into ant tasks. it moves the mod class files to a build directory.
Working from this, I made a symlink in my .minecraft/mods folder and pointed it to the build directory, and ready it is. The given script is only for client mods, but it can be easily expanded.
I would not recommend a batch script, as batch isn't really made for complex tasks. If you need a start for eg. an ant script, you could look at http://mcp.ocean-lab...Builds_with_MCP, this wraps the default mcp scripts into ant tasks. it moves the mod class files to a build directory.
Working from this, I made a symlink in my .minecraft/mods folder and pointed it to the build directory, and ready it is. The given script is only for client mods, but it can be easily expanded.
#5
Posted 26 July 2012 - 09:23 PM
Xfel, on 25 July 2012 - 04:18 PM, said:
I think he's just annoyed from recompiling, reobfuscating, collecing and copying the classes to his local minecraft dir?
I would not recommend a batch script, as batch isn't really made for complex tasks. If you need a start for eg. an ant script, you could look at http://mcp.ocean-lab...Builds_with_MCP, this wraps the default mcp scripts into ant tasks. it moves the mod class files to a build directory.
Working from this, I made a symlink in my .minecraft/mods folder and pointed it to the build directory, and ready it is. The given script is only for client mods, but it can be easily expanded.
I would not recommend a batch script, as batch isn't really made for complex tasks. If you need a start for eg. an ant script, you could look at http://mcp.ocean-lab...Builds_with_MCP, this wraps the default mcp scripts into ant tasks. it moves the mod class files to a build directory.
Working from this, I made a symlink in my .minecraft/mods folder and pointed it to the build directory, and ready it is. The given script is only for client mods, but it can be easily expanded.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











