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
Dofus
  • PC
Forum
  • Accueil
  • Actus
  • Tests
  • Vidéos
  • Images
  • Soluces
  • Forum
Liste des sujets

Config.xml

Texokhaz
Texokhaz
Niveau 4
26 mai 2010 à 16:19:59

Salut à vous,

Si une personne pouvais poster l'intérieur du dossier config.xml ici svp.

Il faut aller dans le dossier dofus, ouvrir config.xml, copier l'intérieur, et le coller dans un post :svp:

Merci !

_Herunor
_Herunor
Niveau 6
26 mai 2010 à 16:20:37

T'avais pas à aller sur un serveur privé.
Powned. :o))

Texokhaz
Texokhaz
Niveau 4
26 mai 2010 à 16:23:36

C'tai une erreur de jeunesse x)

_Herunor
_Herunor
Niveau 6
26 mai 2010 à 16:29:40

Je suppose 1.29? Puisque pas encore de serveurs privé en 2.0...

Tiens.

<config>

<delay value="500"/>
<rdelay value="3000"/>
<rcount value="10"/>

<conf name="En ligne">
<dataserver url="data/" type="local" priority="3" />
<dataserver
url="http://staticns.ankama.com/dofus/gamedata/dof
us/" priority="1" />
<dataserver url="http://gamedata.ankama-games.com/dofus/" priority="0" />
</conf>

<conf name="En ligne (TEST)" type="test">
<dataserver url="data/" type="local" priority="3" />
<dataserver
url="http://staticns.ankama.com/dofus/gamedata/dof
ustest/" priority="1" />
<dataserver url="http://gamedata.ankama-games.com/dofustest/" priority="0" />
</conf>

<cacheasbitmap>
<cache element="ExternalContainer/InteractionCell" value="false" />
<cache element="ExternalContainer/Ground" value="false" />
<cache element="ExternalContainer/Object1" value="false" />
<cache element="ExternalContainer/Object2" value="false" />
<cache element="ExternalContainer/Zone" value="false" />
<cache element="ExternalContainer/Select" value="false" />
<cache element="ExternalContainer/Grid" value="false" />
<cache element="ExternalContainer/Pointer" value="false" />
<cache element="GAPI/UI" value="false" />
<cache element="GAPI/UITop" value="false" />
<cache element="GAPI/Popup" value="false" />
<cache element="GAPI/UIUltimate" value="false" />
<cache element="GAPI/Cursor" value="false" />
<cache element="mapHandler/BACKGROUND" value="false" />
<cache element="mapHandler/Cell/Ground" value="false" />
<cache element="mapHandler/Cell/Object1" value="false" />
<cache element="mapHandler/Cell/Object2" value="false" />
<cache element="mapHandler/Cell/ObjectExternal" value="false" />

<cache element="Zone/Zone" value="true" />
<cache element="Zone/Pointers" value="true" />
</cacheasbitmap>

</config>

Au plaisir.

Texokhaz
Texokhaz
Niveau 4
26 mai 2010 à 16:33:00

Merci beaucoup !

bertrand2007
bertrand2007
Niveau 5
29 juillet 2010 à 06:27:06

Tu pourrais me filer le Config.xml stplait mais 2.0
Car j'ai sup la config sans faire attention merci davance

Formule3000
Formule3000
Niveau 5
29 juillet 2010 à 09:07:20

<?xml version="1.0" encoding="UTF-8"?>
<LangFile>
<!--
Fichier de configuration
Syntaxe :
<entry key="nom de la clef">contenu</entry>

Note :
Le nom du fichier (sans son extension) est automatiquement ajouté avant la clef. Par
exmple, pour faire référence aux clefs déclarées dans le fichier "config.xml", il
faudra ajouter "config." aux noms des clefs

Référence à d'autres clefs :
- [nom de ma clef] : Référence statique, la référence est remplacé lors du premier
chargement du fichier de config.

