ARCANUM (Comment dépasser le Level50) Tout est dis dans ce post ... - Jeux Video
Marsh Posté le 26-10-2001 à 18:33:25
si t'as la version anglaise y a un patch...que tu peux tester avec la vf on sait jamais.
www.terra-arcanum.com
Marsh Posté le 26-10-2001 à 18:51:29
J'ai la version FR Patché je suis en train de prendre l'EXE modifié et je prie pour que ça marche
Sinon j'aurais plus qu'à consulter la section "hacks and mods" du site que tu viens de me filer ...
Je te (vous ?) tiens au courant
Marsh Posté le 26-10-2001 à 18:56:16
ARFFFFFFFFF !!!!!! Avec cet EXE modifié English il me dit "Wrong Disk insert" normal j'ai le CD FR ...
Bon je vais tenter ma chance avec un crack no CD peut-etre que comme ça ça passera ...
See you soon ...
Marsh Posté le 26-10-2001 à 19:02:45
Crack No CD en version English ou German re ARFFFFF ! Connaissent pas la France ??!!!
Je tente ma chance dans la section "hacks and mods" ...
Marsh Posté le 26-10-2001 à 19:39:18
Arcanum.exe with NO level cap
by Azaroth.
This file, meant as a replacement for the English version 1070 Arcanum.exe, removes the level cap in the game. It was hacked using Lebon BT's method described in the hacks and mods section. An extended experience table can be found there as well. = Ca ne marche pas si tu as une version Française.
Le premier truc à faire --> Télécharger cet utilitaire :
Arcanum UnDAT - Graphical version
A graphical version of the Mod Squad's UnDAT utility. This utility allows you to quickly view the contents of a .dat file and only extract the components you need. If the program gives you an error about missing files, your best bet is to download DKoepp's savegame editor and get the files you need from there.
by Amitiu.
[Source: http://www.terra-arcanum.com/station/downloads.shtml]
[Taille: 1.39mo]
[Pour info: Le taux de transfert sur ce site est merdique (meme en ADSL) ...]
Si comme moi ce prog vous dit que le fichier "ComDLG32.OCX" est manquant viendez le télécharger sur ce site --> http://jean.dif.free.fr/Liberticiels/OCX-DLL.html et copier le dans le rep d'Arcanum
La suite se trouve ici --> http://www.terra-arcanum.com/counc [...] el_cap.txt En voici un copier/coller :
Level Cap Adapting Patch v1.1 for Arcanum by Troika/Sierra
made by Lebon bT (lebon.bt@gmx.de) in 2001
USE AT YOUR VERY OWN RISK!
You may copy/modify/update this file if and only if you
a) Leave my mark in it (the second line if you wonder)
b) You redistribute it to the Arcanum fan community
You may of course use the information presented here to create a handy tool
for all the folks that hate hex editors (You would do anyway, right?).
USAGE
-----
Search arcanum.exe for the following pattern. Make the changes as indicated (the
examples change the Level Cap to 100 [in hex 64, you will notice below]).
Make sure your xp_level.mes contains experience level information for the new
levels! Look at www.terra-arcanum.com for how to extract this file from
arcanum3.dat and what to do with it.
I don't know what this does to multiplayer games. EMail me if something is missing
from the patch, e.g. you get no experience in some cases or the game will not
let you level up.
// allocate space for the experience tab
// German Version 70 at file offset 0xa67d1
:u 4a67cd L 25
001B:004A67CD 56 PUSH ESI
001B:004A67CE 57 PUSH EDI
001B:004A67CF 6A04 PUSH 04
001B:004A67D1 6A32 PUSH 32 // change to 6a64
001B:004A67D3 E8873A0E00 CALL 0058A25F
001B:004A67D8 6A04 PUSH 04
001B:004A67DA 6A0A PUSH 0A
001B:004A67DC A3D4795F00 MOV [005F79D4],EAX
001B:004A67E1 E8793A0E00 CALL 0058A25F
001B:004A67E6 83C410 ADD ESP,10
001B:004A67E9 A3C0795F00 MOV [005F79C0],EAX
001B:004A67EE 33F6 XOR ESI,ESI
001B:004A67F0 8B542408 MOV EDX,[ESP+08]
// fill the experience tab
// German Version 70 at file offset 0xa6834
:u 4a6825 L 25
001B:004A6825 8B15D4795F00 MOV EDX,[005F79D4]
001B:004A682B C704B200000000 MOV DWORD PTR [ESI*4+EDX],00000000
001B:004A6832 8BF7 MOV ESI,EDI
001B:004A6834 83FE32 CMP ESI,32 // change to 83fe64
001B:004A6837 7CB7 JL 004A67F0
001B:004A6839 8B442408 MOV EAX,[ESP+08]
001B:004A683D 50 PUSH EAX
001B:004A683E E88DDD0200 CALL 004D45D0
001B:004A6843 8B0DD4795F00 MOV ECX,[005F79D4]
001B:004A6849 68CC795F00 PUSH 005F79CC
// update the experience counter of the character sheet
// German Version 70 at file offset 0xa6a56
:u 4a6a53 L 25
001B:004A6A53 83C40C ADD ESP,0C
001B:004A6A56 83F832 CMP EAX,32 // change to 83f864
001B:004A6A59 7D1E JGE 004A6A79
001B:004A6A5B 8B0DD4795F00 MOV ECX,[005F79D4]
001B:004A6A61 56 PUSH ESI
001B:004A6A62 6A12 PUSH 12
001B:004A6A64 57 PUSH EDI
001B:004A6A65 8B3481 MOV ESI,[EAX*4+ECX]
001B:004A6A68 53 PUSH EBX
001B:004A6A69 E8029B0000 CALL 004B0570
001B:004A6A6E 83C40C ADD ESP,0C
001B:004A6A71 2BF0 SUB ESI,EAX
001B:004A6A73 8BC6 MOV EAX,ESI
001B:004A6A75 5E POP ESI
001B:004A6A76 5F POP EDI
001B:004A6A77 5B POP EBX
// update the experience bar (I never recognized it, however Greenleaf the summoner did)
// German Version 70 at file offset 0xa6aa9
:u 4a6aa4 L 25
001B:004A6AA4 8BF0 MOV ESI,EAX
001B:004A6AA6 83C40C ADD ESP,0C
001B:004A6AA9 83FE32 CMP ESI,32 // change to 83FE64
001B:004A6AAC 7D51 JGE 004A6AFF
001B:004A6AAE 85F6 TEST ESI,ESI
001B:004A6AB0 7419 JZ 004A6ACB
001B:004A6AB2 A1D4795F00 MOV EAX,[005F79D4]
001B:004A6AB7 833CB000 CMP DWORD PTR [ESI*4+EAX],00
001B:004A6ABB 740E JZ 004A6ACB
001B:004A6ABD 57 PUSH EDI
001B:004A6ABE 53 PUSH EBX
001B:004A6ABF E87CFFFFFF CALL 004A6A40
001B:004A6AC4 83C408 ADD ESP,08
001B:004A6AC7 85C0 TEST EAX,EAX
// give levels up to a certain limit
// German Version 70 at file offset 0x1b6f40
0023:005B6F3C 64 00 00 00 32 00 00 00-00 94 35 77 E8 03 00 00 d...2.....5w....
>64<
0023:005B6F4C 64 00 00 00 37 00 00 00-D2 00 00 00 D2 00 00 00 d...7...........
0023:005B6F5C E8 03 00 00 E8 03 00 00-01 00 00 00 0B 00 00 00 ................
0023:005B6F6C 08 00 00 00 08 00 00 00-08 00 00 00 08 00 00 00 ................
En cours ...
Marsh Posté le 27-10-2001 à 04:41:05
Yipieeeeeeeeeee j'ai réussissssss !!!!!!!
Non sans mal ...
Level 53 Rulezz !!
Au fait la dernière manip dans le post précédent ne marche pas avec la version Française ... *SIC* ... Il faut donc faire la manip du tout premier post et ensuite créer un Répertoire Rules dans C:\Sierra\Arcanum\Data\ et y copier le fichier "xp_level.mes" que l'on peu trouver ici meme --> http://www.terra-arcanum.com/counc [...] panded.mes
En voici un copier/coller :
// this file contains the experience values for character levels
// each line is the minimum xp value needed to be the level that
// is line number
// NOTE: only the lines 1 thru 50 are valid, and line 1 should
// always be 0 xps
// All of these values are 25% of what they should be until we
// get more secondary quests in the game.
{1}{0}
{2}{2100}
{3}{4600}
{4}{7700}
{5}{11400}
{6}{15500}
{7}{20300}
{8}{25600}
{9}{31600}
{10}{38300}
{11}{45600}
{12}{53600}
{13}{62400}
{14}{71900}
{15}{82200}
{16}{93300}
{17}{105300}
{18}{118200}
{19}{132000}
{20}{146700}
{21}{162500}
{22}{179300}
{23}{197200}
{24}{216300}
{25}{236500}
{26}{257900}
{27}{280600}
{28}{304600}
{29}{330000}
{30}{356800}
{31}{385100}
{32}{414900}
{33}{446300}
{34}{479500}
{35}{514300}
{36}{551000}
{37}{589500}
{38}{630000}
{39}{672500}
{40}{717100}
{41}{764000}
{42}{813100}
{43}{864600}
{44}{918500}
{45}{975000}
{46}{1034200}
{47}{1096200}
{48}{1161100}
{49}{1229000}
{50}{1300000}
{51}{1353000}
{52}{1407000}
{53}{1462000}
{54}{1518000}
{55}{1575000}
{56}{1633000}
{57}{1692000}
{58}{1752000}
{59}{1813000}
{60}{1875000}
{61}{1938000}
{62}{2002000}
{63}{2067000}
{64}{2133000}
{65}{2200000}
{66}{2268000}
{67}{2337000}
{68}{2407000}
{69}{2478000}
{70}{2550000}
{71}{2623000}
{72}{2697000}
{73}{2772000}
{74}{2848000}
{75}{2926000}
{76}{3005000}
{77}{3085000}
{78}{3166000}
{79}{3248000}
{80}{3331000}
{81}{3415000}
{82}{3500000}
{83}{3586000}
{84}{3673000}
{85}{3761000}
{86}{3850000}
{87}{3940000}
{88}{4031000}
{89}{4123000}
{90}{4216000}
{91}{4310000}
{92}{4405000}
{93}{4501000}
{94}{4598000}
{95}{4696000}
{96}{4795000}
{97}{4895000}
{98}{4996000}
{99}{5098000}
{100}{5201000}
Pour les modifs Hexa j'ai utilisé UltraEdit32 FR qu'on peu trouver sur ce site --> http://www.idmcomp.com/products/index.html
Sur ce je vais me coucher
[edtdd]--Message édité par lancelot888--[/edtdd]
Marsh Posté le 28-10-2001 à 02:36:24
Citation : Lightning Alors la je dirais qu'une chose : chapeau bas ! |
Je dirais meme mieux ... Euh ... Nan je dirais meme rien du tout. Hop un tit UP pour ceux qu'étaient ou qui s'ront dans le meme cas que moi ...
Marsh Posté le 26-10-2001 à 18:22:32
Salut tout le monde !
Bon je suis un peu (BCP ?) vert je suis Level 50 et je ne suis qu'à Caladon !!! Comment faire pour péter cette limite de daube ?
Un Patch ? Crack ? Manip ?
Sérieux maintenant que je ne peux plus monter mon perso en XP/Level Up j'ai de plus en plus envie de lacher le jeux ... Avant d'être arrivé au level 50 j'y jouais grosso modo 4 à 5h par Jours (voir bcp plus), depuis que je suis bloqué à ce niveau je n'y joue meme plus 10minutes ... C'est SUPER frustrant de tuer des cums à la pelles et de faire 36 quetes sans aucune récompenses à clef
De plus je suis loin de l'avoir optimisé le petit ...
I Need your helppppppp !!!!!!!
Je viens d'essayer cette manip :
La progression du joueur est limité au niv 50.
On peut changer cela rapidement:
dans le fichier arcanum.exe (patché) il faut remplacer le 32 au offsets :
0xa67d1
0xa6834
0xa6a56
0xa6aa9
0x1b6f40
On peut mettre un 64 pour arriver au niveau 100.
Mais le Hic c qu'en 1coup d'épée tu passes direct de level50 à level100
Ce que je voudrais c continuer à faire évoluer mon perso par pallié ... Pk les Dev ont-ils prévu une limite de level aussi ridicule ??!!!!
[edtdd]--Message édité par lancelot888--[/edtdd]