2.02.2016 / 00:37 |  | 
Bogdan-G    Пользователь  
   Сейчас: Offline 
 Имя: Богдан Откуда: Москва Регистрация: 13.02.2011
   | Новая версия ядра сервера слита на гитхабе, в самих коммитах позже доб пробелы. Я таки смог на этот нормальный чендж лог запилить.
 мини-обновление ПП. 
 микро обн ПП   Изменено Bogdan-G (17.02 / 13:36) (всего 3 раза) | 
  25.02.2016 / 12:49 |  | 
NaruTrey    Пользователь  
   Сейчас: Offline 
 Имя: Андрей K. Откуда: Тольятти Регистрация: 15.01.2010
   | Скрипт запуска сборки на Bash Скрипт запуска сборки на Bash #!/bin/sh  
   
MC_DIR=.  
VERSION=1.7.10  
VERSION2=1.7.10  
VERSION_FORGE=Forge10.13.4.1614-$VERSION2  
NATIVES_DIR=$MC_DIR/versions/$VERSION-$VERSION_FORGE/natives  
LIBRARIES_DIR=$MC_DIR/libraries  
LIBRARIES_DIR2=$MC_DIR/libraries2  
JAR_FILE=$MC_DIR/versions/$VERSION-$VERSION_FORGE/$VERSION-$VERSION_FORGE.jar  
JAVA_PATH=java   
PLAYER=PlayerName  
MAIN_CLASS=net.minecraft.launchwrapper.Launch  
CLASSPATH="$LIBRARIES_DIR/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.5.0-1.7.10.jar:$LIBRARIES_DIR2/launchwrapper-1.12.jar:$LIBRARIES_DIR/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar:$LIBRARIES_DIR2/akka-actor_2.10-2.3.12.jar:$LIBRARIES_DIR/com/typesafe/config/1.2.1/config-1.2.1.jar:$LIBRARIES_DIR2/scala-actors-migration_2.11-1.1.0.jar:$LIBRARIES_DIR2/scala-compiler-2.11.7.jar:$LIBRARIES_DIR2/scala-continuations-library_2.11-1.0.2.jar:$LIBRARIES_DIR2/scala-continuations-plugin_2.11.2-1.0.2.jar:$LIBRARIES_DIR2/scala-library-2.11.7.jar:$LIBRARIES_DIR2/scala-parser-combinators_2.11-1.0.3.jar:$LIBRARIES_DIR2/scala-reflect-2.11.7.jar:$LIBRARIES_DIR2/scala-swing_2.11-1.0.2.jar:$LIBRARIES_DIR2/scala-xml_2.11-1.0.4.jar:$LIBRARIES_DIR2/jopt-simple-4.9.jar:$LIBRARIES_DIR/lzma/lzma/0.0.1/lzma-0.0.1.jar:$LIBRARIES_DIR/com/mojang/realms/1.3.5/realms-1.3.5.jar:$LIBRARIES_DIR2/commons-compress-1.9.jar:$LIBRARIES_DIR/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar:$LIBRARIES_DIR2/commons-logging-1.2.jar:$LIBRARIES_DIR/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar:$LIBRARIES_DIR2/vecmath-1.5.2.jar:$LIBRARIES_DIR/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar:$LIBRARIES_DIR2/icu4j-55.1.jar:$LIBRARIES_DIR/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar:$LIBRARIES_DIR/com/paulscode/codecwav/20101023/codecwav-20101023.jar:$LIBRARIES_DIR/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar:$LIBRARIES_DIR/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar:$LIBRARIES_DIR/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar:$LIBRARIES_DIR/io/netty/netty-all/4.0.10.Final/netty-all-4.0.10.Final.jar:$LIBRARIES_DIR2/guava-18.0.jar:$LIBRARIES_DIR2/commons-lang3-3.4.jar:$LIBRARIES_DIR/commons-io/commons-io/2.4/commons-io-2.4.jar:$LIBRARIES_DIR2/commons-codec-1.10.jar:$LIBRARIES_DIR2/jinput.jar:$LIBRARIES_DIR2/jutils-1.0.0.jar:$LIBRARIES_DIR2/gson-2.3.1.jar:$LIBRARIES_DIR2/authlib-1.5.21.jar:$LIBRARIES_DIR/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar:$LIBRARIES_DIR/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar:$LIBRARIES_DIR2/lwjgl.jar:$LIBRARIES_DIR2/lwjgl_util.jar:$LIBRARIES_DIR/tv/twitch/twitch/5.16/twitch-5.16.jar:$JAR_FILE"  
   
