CONNEXION
  • RetourJeux
    • Sorties
    • Hit Parade
    • Les + populaires
    • Les + attendus
    • Soluces
    • Tous les Jeux
    • Gaming
  • RetourActu Gaming
    • News
    • Astuces
    • Tests
    • Previews
    • Toute l'actu gaming
  • RetourBons plans
    • Bons plans
    • Bons plans Smartphone
    • Bons plans Hardware
    • Bons plans Image et Son
    • Bons plans Amazon
    • Bons plans Cdiscount
    • Bons plans Decathlon
    • Bons plans Fnac
    • Tous les Bons plans
  • RetourJVTech
    • Actus High-Tech
    • Intelligence Artificielle
    • Smartphones
    • Mobilité urbaine
    • Hardware
    • Image et son
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTech
  • RetourCulture
    • Actus Culture
    • Culture
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch 2
    • Xbox Series
    • Switch
    • Pokemon pocket
    • FC 25 Ultimate Team
    • League of Legends
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • Switch 2
  • PS4
  • One
  • Switch
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Minecraft
  • Tout support
  • PC
  • Xbox Series
  • Switch
  • Switch 2
  • PS4
  • ONE
  • WiiU
  • PS3
  • 360
  • Vita
  • iOS
  • Android
  • Web
  • New 3DS
Forum
  • Accueil
  • Actus
  • Tests
  • Vidéos
  • Images
  • Soluces
  • Forum
Liste des sujets

[mod] zombe bug

[thejumper]
[thejumper]
Niveau 5
23 novembre 2011 à 16:43:56

Bonjour,

j'ai mis mod loader et le mod zombe (1.0.0) mais a l'écran de titre un ecrit rouge s'affiche puis je met f7 en cours de partie et je clic sur un mod mais là il y a des ? que faire svp?

Merci :D

Boussir
Boussir
Niveau 10
23 novembre 2011 à 16:49:55

Supprime le dossier META-INF qui est dans minecraft.jar et verifie que tu l'ai bien mis, et c'est quoi cet écrit ?

[thejumper]
[thejumper]
Niveau 5
23 novembre 2011 à 16:55:15

Le meta-inf est bien suprimmé et c'est écrit:
Zmod: errors detected - one or more mods affected
Firstwarning: no mods are enabled! Read the readme.htlm

Log:C:\usesrs\moi\AppData\Roaming\.minecraft\mods\
zombe\log.txt

et sous les mods il y a ecrit qu'ils sont tous activé.

LEpigeon888_
LEpigeon888_
Niveau 10
23 novembre 2011 à 16:57:07

Bah t'as activé aucun mod... donne nous le fichier pour voir.

mondedistorsion
mondedistorsion
Niveau 9
23 novembre 2011 à 16:57:30

:(

[thejumper]
[thejumper]
Niveau 5
23 novembre 2011 à 17:00:33

#

  1. Lines beginning with # are comments.

#

  1. Full list of key names you will find here:
  2. http://www.lwjgl.org/javadoc/constant-values.html#org.lwjgl.input.Keyboard.KEY_0
  3. NB! omit the "KEY_" in front - ie: "Q" instead of "KEY_Q" etc
  4. NB! the key names that minecraft uses ignore your keyboard layout settings
  5. - in other words: they might not correspond to the actual key name.
  6. NB! easiest way by far to get the correct key names is using minecrafts options menu ;)
  7. NB! you can not directly bind mouse buttons - you need to bind mouse buttons to keyboard.
  8. Strongly recommended for "wield" mod.
  9. NB! for colors you can use the names that are defined in names.txt or use the number
  10. formatted color directly.
  11. 0xRRGGBB, where R/G/B are the color components in hexadecimal format.

#

  1. Easy way to temporarily disable all mods.

disableAllMods = no

  1. Show options screen

showOptions = F7

  1. Removes the error message on screen.
  2. NB! It does not fix anything - just removes the message (up to 8 messages).

clearDisplayedError = F9

  1. ==================== cloud mod - aka. Cloud Control ========================
  2. Uncomment to enable mod:
  3. modCloudEnabled = yes
  1. Turns clouds on and off.

keyCloudToggle = MULTIPLY

  1. Toggles between vanilla-minecraft and mod cloud settings.

keyCloudVanilla = V

  1. Moves clouds up by one minecraft block.

keyCloudUp =

  1. Moves clouds down by one minecraft block.

keyCloudDown =

  1. Are clouds enabled at startup.

optCloudShow = yes

  1. Modifies cloud height. Original offset is 0. [-64.0 .. 64.0]

optCloudOffset = 4

  1. Tag shown when mod is temporarily disabled and vanilla minecraft cloud settings are in effect.

tagCloudVanilla = no-cloud-mod

  1. ==================== cart mod - aka. Cart Control ==========================
  2. Uncomment to enable mod:
  3. modCartEnabled = yes
  1. Stops the cart immediately.

keyCartStop = RETURN

  1. Enable / disable perpetual motion mode.

keyCartPerpetual = UP

  1. Max speed accumulation. [0.5 .. 5.0]

optCartSpeedAccumCap = 1.0

  1. Speed change multiplier. [0.5 .. 10.0]