- [#nom de ma clef] : Référence dynamique, la référence est calculée au moment où
l'on utilise la clef dans le programme.
-->

<!--=============================================
=========================-->
<!-- Mode salon -->

<!--=============================================
=========================-->

<entry key="eventMode">false</entry>
<entry key="characterCreationAllowed">true</entry>
<entry key="buildType">release</entry>
<entry key="autoMaximize">false</entry>

<!--=============================================
=========================-->
<!-- Constantes pour les Chemins basiques -->

<!--=============================================
=========================-->

<entry key="root.path">file://</entry>
<entry
key="content.path">[config.root.path]content/</ent
ry>
<entry key="ui">[config.content.path]ui/</entry>
<entry key="mod.path">./ui/</entry>
<entry key="theme.path">./content/themes/</entry>
<entry key="gfx.path">[config.content.path]gfx/</entry>
<entry
key="script.path">[config.content.path]scripts/</e
ntry>
<entry
key="data.path.root">[config.root.path]data/</entr
y>
<entry key="audio">[config.content.path]audio/</entry>

<!--=============================================
=========================-->
<!-- Constantes pour l'accès au serveur -->

<!--=============================================
=========================-->

<entry key="connection.useSniffer" type="Boolean" >false</entry>
<entry key="connection.snifferHost">localhost</entry>
<entry key="connection.snifferPort" type="int">18001</entry>
<entry key="connection.host">213.248.126.180</entry>
<entry key="connection.port" type="int">5555</entry>

<!--=============================================
=========================-->
<!-- Constantes pour les interfaces -->

<!--=============================================
=========================-->

<entry key="ui.asset">[config.ui]assets/</entry>
<entry key="ui.common">[config.ui.asset]common/</entry>
<entry
key="ui.common.css">[config.ui.common]css/</entry>

<entry
key="ui.common.test">[config.ui.common]test/</entr
y>
<entry
key="ui.common.logo">[config.ui.common]logo/</entr
y>
<entry
key="ui.common.fonts">[config.content.path]fonts/<
/entry>
<entry
key="ui.common.themes">[config.content.path]themes
/</entry>
<entry
key="ui.common.button">[config.ui.common]button/</
entry>
<entry
key="ui.common.radio">[config.ui.common]radio/</en
try>
<entry
key="ui.common.border">[config.ui.common]border/</
entry>
<entry
key="ui.common.texture">[config.ui.common]texture/
</entry>
<entry
key="ui.common.checkbox">[config.ui.common]checkbo
x/</entry>
<entry
key="ui.common.scrollbar">[config.ui.common]scroll
bar/</entry>
<entry
key="ui.common.texture.spells">[config.ui.common.t
exture]spells/</entry>
<entry
key="ui.common.texture.icons">[config.ui.common.te
xture]icons/</entry>

<entry
key="ui.gfx.artworks">[config.gfx.path]artworks/</
entry>

<entry
key="ui.definitions">[config.ui]definitions/</entr
y>
<entry
key="ui.definitions.items">[config.ui.definitions]
items/</entry>
<entry
key="ui.definitions.tooltips">[config.ui.definitio
ns]tooltips/</entry>

<entry
key="mod.path.Ankama_Common">[config.mod.path]Anka
ma_Common/</entry>
<entry
key="mod.path.Ankama_Common.graphics">[config.mod.
path.Ankama_Common]graphics/</entry>
<entry
key="mod.path.Ankama_Common.ui">[config.mod.path.A
nkama_Common]ui/</entry>
<entry
key="mod.template">[config.mod.path.Ankama_Common.
ui]template/</entry>
<entry
key="mod.template.button">[config.mod.template]but
ton/</entry>

<entry
key="ui.asset.fontsList">[config.content.path]font
s/fonts.xml</entry>

<entry
key="subscribersGift">http://dl.ak.ankama.com/game
s/dofus2/data/gifts/</entry>
<entry
key="loginNews">http://dl.ak.ankama.com/games/dofu
s2/data/news/</entry>
<entry
key="legal">http://dl.ak.ankama.com/games/dofus2/d
ata/legal/</entry>

<!--=============================================
=========================-->
<!-- Challenges -->

<!--=============================================
=========================-->

<entry
key="gfx.path.challenges">[config.gfx.path]challen
ges/</entry>

<!--=============================================
=========================-->
<!-- Icones -->

<!--=============================================
=========================-->

<entry
key="gfx.path.item.bitmap">pak://content/gfx/items
/bitmap.d2p|</entry>
<entry
key="gfx.path.item.vector">pak://content/gfx/items
/vector.d2p|</entry>

<!--=============================================
=========================-->
<!-- Cinématiques -->

<!--=============================================
=========================-->

<entry
key="gfx.path.cinematic">[config.gfx.path]cinemati
cs/</entry>

<!--=============================================
=========================-->
<!-- Emblemes -->

<!--=============================================
=========================-->

<entry
key="gfx.path.emblem_icons.up">[config.gfx.path]em
blems/icons/up/</entry>
<entry
key="gfx.path.emblem_icons.back">[config.gfx.path]
emblems/icons/back/</entry>

<!--=============================================
=========================-->
<!-- Constantes pour les maps -->

<!--=============================================
=========================-->

<entry
key="gfx.path.world">[config.gfx.path]world/</entr
y>

<!--=============================================
=========================-->
<!-- Constantes pour les langues -->

<!--=============================================
=========================-->

<entry key="lang.current">fr</entry>
<entry key="lang.usingIME">ja</entry>

<!--=============================================
=========================-->
<!-- Constantes pour les données -->

<!--=============================================
=========================-->

<entry
key="data.path.common">[config.data.path.root]comm
on/</entry>
<entry
key="data.path.common.list">[config.data.path.comm
on]data.meta</entry>
<entry
key="data.path.i18n">[config.data.path.root]i18n/<
/entry>
<entry
key="data.path.i18n.list">[config.data.path.i18n]d
ata.meta</entry>
<entry key="data.SQLMode">false</entry>

<!--=============================================
=========================-->
<!-- Constantes pour les raccourcis clavier -->

<!--=============================================
=========================-->

<entry key="binds.current">frFR</entry>
<entry
key="binds.path.root">[config.data.path.root]binds
/</entry>

<!--=============================================
=========================-->
<!-- Constantes pour le moteur de rendu -->

<!--=============================================
=========================-->

<entry
key="atouin.path.maps">pak://content/maps/maps.d2p
|</entry>
<entry
key="atouin.path.elements">[config.content.path]ma
ps/elements.ele</entry>
<entry
key="atouin.path.emitters">[config.script.path]emi
tters/</entry>
<entry key="atouin.frustum.marginLeft" type="int">0</entry>
<entry key="atouin.frustum.marginTop" type="int">0</entry>
<entry key="atouin.frustum.marginRight" type="int">0</entry>
<entry key="atouin.frustum.marginBottom" type="int">130</entry>
<entry
key="gfx.path.cellElement">pak://content/gfx/world
/gfx.d2p|</entry>

<!--=============================================
=========================-->
<!-- Constantes pour le moteur d'animation -->

<!--=============================================
=========================-->

<entry
key="gfx.path.skin">pak://content/gfx/sprites/skin
s.d2p|</entry>
<entry
key="gfx.path.skull">pak://content/gfx/sprites/bon
es.d2p|</entry>
<entry
key="gfx.path.fx">[config.gfx.path]sprites/fx/</en
try>
<entry
key="gfx.path.animIndex">[config.gfx.path]sprites/
bones/index.xml</entry>

<!--==============================================
========================-->
<!-- Constantes pour le moteur de son -->

<!--=============================================
=========================-->

<entry key="audio.barks">[config.audio]barks/</entry>
<entry key="audio.music">[config.audio]music/</entry>
<entry
key="audio.ambient">[config.audio]ambient/</entry>

<entry key="audio.fight">[config.audio]fight/</entry>
<entry key="audio.local">[config.audio]local/</entry>
<entry key="audio.foleys">[config.audio]foleys/</entry>
<entry key="audio.ui">[config.audio]ui/</entry>
<entry
key="audio.presets">[config.audio]presets/</entry>

<entry key="audio.sfx">[config.audio]sfx/</entry>
<entry key="audio.gfx">[config.audio]gfx/</entry>

<!--=============================================
=========================-->
<!-- Constantes les scripts -->

<!--=============================================
=========================-->

<entry
key="script.spellFx">[config.script.path]spellFx/<
/entry>
</LangFile>

darktooth
darktooth
Niveau 6
07 septembre 2010 à 19:00:54

la config 1.29 marche pas

CocodeviI
CocodeviI
Niveau 10
07 septembre 2010 à 20:06:35

Utilité du :up: ?

Game-Love
Game-Love
Niveau 10
07 septembre 2010 à 20:59:30

Faire chier ? :oui:

totonain24
totonain24
Niveau 1
08 juillet 2012 à 21:24:55

bonjour je n'arrive pas a trouver le fichier config.xml je vais dans poste de travail ensuite dans dofus2 et la il y a un documents qui s'apelle APP,il y a dofus pour jouer il y a aussi pour desinstaller dofus et il y a un site internet

totonain24
totonain24
Niveau 1
08 juillet 2012 à 21:36:04

c'est bon j'ai trouver