echo "Burner ModPack Lite PR-6 BETA 6 $JAVA_PATH"  
   
$JAVA_PATH -Xverify:none -XX:+UseThreadPriorities -XX:+DisableExplicitGC -Xnoclassgc -Dsun.io.useCanonCaches=false -Dsun.io.useCanonPrefixCaches=false -XX:+UnlockExperimentalVMOptions -Dawt.useSystemAAFontSettings=lcd -XX:+PrintFlagsFinal -XX:+PrintCommandLineFlags -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -XX:MaxGCPauseMillis=200 -XX:+ParallelRefProcEnabled -XX:+UseParallelOldGC -XX:+UseParallelGC -XX:NewSize=800m -XX:MaxNewSize=800m -XX:TargetSurvivorRatio=90 -XX:MaxPermSize=300m -Xmx4500m -showversion -Djava.library.path=$NATIVES_DIR -cp $CLASSPATH -Dfastcraft.distantWrsPerPass=4 -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Dfml.skipFirstTextureLoad=false -Dfml.skipLastTextureLoad=false -Dfml.debugAPITransforme=true -Dfml.debugRegistryEntries=true -Dfml.debugClassPatchManager=true -Dfml.dumpRegistry=false $MAIN_CLASS --username $PLAYER --version $VERSION-$VERSION_FORGE --gameDir $MC_DIR --assetsDir "$MC_DIR/assets" --assetIndex $VERSION --uuid null --accessToken 0 --userProperties {} --userType mojang --tweakClass cpw.mods.fml.common.launcher.FMLTweaker  
  __________________
   Чёрные усы кричает этот свисть  | 
  28.03.2016 / 11:48 |  | 
Bogdan-G    Пользователь  
   Сейчас: Offline 
 Имя: Богдан Откуда: Москва Регистрация: 13.02.2011
   |  Изменено Bogdan-G (28.03 / 12:08) (всего 1 раз) | 
  11.04.2016 / 20:15 |  | 
Bogdan-G    Пользователь  
   Сейчас: Offline 
 Имя: Богдан Откуда: Москва Регистрация: 13.02.2011
   |  | 
  19.04.2016 / 16:05 |  | 
Bogdan-G    Пользователь  
   Сейчас: Offline 
 Имя: Богдан Откуда: Москва Регистрация: 13.02.2011
   |  | 
  2.05.2016 / 23:01 |  | 
Bogdan-G    Пользователь  
   Сейчас: Offline 
 Имя: Богдан Откуда: Москва Регистрация: 13.02.2011
   | Вопрос: Есть ли смысл выкатывать частично измененный PR-6 без значительных исправлений некоторых багов? Т.е. выкладывать периодически версии, в не зависимости от того насколько сильно они изменились?
  //в опрос, повисит //опрос обрезало(см выше ПП), оригинальный текст опроса: "Есть ли смысл периодически выкладывать версии PR-6(и выше), даже если они без значительных изменений?"
   Изменено Bogdan-G (3.05 / 13:23) (всего 2 раза) | 
  4.05.2016 / 16:43 |  | 
Bogdan-G    Пользователь  
   Сейчас: Offline 
 Имя: Богдан Откуда: Москва Регистрация: 13.02.2011
   | для тех у кого линукс, может чем то помочь вкл этой штуки:  https://docs.oracle.com/javase...d/flags.html#xrender | 
  8.05.2016 / 22:03 |  | 
Bogdan-G    Пользователь  
   Сейчас: Offline 
 Имя: Богдан Откуда: Москва Регистрация: 13.02.2011
   | [master eddbc78] обн кнфгв 87 files changed, 70740 insertions(+), 20323 deletions(-) https://github.com/Bogdan-G/Bu...df4c736ff7ccda03e85b | 
  8.05.2016 / 22:36 |  | 
