Jump to content
Korean Random
Sign in to follow this  
NemesiS

Чем Заменили gui.WindowsManager?

Recommended Posts

Компилирую старый исходник для WOT9.0, запуская его в игре получаю ошибку в "python.log" No module named WindowsManager.

С чего начать копать? 

в исходнике есть строки:

 

import BigWorld
import Keys
import Math
import ResMgr
import Vehicle
import Threading
import Event
import BattleReplay
import AreaDestructibles
import ProjectileMover
import ClientArena
import constants
from functools import partial
from itertools import izip
from items import vehicles
from gui import GUI_SETTINGS
from gui.WindowsManager import g_windowsManager
from account_helpers.AccountSettings import AccountSettings
from gui.Scaleform import VoiceChatInterface, ColorSchemeManager
from gui.arena_info.arena_vos import VehicleActions
from gui.Scaleform.Minimap import Minimap
from gui.Scaleform.Minimap import MinimapZIndexManager
from gui.BattleContext import g_battleContext
from gui.Scaleform.Battle import ConsumablesPanel, DamagePanel
from DestructiblesCache import decodeFallenColumn, decodeFallenTree, decodeFragile, decodeDestructibleModule
from AvatarInputHandler import AvatarInputHandler
from AvatarInputHandler import cameras
from AreaDestructibles import DestructiblesManager
from Avatar import PlayerAvatar
from ClientArena import ClientArena
from gui.Scaleform.Battle import Battle
from gui.Scaleform.Battle import VehicleMarkersManager
from debug_utils import *

 

 

Могут быть и другие косяки с импортом, до этого программировал на С++, помогите въехать в создание модов.

 

Share this post


Link to post

Short link
Share on other sites

@NemesiS, рекомендую зайти в эту тему. В ней есть исходники начиная с версии 0.9.2. Можете сравнить изменения с текущей версией. 

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...