Jump to content
Korean Random

panteror

User
  • Content Count

    169
  • Joined

  • Last visited

Community Reputation

54

Basic information

  • Gender
    Не определилось ;)

Contacts

  • Nick
    panteror

Recent Profile Visitors

3,671 profile views
  1. I generated atlas files with 4600*4600 settings. I have this line in python.log 2023-09-23 12:41:33.980: ERROR: [Scaleform] AtlasManager can't find item 'lastlit_enemy_dead_red' (altName: '' ) in atlas 'battleAtlas'
  2. i used a more recent build (july) : https://ci.appveyor.com/project/rstarkov/tankiconmaker/build/artifacts
  3. Hi, Since 1.22.0.1, i can't generate batteatlas files with the following error, how can i fix this ?, thanks No problem with vehiculemarkeratlas I use version v037-b231 Can i increase the width height value with no limit and problem in game ? currently 4096/4512 4512/4512 is working to generate files.
  4. so maybe a conflict with another mod, i will investigate, thanks. found the problem, it's the commonstats.swf from this addon, it needs a new update @ktulho :) thanks
  5. Hi, With new eu 1.22 update, my carousel config files seems not working ? The rest of custom config is ok. No 3 rows, no stats on cell, no sort. Is it normal on this new release ? or i'm alone ? :) Thanks XVM 10.7.0_0047 python.log xvm.log carousel.xc carouselNormal.xc carouselSmall.xc
  6. Hi, Yes i confirm this, the lower left part of Battel Result window is broken. Do you plan to update commonStats.swf ? Thanks
  7. so in my case, i should keep the default iconset.xc config ? * Path relative to: * Пути относительно: * res_mods/x.x.x/gui/flash/atlases. */ { "iconset": { // Path to the atlas with icons for the battle loading screen. // Путь к атласу с иконками для экрана загрузки боя. "battleLoadingLeftAtlas": "battleAtlas", "battleLoadingRightAtlas": "battleAtlas",
  8. Hi, i have those lines of error in python.log. 2021-01-29 10:09:08.229: ERROR: Loader failed to open 'gui/flash/atlases/.../.../maps/icons/vehicle/contour/.dds' 2021-01-29 10:09:08.229: WARNING: Failed loading URL "../flash/atlases/.../.../maps/icons/vehicle/contour/.dds" 2021-01-29 10:09:08.229: ERROR: [IOErrorEvent type="ioError" bubbles=false text="Error reading ../flash/atlases/.../.../maps/icons/vehicle/contour/.dds"] 2021-01-29 10:09:08.229: ERROR: Loader failed to open 'gui/flash/atlases/.../.../maps/icons/vehicle/contour/.xml' 2021-01-29 10:09:08.229: ERROR: [IOErrorEvent type="ioError" bubbles=false text="Can't open gui/flash/atlases/.../.../maps/icons/vehicle/contour/.xml"] I put my atlas files .dds .xml in the game folder \res_mods\1.11.1.1\gui\flash\atlases\ and i have set my iconset.xc of xvm like this /** * Icons set atlases. * Атласы с набором иконок. * * Path relative to: * Пути относительно: * res_mods/x.x.x/gui/flash/atlases. */ { "iconset": { // Path to the atlas with icons for the battle loading screen. // Путь к атласу с иконками для экрана загрузки боя. "battleLoadingLeftAtlas": ".../.../maps/icons/vehicle/contour/", "battleLoadingRightAtlas": ".../.../maps/icons/vehicle/contour/", // Path to the atlas with icons for the players panels. // Путь к атласу с иконками для "ушей". "playersPanelLeftAtlas": "battleAtlas", "playersPanelRightAtlas": "battleAtlas", // Path to the atlas with icons for the full stats form (on "Tab" key pressed). // Путь к атласу с иконками для формы подробной статистики (при нажатии клавиши "Tab"). "fullStatsLeftAtlas": "battleAtlas", "fullStatsRightAtlas": "battleAtlas", // Path to the atlas with icons for the over-target markers. // Путь к атласу с иконками для маркеров над танками. "vehicleMarkerAllyAtlas": "vehicleMarkerAtlas", "vehicleMarkerEnemyAtlas": "vehicleMarkerAtlas" } } All is correct ? Thanks
×
×
  • Create New...