optCartAcceleration = 2.0

  1. Powered minecarts have infinite fuel (after you add the first drop of fuel).

optCartInfiniteFuel = yes

  1. Tag shown when perpetual mode is active.

tagCartPerpetual = perpetual

  1. ==================== build mod - aka. Classic Building =====================
  2. Uncomment to enable mod:
  3. modBuildEnabled = yes
  1. Enable / disable build mode.

keyBuildToggle = B

  1. Hold down and press number to select item sets from optBuildA1 to optBuildA9.

keyBuildA = LSHIFT

  1. Hold down and press number to select item sets from optBuildB1 to optBuildB9.

keyBuildB = LCONTROL

  1. Key used to mark a selection.
  2. NB! optBuildExtension must be enabled ("= yes" instead of "= no").

keyBuildMark = X

  1. Copy selection to buffer.

keyBuildCopy = C

  1. Paste buffer to selection.
  2. NB! keyBuildFill and keyBuildRemove changes key functionality.

keyBuildPaste = P

  1. Fill selection with selected (ie. current item in inventory) item.
  2. NB! optBuildExtension must be enabled ("= yes" instead of "= no").
  3. NB! keyBuildFill and keyBuildRemove changes key functionality.

keyBuildSet = Z

  1. Deselect / remove selection markers.

keyBuildDeselect =

  1. Hold down to fill empty blocks in selection with specific block (keyBuildSet) or copy-paste buffer (keyBuildPaste).

keyBuildFill = LSHIFT

  1. Hold down to remove matching (keyBuildSet or keyBuildPaste) blocks from selection.

keyBuildRemove = RSHIFT

  1. Holding this down while setting marker (keyBuildMark) causes the marker to be set on your feet height instead of head.

keyBuildDown = LCONTROL

  1. Enable in-game world editing.

optBuildExtension = no

  1. Is build mode activated at startup.

optBuild = no

  1. Lock item count in stacks.

optBuildLockQuantity = yes

  1. Lock item count in stacks to a specific number. 0 = do not lock. [0 .. 32]

optBuildLockQuantityToNr = 0

  1. Digging speed in build mode. [0.1 .. 6.0]

optBuildDigSpeed = 1.0

  1. Distance where one can dig / place blocks (vanilla game has it at 4.0). [2.0 .. 128.0]

optBuildReach = 16.0

  1. Block harvesting rule: -1 = never harvest, 0 = vanilla game, 1 = always harvest.

optBuildHarvestRule = -1

  1. Item sets (look up item names from names.txt).

optBuildA1 = smooth, cobble, grass, dirt, sand, gravel, clay, obsidian, sandstone
optBuildA2 = oak, pine, birch, wood, shelves, chest, workbench, jukebox, furnace
optBuildA3 = woolYellow, woolOrange, woolRed, woolPink, woolMagenta, woolPurple, woolBlue, woolCyan, woolLightBlue
optBuildA4 = woolWhite, woolLightGray, woolGray, woolBlack, woolBrown, woolGreen, woolLime, cage, sponge
optBuildA5 = snowcap, ice, snow, water, lava, fire, glass, pumpkinC, melon
optBuildA6 = sapling, leaves, flowerY, flowerR, shroomB, shroomR, cactus, pumpkin, reed
optBuildA7 = blockG, blockI, blockD, blockB, blockL, mossy, nether, soul, web
optBuildA8 = oreG, oreI, oreC, oreD, oreR, oreY, oreL, repeater, torchR
optBuildA9 = doorW, doorI, switch, red, plateS, plateW, button, dispenser, note
optBuildB1 = ladder, tracks, fence, stairC, stairW, sign, half, double, picture
optBuildB2 = pickD, cart, boat, saddle, tnt, cake, bed, bonemeal, vines

[thejumper]
[thejumper]
Niveau 5
23 novembre 2011 à 17:01:05

après sa continue encore beaucoup

LEpigeon888_
LEpigeon888_
Niveau 10
23 novembre 2011 à 17:01:35

Bah t'as activé aucun mod, c'est bien ce que j'ai dis...

[thejumper]
[thejumper]
Niveau 5
23 novembre 2011 à 17:02:22

je dois changer quoi pour les activer?

LEpigeon888_
LEpigeon888_
Niveau 10
23 novembre 2011 à 17:03:24

Enlever # devant les mods que tu veux activer (pas juste la 1er ligne, sur toute la partie du mod).

[thejumper]
[thejumper]
Niveau 5
23 novembre 2011 à 17:04:09

ok merci (mais ya un raccourci ou je dois tous les faire?)

LEpigeon888_
LEpigeon888_
Niveau 10
23 novembre 2011 à 17:05:12

Bah tous sur les mods que tu veux activer.

+ à la main, quoi qu'avec un ctrl+f ça doit marcher aussi, mais au final je trouve ça plus chiant.

[thejumper]
[thejumper]
Niveau 5
23 novembre 2011 à 17:08:40

tu n'aurais pas un fichier txt ou ils sont deja tous enlever?

LEpigeon888_
LEpigeon888_
Niveau 10
23 novembre 2011 à 17:10:32

Tu peux le faire toi hein, faut pas pousser la fainéantise non plus...

Sous forums
  • Recherche de joueurs et serveurs PC/Consoles
La vidéo du moment