Jump to content

Multilined TankCarousel - SKRYPT NIE DZIAŁA (Aslain’s XVM Mod+ModPack v4.5.0 - [0.9.9])


Recommended Posts

Prośba o POMOC nie pokazuje mi wszystkich czołgów w garaży aktywny filtr którego nie mogę wybrać i zaakceptować zmiany nacji, typu itd. są tylko 3 pola wyboru
jakby skrypt nie działał!!!

Reset ustawień oraz czysta instalacja nie pomaga tak samo zmiana filtrowania pliku carousel.xc

pliku \res_mods\xvm\Aslain\carousel.xc co to może być wersja 0.9.9 Aslain’s XVM Mod + ModPack Instalator v4.5.0

 

fragment kodu

{
  "carousel": {
    // false - Disable customizable carousel.
    "enabled": true,
    // Scale of carousel cells.
    "zoom": 1,
    // Number of rows at carousel.
    "rows": 2,
    // Spacing between carousel cells.
    "padding": {
        "horizontal": 10,
        "vertical": 2
    },
    // true - show filters only if all tanks do not fit on the screen.
    "alwaysShowFilters": true,
    // true - hide cell "Buy tank".
    "hideBuyTank": false,
    // true - hide cell "Buy slot".
    "hideBuySlot": false,
    // Visibility filters.
    "filters": {
      // false - hide filter.
      "nation":   { "enabled": true },  // nation
      "type":     { "enabled": true },  // vehicle class
      "level":    { "enabled": true },  // vehicle level
      "favorite": { "enabled": true },  // favorite tanks
      "prefs":    { "enabled": true }   // other filters
    },
    // Standard cell elements.
    "fields": {
      // "visible"  - the visibility of the element
      // "dx"       - horizontal shift
      // "dy"       - vertical shift
      // "alpha"    - transparency
      // "scale"    - scale
      //
      // Vehicle class icon.
      "tankType": { "visible": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
      // Vehicle level.
      "level":    { "visible": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
      "multiXp":  { "visible": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
      "xp":       { "visible": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
      // Vehicle name.
      "tankName": { "visible": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
      "statusText": { "visible": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
      "clanLock":   { "visible": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 }
    },
   "extraFields": [
        { "x": 41, "y": 0,
          "format": "<b><font size='11' color='#C8C8B5'>[{{v.battletiermin}}-{{v.battletiermax}}]</font></b>",
          "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 3, "distance": 0, "angle": 0 }
        },
        { "x": 101, "y": 35, "format": "<font face='$FieldFont' size='12' color='{{v.c_damageRating}}'>{{v.damageRating%4.2f~%}}</font>",
          "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 }
        },
        { "x": 134, "y": 11, "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" },
        { "x": 2, "y": 15,
          "format": "<font face='XVMSymbol' size='13' color='#CCCCCC'>B</font> <b><font size='12' face='$FieldFont' color='{{v.c_winrate}}'>{{v.winrate%2d~%|--}}</font></b>",
          "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 }
        },
{ "x": 1, "y": 30,
"format": "<font face='XVMSymbol' size='13' color='#CCCCCC'>R</font> <b><font size='12' face='$FieldFont' color='{{v.c_battles}}'>{{v.battles|--}}</font></b>", 
         "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 }
},
{ "x": 2, "y": 45, "format": "<font face='XVMSymbol' size='13' color='#CCCCCC'>A</font> <b><font size='12' face='$FieldFont' color='{{v.c_tdb}}'>{{v.tdb%-4d|--}}</font></b>", 
         "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 }
},
   { "x": 1, "y": 61, "format": "<font face='XVMSymbol' size='13' color='#CCCCCC'>+</font> <b><font face='$FieldFont' size='12'><font color='#60FF00'>{{v.wn8expd%-4d|--}}</font></b>",
"shadow": {"blur":8, "strength": 3} }
    ],
    // Order of nations.
    //"nations_order": ["ussr", "germany", "usa", "france", "uk", "china", "japan"],
    "nations_order": [],
    // Order of types of vehicles.
    "types_order":   ["lightTank", "mediumTank", "heavyTank", "AT-SPG", "SPG"],
    // Tank sorting criteria, available options: (minus = reverse order)
    // "nation", "type", "level", "maxBattleTier", "premium", "-level", "-maxBattleTier", "-premium"
    "sorting_criteria": ["nation", "type", "level"],
    // Suppress the tooltips for tanks in carousel
    "suppressCarouselTooltips": false
  }
}
 

post-8194-0-70399600-1437047152_thumb.jp

LOG _Aslains_Installer.log

 

Link to comment
fragment kończa pliki xvm.log

2015-07-16 13:32:47: [X:043] onLibLoaded: gui/flash/battleResults.swf
2015-07-16 13:32:47: [X:044] onLibLoaded: ../../res_mods/mods/packages/xvm_battleresults/actionscript/xvm_battleresults_ui.swf
2015-07-16 13:32:47: [X:045] onLibLoaded: gui/flash/TankCarousel.swf
2015-07-16 13:32:47: [X:046] onLibLoaded: ../../res_mods/mods/packages/xvm_tcarousel/actionscript/xvm_tcarousel_ui.swf
2015-07-16 13:34:03: [iNFO]    HTTPS: /3.0/checkVersion/503358641
2015-07-16 13:34:04: [iNFO]    Time: 380 ms, Size: 9411 (57187) bytes
2015-07-16 13:34:04: [iNFO]    HTTPS: /3.0/checkToken/503358641
2015-07-16 13:34:04: [iNFO]    Time: 312 ms, Size: 42 (22) bytes
2015-07-16 13:34:04: {"status":"badToken"}
2015-07-16 13:34:05: [X:047] onLibLoaded: gui/flash/toolTips.swf
2015-07-16 13:34:05: [X:048] onLibLoaded: gui/flash/popovers.swf
2015-07-16 13:34:05: [X:049] [XVM:CLOCK] processView: lobby
2015-07-16 13:34:05: [X:050] [XVM:LIMITS] processView: lobby
2015-07-16 13:34:05: [X:051] [XVM:ONLINE] processView: lobby
2015-07-16 13:34:05: [X:052] [XVM:PING] processView: lobby
2015-07-16 13:34:05: [X:053] [XVM:PROFILE] processView: lobby
2015-07-16 13:34:05: [X:054] [XVM:SVCMSG] processView: lobby
2015-07-16 13:34:10: [X:055] [XVM:CREW] processView: hangar
2015-07-16 13:34:10: [X:056] [XVM:HANGAR] processView: hangar
2015-07-16 13:34:10: [X:057] [XVM:TCAROUSEL] processView: hangar
2015-07-16 13:34:12: [X:058] TypeError: Error #1009: Cannot access a property or method of a null object reference.
at net.wg.gui.lobby.hangar.tcarousel::TankCarousel/upda

plik payton.log

-----------\
BigWorld WorldOfTanks 2.8.0 (compiled at 12:49:28 Jun 15 2015) starting on 07/16/15 13:30:53
 
INFO: [Config] Default encoding set to utf-8
INFO: [PY_DEBUG] BigWorld Release Client - Content Type: sd
 
INFO: [PY_DEBUG] Checking ./res_mods/0.9.9: mods found
INFO: [XFW] Version: 3.1.0
INFO: [XFW] Working dir: C:\Games\World_of_Tanks\res_mods\mods
INFO: [XFW] Loading mod: xvm_main 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_autologin 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_battle 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_battleloading 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_battleresults 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_contacts 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_crew 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_equip 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_export 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_hangar 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_hotfix 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_limits 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_online 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_ping 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_profile 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_profiler 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_quests 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_sounds 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_tcarousel 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_techtree 3.1.0 (http://www.modxvm.com/)
INFO: [XFW] Loading mod: xvm_tooltips 3.1.0 (http://www.modxvm.com/)
INFO: LoadMod: ally_outline_always_noapi
INFO: LoadMod: atac
INFO: LoadMod: battle_assistant
INFO: Battle Assistant: v1.3.1
INFO: LoadMod: CDP
INFO: LoadMod: Circle15
INFO: LoadMod: damageAnnouncer_v2_2
INFO: LoadMod: ExtendedFiltersPack
INFO: LoadMod: GunConstraints
INFO: LoadMod: hangarCalculator
INFO: LoadMod: hangarCalculatorButton
INFO: LoadMod: HarpoonAlpha
INFO: Error in module 'mods.HarpoonAlpha': cannot import name _DamageIndicator
INFO: LoadMod: Hitmarker
INFO: LoadMod: InfoPanel
INFO: cannot import name _TimeInterval
INFO: LoadMod: minimap_tankview_extended
INFO: 2015-05-03
INFO: LoadMod: modpackCheck
INFO: webium's modpack remote file: Everything seems OK
INFO: [iNFO] Aslain's ModPack installed:  4.4.42 , latest Aslain's ModPack available:  4.5.0
INFO: LoadMod: mod_pack_lpt
INFO: LoadMod: MS
INFO: LoadMod: MultiHitLog
INFO:                                              MultiHitLog v.2.3 by PiJey77 & ZeesuS & mtm78 Config used:expD.json
INFO: LoadMod: SafeShot
INFO: LoadMod: spot_indicator
INFO: 2015-05-28
INFO: LoadMod: stat
INFO:            Session Statistics by tratatank modified by _Eddy_, _Jeso_, Ragnarocek [YasenKrasen 0.9.8.1]
INFO: LoadMod: tessu_mod
NOTICE: [NOTE] (scripts/client/mods/tessu_mod.py, 167): Settings loaded from ini file
INFO: LoadMod: wotxp
INFO: LoadMod: zClanMod
NOTICE: [NOTE] (scripts/common/fortified_regions.py, 208): fortified_regions.init()
NOTICE: [NOTE] (scripts/common/clubs_settings.py, 34): clubs.init()
NOTICE: [NOTE] (scripts/client/post_processing/__init__.py, 267): The quality = 2 was selected.
NOTICE: [NOTE] (scripts/client/post_processing/__init__.py, 267): The quality = 3 was selected.
NOTICE: [NOTE] (scripts/client/post_processing/__init__.py, 267): The quality = 1 was selected.
NOTICE: [NOTE] (scripts/client/ConnectionManager.py, 151): User authentication method: basic
NOTICE: [NOTE] (scripts/client/ConnectionManager.py, 151): User authentication method: basic
NOTICE: [NOTE] (scripts/client/account_helpers/settings_core/options.py, 721): Change state of voip: (True,)
NOTICE: [NOTE] (scripts/client/game.py, 425): [sPACE] Loading space: spaces/hangar_v2
WARNING: [WARNING] (scripts/client/gui/clubs/requests.py, 72): Club request error ((GetCompletedSeasonsCtx(confirmID = , waitingID = , requestType = 37), []), _Response(code=-5, errStr='COOLDOWN', data=None))
ERROR: Traceback (most recent call last):
ERROR:   File "mods/xfw/python/xfw/events.py", line 62, in <lambda>
ERROR:   File "xvm_profile/__init__.py", line 139, in DAAPIModule_registerFlashComponent
ERROR:   File "scripts/client/gui/Scaleform/framework/entities/DAAPIModule.py", line 80, in registerFlashComponent
ERROR:   File "scripts/client/gui/Scaleform/framework/entities/DisposableEntity.py", line 17, in create
ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/hangar/TankCarousel.py", line 84, in _populate
ERROR:   File "scripts/client/gui/Scaleform/daapi/view/meta/TankCarouselMeta.py", line 95, in as_setIsEventS
ERROR: Exception: PyGFxValue - Failed to invoke method as_setIsEvent.
INFO: Message: (-1, 'Screenshot saved: shot_025.jpg')
INFO: Message: (-1, 'Screenshot saved: shot_039.jpg')
INFO: Message: (-1, 'Screenshot saved: shot_139.jpg')
 
Link to comment
Chyba wiem Co jest powodem WOT Dodał nowy filtr [] Nie ukrywania / pokazywania czołgów Z. trybów " Stalowe Łowy "

dla Pojazdów Specjalnych: Bat.-Châtillon 25 t (D), IS-7 (D), Leopard 1 (D), T57 Ciężki czołg (D) i Object 268 (D).

 

:)  Niestety nie wiem Jak zmienić plik i wspólnie dodac (brak ikony wyboru Tego typu czołgu.

:)  Pozostaje instalacja bez Wielu Karuzeli czołgów w garaży. (WOT doda może kolejne filtry i pomyśli o 2 - 3 rzędach sam)

Edited by QuidynMan
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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