Helltar    Пользователь  
   Сейчас: Offline 
 Регистрация: 29.11.2011
   | Ждва дня писал. Открыть спойлер Закрыть спойлер + pfaageologica { +    B:crudeGround=true +    B:crudeRock=true +    B:crudeRock.1=true +    B:crudeRock.2=true +    B:crudeRock.3=true +    B:crudeSand=true +    B:extraHeavyOil=false +    B:heavyOil=false +    B:lightOil=false +    B:mediumCobble=true +    B:mediumCobble.1=true +    B:mediumCobble.2=true +    B:mediumCobble.3=true +    B:mediumCobble.4=true +    B:mediumCobbleDoubleSlab=true +    B:mediumCobbleDoubleSlab.1=true +    B:mediumCobbleDoubleSlab.2=true +    B:mediumCobbleDoubleSlab.3=true +    B:mediumCobbleDoubleSlab.4=true +    B:mediumCobbleSlab=false +    B:mediumCobbleSlab.1=false +    B:mediumCobbleSlab.2=false +    B:mediumCobbleSlab.3=false +    B:mediumCobbleSlab.4=false +    B:mediumCobbleStairslimestone=false +    B:mediumCobbleWall=false +    B:mediumCobbleWall.1=false +    B:mediumCobbleWall.2=false +    B:mediumCobbleWall.3=false +    B:mediumCobbleWall.4=false +    B:mediumOil=false +    B:mediumOreRock=true +    B:mediumOreRock.1=true +    B:mediumOreRock.10=true +    B:mediumOreRock.11=true +    B:mediumOreRock.12=true +    B:mediumOreRock.13=true +    B:mediumOreRock.14=true +    B:mediumOreRock.15=true +    B:mediumOreRock.2=true +    B:mediumOreRock.3=true +    B:mediumOreRock.4=true +    B:mediumOreRock.5=true +    B:mediumOreRock.6=true +    B:mediumOreRock.7=true +    B:mediumOreRock.8=true +    B:mediumOreRock.9=true +    B:mediumStone=true +    B:mediumStone.1=true +    B:mediumStone.2=true +    B:mediumStone.3=true +    B:mediumStone.4=true +    B:mediumStoneBrick=true +    B:mediumStoneBrick.1=true +    B:mediumStoneBrick.2=true +    B:mediumStoneBrick.3=true +    B:mediumStoneBrick.4=true +    B:mediumStoneBrickDoubleSlab=true +    B:mediumStoneBrickDoubleSlab.1=true +    B:mediumStoneBrickDoubleSlab.2=true +    B:mediumStoneBrickDoubleSlab.3=true +    B:mediumStoneBrickDoubleSlab.4=true +    B:mediumStoneBrickSlab=false +    B:mediumStoneBrickSlab.1=false +    B:mediumStoneBrickSlab.2=false +    B:mediumStoneBrickSlab.3=false +    B:mediumStoneBrickSlab.4=false +    B:mediumStoneBrickStairslimestone=false +    B:mediumStoneBrickWall=false +    B:mediumStoneBrickWall.1=false +    B:mediumStoneBrickWall.2=false +    B:mediumStoneBrickWall.3=false +    B:mediumStoneBrickWall.4=false +    B:mediumStoneDoubleSlab=true +    B:mediumStoneDoubleSlab.1=true +    B:mediumStoneDoubleSlab.2=true +    B:mediumStoneDoubleSlab.3=true +    B:mediumStoneDoubleSlab.4=true +    B:mediumStoneSlab=false +    B:mediumStoneSlab.1=false +    B:mediumStoneSlab.2=false +    B:mediumStoneSlab.3=false +    B:mediumStoneSlab.4=false +    B:naturalGas=false +    B:strongCobble=true +    B:strongCobble.1=true +    B:strongCobble.2=true +    B:strongCobble.3=true +    B:strongCobble.4=true +    B:strongCobble.5=true +    B:strongCobble.6=true +    B:strongCobble.7=true +    B:strongCobble.8=true +    B:strongCobble.9=true +    B:strongCobbleDoubleSlab=true +    B:strongCobbleDoubleSlab.1=true +    B:strongCobbleDoubleSlab.2=true +    B:strongCobbleDoubleSlab.3=true +    B:strongCobbleDoubleSlab.4=true +    B:strongCobbleDoubleSlab.5=true +    B:strongCobbleDoubleSlab.6=true +    B:strongCobbleDoubleSlab.7=true +    B:strongCobbleSlab=false +    B:strongCobbleSlab.1=false +    B:strongCobbleSlab.2=false +    B:strongCobbleSlab.3=false +    B:strongCobbleSlab.4=false +    B:strongCobbleSlab.5=false +    B:strongCobbleSlab.6=false +    B:strongCobbleSlab.7=false +    B:strongCobbleStairsgranite=false +    B:strongCobbleStairsmarble=false +    B:strongCobbleWall=false +    B:strongCobbleWall.1=false +    B:strongCobbleWall.2=false +    B:strongCobbleWall.3=false +    B:strongCobbleWall.4=false +    B:strongCobbleWall.5=false +    B:strongCobbleWall.6=false +    B:strongCobbleWall.7=false +    B:strongCobbleWall.8=false +    B:strongCobbleWall.9=false +    B:strongCrudeRock=true +    B:strongOreRock=true +    B:strongOreRock.1=true +    B:strongOreRock.10=true +    B:strongOreRock.11=true +    B:strongOreRock.12=true +    B:strongOreRock.13=true +    B:strongOreRock.14=true +    B:strongOreRock.15=true +    B:strongOreRock.2=true +    B:strongOreRock.3=true +    B:strongOreRock.4=true +    B:strongOreRock.5=true +    B:strongOreRock.6=true +    B:strongOreRock.7=true +    B:strongOreRock.8=true +    B:strongOreRock.9=true +    B:strongStone=true +    B:strongStone.1=true +    B:strongStone.2=true +    B:strongStone.3=true +    B:strongStone.4=true +    B:strongStone.5=true +    B:strongStone.6=true +    B:strongStone.7=true +    B:strongStone.8=true +    B:strongStone.9=true +    B:strongStoneBrick=true +    B:strongStoneBrick.1=true +    B:strongStoneBrick.2=true +    B:strongStoneBrick.3=true +    B:strongStoneBrick.4=true +    B:strongStoneBrick.5=true +    B:strongStoneBrick.6=true +    B:strongStoneBrick.7=true +    B:strongStoneBrick.8=true +    B:strongStoneBrick.9=true +    B:strongStoneBrickDoubleSlab=true +    B:strongStoneBrickDoubleSlab.1=true +    B:strongStoneBrickDoubleSlab.2=true +    B:strongStoneBrickDoubleSlab.3=true +    B:strongStoneBrickDoubleSlab.4=true +    B:strongStoneBrickDoubleSlab.5=true +    B:strongStoneBrickDoubleSlab.6=true +    B:strongStoneBrickDoubleSlab.7=true +    B:strongStoneBrickSlab=false +    B:strongStoneBrickSlab.1=false +    B:strongStoneBrickSlab.2=false +    B:strongStoneBrickSlab.3=false +    B:strongStoneBrickSlab.4=false +    B:strongStoneBrickSlab.5=false +    B:strongStoneBrickSlab.6=false +    B:strongStoneBrickSlab.7=false +    B:strongStoneBrickStairsgranite=false +    B:strongStoneBrickStairsmarble=false +    B:strongStoneBrickWall=false +    B:strongStoneBrickWall.1=false +    B:strongStoneBrickWall.2=false +    B:strongStoneBrickWall.3=false +    B:strongStoneBrickWall.4=false +    B:strongStoneBrickWall.5=false +    B:strongStoneBrickWall.6=false +    B:strongStoneBrickWall.7=false +    B:strongStoneBrickWall.8=false +    B:strongStoneBrickWall.9=false +    B:strongStoneDoubleSlab=true +    B:strongStoneDoubleSlab.1=true +    B:strongStoneDoubleSlab.2=true +    B:strongStoneDoubleSlab.3=true +    B:strongStoneDoubleSlab.4=true +    B:strongStoneDoubleSlab.5=true +    B:strongStoneDoubleSlab.6=true +    B:strongStoneDoubleSlab.7=true +    B:strongStoneSlab=false +    B:strongStoneSlab.1=false +    B:strongStoneSlab.2=false +    B:strongStoneSlab.3=false +    B:strongStoneSlab.4=false +    B:strongStoneSlab.5=false +    B:strongStoneSlab.6=false +    B:strongStoneSlab.7=false +    B:vanillaOreRock=true +    B:vanillaOreRock.1=true +    B:vanillaOreRock.2=true +    B:vanillaOreRock.3=true +    B:vanillaOreRock.4=true +    B:veryStrongCobble=true +    B:veryStrongCobble.1=true +    B:veryStrongCobble.2=true +    B:veryStrongCobble.3=true +    B:veryStrongCobble.4=true +    B:veryStrongCobbleDoubleSlab=true +    B:veryStrongCobbleDoubleSlab.1=true +    B:veryStrongCobbleDoubleSlab.2=true +    B:veryStrongCobbleDoubleSlab.3=true +    B:veryStrongCobbleDoubleSlab.4=true +    B:veryStrongCobbleSlab=false +    B:veryStrongCobbleSlab.1=false +    B:veryStrongCobbleSlab.2=false +    B:veryStrongCobbleSlab.3=false +    B:veryStrongCobbleSlab.4=false +    B:veryStrongCobbleWall=false +    B:veryStrongCobbleWall.1=false +    B:veryStrongCobbleWall.2=false +    B:veryStrongCobbleWall.3=false +    B:veryStrongCobbleWall.4=false +    B:veryStrongStone=true +    B:veryStrongStone.1=true +    B:veryStrongStone.2=true +    B:veryStrongStone.3=true +    B:veryStrongStone.4=true +    B:veryStrongStoneBrick=true +    B:veryStrongStoneBrick.1=true +    B:veryStrongStoneBrick.2=true +    B:veryStrongStoneBrick.3=true +    B:veryStrongStoneBrick.4=true +    B:veryStrongStoneBrickDoubleSlab=true +    B:veryStrongStoneBrickDoubleSlab.1=true +    B:veryStrongStoneBrickDoubleSlab.2=true +    B:veryStrongStoneBrickDoubleSlab.3=true +    B:veryStrongStoneBrickDoubleSlab.4=true +    B:veryStrongStoneBrickSlab=false +    B:veryStrongStoneBrickSlab.1=false +    B:veryStrongStoneBrickSlab.2=false +    B:veryStrongStoneBrickSlab.3=false +    B:veryStrongStoneBrickSlab.4=false +    B:veryStrongStoneBrickWall=false +    B:veryStrongStoneBrickWall.1=false +    B:veryStrongStoneBrickWall.2=false +    B:veryStrongStoneBrickWall.3=false +    B:veryStrongStoneBrickWall.4=false +    B:veryStrongStoneDoubleSlab=true +    B:veryStrongStoneDoubleSlab.1=true +    B:veryStrongStoneDoubleSlab.2=true +    B:veryStrongStoneDoubleSlab.3=true +    B:veryStrongStoneDoubleSlab.4=true +    B:veryStrongStoneSlab=false +    B:veryStrongStoneSlab.1=false +    B:veryStrongStoneSlab.2=false +    B:veryStrongStoneSlab.3=false +    B:veryStrongStoneSlab.4=false +    B:weakClay=true +    B:weakClayBrick=true +    B:weakOreClay=true +    B:weakOreClay.1=true +    B:weakOreClay.2=true +    B:weakOreClay.3=true +    B:weakOreClay.4=true +    B:weakOreClay.5=true +    B:weakOreClay.6=true +    B:weakOreGround=true +    B:weakOreRock=true +    B:weakOreRock.1=true +    B:weakOreRock.10=true +    B:weakOreRock.11=true +    B:weakOreRock.12=true +    B:weakOreRock.13=true +    B:weakOreRock.14=true +    B:weakOreRock.15=true +    B:weakOreRock.2=true +    B:weakOreRock.3=true +    B:weakOreRock.4=true +    B:weakOreRock.5=true +    B:weakOreRock.6=true +    B:weakOreRock.7=true +    B:weakOreRock.8=true +    B:weakOreRock.9=true +    B:weakOreSand=true +    B:weakOreSand.1=true +    B:weakOreSand.2=true +    B:weakOreSand.3=true +    B:weakOreSand.4=true +    B:weakOreSand.5=true +    B:weakOreSand.6=true +    B:weakRubble=true +    B:weakRubble.1=true +    B:weakRubble.2=true +    B:weakRubble.3=true +    B:weakRubble.4=true +    B:weakStone=true +    B:weakStone.1=true +    B:weakStone.2=true +    B:weakStone.3=true +    B:weakStone.4=true +} | 
  9.05.2016 / 12:07 |  | 
Bogdan-G    Пользователь  
   Сейчас: Offline 
 Имя: Богдан Откуда: Москва Регистрация: 13.02.2011
   | Helltar, а что не так? xml/cfg/json-подобные конфиги?
   Изменено Bogdan-G (9.05 / 12:08) (всего 1 раз) |