Jump to content

LexManos

Forge Code God
  • Posts

    9270
  • Joined

  • Last visited

  • Days Won

    68

Posts posted by LexManos

  1. Dont do this.

    First off modders need to know the basics, and if they cant download a zip, and extract it they shouldn't be modding.

    Secondly, automated downloads of Forge is discouraged because the main source of revinue for Forge to pay our server costs and the like is the ads on the download page.

     

    • Like 2
    • Thanks 1
  2. I think I see where he screwed up. The cookies laws are just dumb, not even the EU's site regarding guidelines for cookies can be entered without storing at least one cookie.

    How ever, I've changed the wording slightly, and made the theam code use the normal accept/decline methods. https://github.com/MinecraftForge/Web/commit/53e2919f90a43326e74e25deb3da49ab6d370936

    This should be a good stop-gap until paleo can take a look at it.

  3. Interesting i'll look into it, however from all of our tests that is not the case. Can you provide what exact version of your browser, you are using. And any possible addons you may have that are interfering with basic java-script functionality. As for the wording, we've had it vetted and it seems to be fine to most reasonable people. I'll see if Paleo can think of even more explicit terms.

  4. You should be able to just do java -cp {netty} -jar {forge} --nogui

    If not Forge's server main class is net.minecraftforge.fml.relauncher.ServerLaunchWrapper

    But you'll need to add every other library to the classpath. The server's MANIFEST file specifies all this.

    • Thanks 1
  5.     Loaded coremods (and transformers): 


    BetterFontsCore ([C]-TrueTypeFontReplacement-1.9.1.jar)
      cubex2.ttfr.BFClassTransformer
    MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
      
    SSLoadingPlugin (SereneSeasons-1.12.2-1.2.2-universal.jar)
      sereneseasons.asm.transformer.EntityRendererTransformer
      sereneseasons.asm.transformer.WorldTransformer
    LoadingPlugin (Reskillable-1.12.2-1.5.1.jar)
      codersafterdark.reskillable.base.asm.ClassTransformer
    SignPictureCorePlugin ([C]-SignPicture-2.8.1.jar)
      com.kamesuta.mc.signpic.asm.SignPictureTransformer
    DynamicSurroundingsCore ([T]-DynamicSurroundings-3.4.9.13.jar)
      org.blockartistry.DynSurround.asm.Transformer
    MMFMLCorePlugin ([CS]-MultiMine-1.12.2.jar)
      atomicstryker.multimine.common.fmlmagic.MMTransformer
    CorePlugin (SmoothFont-1.12.2-1.15.jar)
      bre.smoothfont.asm.Transformer
    AppleCore ([T]-AppleCore-3.1.1.jar)
      squeek.applecore.asm.TransformerModuleHandler
    Plugin ([CS]-NotEnoughIDs-1.5.4.2.jar)
      ru.fewizz.neid.asm.Transformer
    CorePlugin ([CS]-ForgeEndertech-4.3.5.0.jar)
      
    HammerCoreCore (HammerCore-1.12.2-1.9.9.4.jar)
      com.pengu.hammercore.asm.HammerCoreTransformer
    ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
      shetiphian.asm.ClassTransformer
    ISCore (ImprovableSkills_1.12.2-3.4.1r.jar)
      com.endie.is.asm.ImprovableSkillsTransformer
    BetterFoliageLoader ([C]-BetterFoliage-2.1.10.jar)
      mods.betterfoliage.loader.BetterFoliageTransformer
    ForgelinPlugin (Forgelin-1.6.0.jar)
      
    IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
      blusunrize.immersiveengineering.common.asm.IEClassTransformer
    weaponlib (mw-1.11.7.1_mc1.12.2.jar)
      com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
    LoadingPlugin ([CS]-AdChimneys-3.3.0.0.jar)
      com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockRandomTick
    EnderCorePlugin ([CS]-EnderCore-0.5.22.jar)
      com.enderio.core.common.transform.EnderCoreTransformer
    TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
      li.cil.oc.common.asm.ClassTransformer
    EcomodLoadingPlugin (EcologyMod-1.12.2-1.5.1.0.jar)
      ecomod.asm.EcomodClassTransformer
    MalisisCorePlugin ([T]-MalisisCore-6.4.0.jar)
      
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. ([CS]-FoamFix-0.9.9.1-Anarchy.jar)
      pl.asie.foamfix.coremod.FoamFixTransformer

    Remove all that shit and try again. ESPECIALLY 'NotEnoughIDs' as it is KNOWN to screw up handshakes as well as corrupt worlds.

  6. They use this internal method is a half-baked anti-cheat system. It was doomed to fail from the beginning as it requires the server to trust the client. Not to mention it bypassed all the other ways  mods are loaded.

    But ya its internal API that isn't garenteed to work.

  7. 3 hours ago, Fandomaniac said:

    WARNING: coremods are present:
      MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
      BCModPlugin (backpacks 1.12.2 - 3.5.0.jar)
      OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
      LoadingPlugin (Quark-r1.4-123.jar)
      Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
      DLFMLCorePlugin (DynamicLights-1.12.2.jar)
      ObfuscatePlugin (obfuscate-0.2.4-1.12.2.jar)
    Contact their authors BEFORE contacting forge

    Remove all of those and see what happens.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.