Jump to content
Korean Random
spoter

Исходники модов spoter'a на GitHub

Recommended Posts

27.08.2019 в 16:06, spoter сказал:

О чём речь? какие сектора?

ну сектора пассивного засвета...

 

2019-08-29_162918.thumb.png.284593167878ea78b5b6e4cf54223d42.png

 

епнутый об угол модер или админ непропускает мои сообщения...

 

2019-08-28_181740.png.261468d3872dfcb714a44ba7055fe96a.png

 

Edited by DraugDM

Share this post


Link to post

Short link
Share on other sites

горячие кнопки в коде ищи

а вписывать надо в код и компилить уже новые

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
27.08.2019 в 16:44, spoter сказал:

горячие кнопки в коде ищи

а вписывать надо в код и компилить уже новые

имел ввиду координаты секторов... чтоб все карты заполнить...

2019-08-28_180852.thumb.png.c8790d14839a65e0ddd584898e39874a.png

 

каким образом их с карт получить?

Edited by DraugDM
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
1 час назад, niZMo сказал:

repair extended ни у кого не отвалился?

у всех он отвалился))

Share this post


Link to post

Short link
Share on other sites
28.08.2019 в 18:11, DraugDM сказал:

имел ввиду координаты секторов... чтоб все карты заполнить...

2019-08-28_180852.thumb.png.c8790d14839a65e0ddd584898e39874a.png

 

каким образом их с карт получить?

В коде такая кнопка для установки маркера.

'buttonMark': [Keys.KEY_SLASH, [Keys.KEY_LALT, Keys.KEY_RALT]]

Дальше запускаешь треньку, заезжаешь в нужный куст, жмаёшь кнопку.

координаты пишутся над миникартой и в pyton.log

ручками заполняешь конфиг и всё.

если позиции хорошие и хочешь ими поделиться, засылаешь мне, я добавляю их в репо мода и всё.

  • Upvote 2
  • Downvote 1

Share this post


Link to post

Short link
Share on other sites
14 часов назад, spoter сказал:

В коде такая кнопка для установки маркера.


'buttonMark': [Keys.KEY_SLASH, [Keys.KEY_LALT, Keys.KEY_RALT]]

Дальше запускаешь треньку, заезжаешь в нужный куст, жмаёшь кнопку.

координаты пишутся над миникартой и в pyton.log

ручками заполняешь конфиг и всё.

если позиции хорошие и хочешь ими поделиться, засылаешь мне, я добавляю их в репо мода и всё.

отлично... сегодня займусь этим...

как все заполню пришлю)

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

видел обнову repair extended на гите. кто проверял? у мну крашится клиент на загрузке

2019-09-20 10:35:41.398: INFO: [LOAD_MOD]:  [repair_extended v3.10 (2019-09-19), by spoter]
2019-09-20 10:35:41.400: ERROR: [EXCEPTION] (scripts/client/game.py, 200):
Traceback (most recent call last):
  File "scripts/client/gui/mods/mod_repair_extended.pyc", line 335, in <module>
AttributeError: type object 'ConsumablesPanel' has no attribute '_onEquipmentAdded'

2019-09-20 10:35:41.920: INFO: [Scaleform] Create GUI Component: 'UiRenderComponent'
2019-09-20 10:35:41.920: INFO: [Scaleform] Create GUI Component: 'FlashGUIComponent'
2019-09-20 10:35:41.920: INFO: [Scaleform] Change Owner on GUI Component: 'FlashGUIComponent' -> 'gui/flash/lobby.swf'
2019-09-20 10:35:42.299: ERROR: [EXCEPTION] (scripts/common/Event.py, 46):
Traceback (most recent call last):
  File "scripts/common/Event.py", line 44, in __call__
  File "scripts/client/gui/sounds/ambients.py", line 616, in __onGUISpaceEntered
  File "scripts/client/gui/sounds/ambients.py", line 581, in _restartSounds
  File "scripts/client/gui/sounds/ambients.py", line 174, in start
  File "scripts/client/gui/sounds/ambients.py", line 178, in stop
AttributeError: 'NoneType' object has no attribute 'stopMusic'

2019-09-20 10:35:42.299: ERROR: Traceback (most recent call last):
2019-09-20 10:35:42.299: ERROR:   File "scripts/client/game.py", line 296, in start
2019-09-20 10:35:42.300: ERROR:   File "HookUtils", line 111, in __call__
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gameplay/delegator.py", line 36, in start
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 89, in start
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 169, in __tick
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 182, in __process
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 382, in __notify
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 132, in onStateChanged
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 132, in onStateChanged
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 47, in onStateChanged
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/app_loader/observers.py", line 84, in onEnterState
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/app_loader/loader.py", line 180, in changeSpace
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/app_loader/loader.py", line 253, in __updateSpace
2019-09-20 10:35:42.300: ERROR:   File "scripts/common/Event.py", line 44, in __call__
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/sounds/ambients.py", line 616, in __onGUISpaceEntered
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/sounds/ambients.py", line 581, in _restartSounds
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/sounds/ambients.py", line 174, in start
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/sounds/ambients.py", line 178, in stop
2019-09-20 10:35:42.300: ERROR: AttributeError: 'NoneType' object has no attribute 'stopMusic'
2019-09-20 10:35:44.426: INFO: ==================== [EKSPOINTCORE] - DETECTED ERROR START ====================
2019-09-20 10:35:44.443: INFO: [ERROR DETECTED] - scripts/client/gui/mods/ekspointCore.pyc
2019-09-20 10:35:44.446: INFO: Traceback (most recent call last):
2019-09-20 10:35:44.446: INFO:   File "scripts/client/game.py", line 354, in fini
2019-09-20 10:35:44.446: INFO:   File "scripts/client/messenger/MessengerEntry.py", line 63, in fini
2019-09-20 10:35:44.446: INFO:   File "scripts/client/messenger/proto/__init__.py", line 71, in clear
2019-09-20 10:35:44.446: INFO:   File "scripts/client/messenger/proto/xmpp/plugin.py", line 74, in clear
2019-09-20 10:35:44.446: INFO: AttributeError: 'NoneType' object has no attribute 'clear'
2019-09-20 10:35:44.454: INFO: ==================== [EKSPOINTCORE] - DETECTED ERROR STOP =====================
2019-09-20 10:35:44.455: INFO: [Scaleform] Destroy GUI Component: 'loading_screen.gui'
2019-09-20 10:35:44.573: INFO: [SOUND] Task Main loaded in 33.496002 seconds. Size: 32.630413 Mb
2019-09-20 10:35:44.691: INFO: [Scaleform] Destroy GUI Component: 'gui/flash/gameLoadingApp.swf'
2019-09-20 10:35:44.691: INFO: [Scaleform] Destroy GUI Component: 'UiRenderComponent'

\------------------------------------------------------------------------------------------/

 

Share this post


Link to post

Short link
Share on other sites
49 минут назад, niZMo сказал:

видел обнову repair extended на гите. кто проверял? у мну крашится клиент на загрузке


2019-09-20 10:35:41.398: INFO: [LOAD_MOD]:  [repair_extended v3.10 (2019-09-19), by spoter]
2019-09-20 10:35:41.400: ERROR: [EXCEPTION] (scripts/client/game.py, 200):
Traceback (most recent call last):
  File "scripts/client/gui/mods/mod_repair_extended.pyc", line 335, in <module>
AttributeError: type object 'ConsumablesPanel' has no attribute '_onEquipmentAdded'

2019-09-20 10:35:41.920: INFO: [Scaleform] Create GUI Component: 'UiRenderComponent'
2019-09-20 10:35:41.920: INFO: [Scaleform] Create GUI Component: 'FlashGUIComponent'
2019-09-20 10:35:41.920: INFO: [Scaleform] Change Owner on GUI Component: 'FlashGUIComponent' -> 'gui/flash/lobby.swf'
2019-09-20 10:35:42.299: ERROR: [EXCEPTION] (scripts/common/Event.py, 46):
Traceback (most recent call last):
  File "scripts/common/Event.py", line 44, in __call__
  File "scripts/client/gui/sounds/ambients.py", line 616, in __onGUISpaceEntered
  File "scripts/client/gui/sounds/ambients.py", line 581, in _restartSounds
  File "scripts/client/gui/sounds/ambients.py", line 174, in start
  File "scripts/client/gui/sounds/ambients.py", line 178, in stop
AttributeError: 'NoneType' object has no attribute 'stopMusic'

2019-09-20 10:35:42.299: ERROR: Traceback (most recent call last):
2019-09-20 10:35:42.299: ERROR:   File "scripts/client/game.py", line 296, in start
2019-09-20 10:35:42.300: ERROR:   File "HookUtils", line 111, in __call__
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gameplay/delegator.py", line 36, in start
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 89, in start
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 169, in __tick
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 182, in __process
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 382, in __notify
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 132, in onStateChanged
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 132, in onStateChanged
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 47, in onStateChanged
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/app_loader/observers.py", line 84, in onEnterState
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/app_loader/loader.py", line 180, in changeSpace
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/app_loader/loader.py", line 253, in __updateSpace
2019-09-20 10:35:42.300: ERROR:   File "scripts/common/Event.py", line 44, in __call__
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/sounds/ambients.py", line 616, in __onGUISpaceEntered
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/sounds/ambients.py", line 581, in _restartSounds
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/sounds/ambients.py", line 174, in start
2019-09-20 10:35:42.300: ERROR:   File "scripts/client/gui/sounds/ambients.py", line 178, in stop
2019-09-20 10:35:42.300: ERROR: AttributeError: 'NoneType' object has no attribute 'stopMusic'
2019-09-20 10:35:44.426: INFO: ==================== [EKSPOINTCORE] - DETECTED ERROR START ====================
2019-09-20 10:35:44.443: INFO: [ERROR DETECTED] - scripts/client/gui/mods/ekspointCore.pyc
2019-09-20 10:35:44.446: INFO: Traceback (most recent call last):
2019-09-20 10:35:44.446: INFO:   File "scripts/client/game.py", line 354, in fini
2019-09-20 10:35:44.446: INFO:   File "scripts/client/messenger/MessengerEntry.py", line 63, in fini
2019-09-20 10:35:44.446: INFO:   File "scripts/client/messenger/proto/__init__.py", line 71, in clear
2019-09-20 10:35:44.446: INFO:   File "scripts/client/messenger/proto/xmpp/plugin.py", line 74, in clear
2019-09-20 10:35:44.446: INFO: AttributeError: 'NoneType' object has no attribute 'clear'
2019-09-20 10:35:44.454: INFO: ==================== [EKSPOINTCORE] - DETECTED ERROR STOP =====================
2019-09-20 10:35:44.455: INFO: [Scaleform] Destroy GUI Component: 'loading_screen.gui'
2019-09-20 10:35:44.573: INFO: [SOUND] Task Main loaded in 33.496002 seconds. Size: 32.630413 Mb
2019-09-20 10:35:44.691: INFO: [Scaleform] Destroy GUI Component: 'gui/flash/gameLoadingApp.swf'
2019-09-20 10:35:44.691: INFO: [Scaleform] Destroy GUI Component: 'UiRenderComponent'

\------------------------------------------------------------------------------------------/

 

спс, вечером залью исправление, забыл смерджить.

  • Upvote 3

Share this post


Link to post

Short link
Share on other sites
24.05.2019 в 15:19, spoter сказал:

Постараюсь исправить в следующей версии. В текущей версии бэкграунд имеет 2 состояния включен и выключен, менять прозрачность не получится.


@spoter, в моде прогресса отметки на орудие в бою прозрачность подложки побороть не удалось еще?

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
20 минут назад, GeloN сказал:


@spoter, в моде прогресса отметки на орудие в бою прозрачность подложки побороть не удалось еще?

забыл. это настолько мало кому нужно, что я постоянно забываю.

  • Upvote 3

Share this post


Link to post

Short link
Share on other sites

it's beautiful again!

MoE mod v8.00

Спасибо PolarFox (pfmods.net) за помощь с флеш частью.

 

 

Edited by spoter
  • Upvote 5

Share this post


Link to post

Short link
Share on other sites
25.09.2019 в 18:05, spoter сказал:

забыл. это настолько мало кому нужно, что я постоянно забываю.


а @PolarFox не поможет с исправлением прозрачности флешки ? :)

тут вот еще... заметил у себя такой баг, а может это фича :) .. в начале боя расположение окна прогресса отметки не совсем там где я его забиндил .. оно располагается чуть выше, но при нажатии на "Alt" "сползает" в нужное место
 

{
    "UI": 3,
    "background": true,
    "backgroundData": {
        "alpha": 0.2,
        "width": 144,
        "height": 70
    },

// --- 8< --- Cut --- 8< ---

    "panel": {
        "index": 1,
        "visible": true,
        "alignY": "bottom",
        "height": 70,
        "width": 144,
        "drag": true,
        "alignX": "left",
        "limit": true,
        "y": -1,
        "x": 560,
        "border": true
    },

 

 

2019-09-30_212906.-..png.c70ef48ca6af136df18389a52a01ce49.png

2019-09-30_212941.-..png.d0d8a179bc4b3dd02cc70616310d94cc.png

Share this post


Link to post

Short link
Share on other sites

у меня положение не меняет, но иногда, в начале боя текст блеклый, нажимаешь на Alt и всё чинится.

upd да, и прозрачность, если можно, тоже бы пофиксить... 

Edited by Witos2002

Share this post


Link to post

Short link
Share on other sites
3 часа назад, Witos2002 сказал:

у меня положение не меняет, но иногда, в начале боя текст блеклый, нажимаешь на Alt и всё чинится.

upd да, и прозрачность, если можно, тоже бы пофиксить... 

Я уже вчера написал об этом @spoter .

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

MoE mod v8.04

фикс глюка с подложкой. вернул старый вариант

фикс сообщения об ошибке от флешки

  • Upvote 2

Share this post


Link to post

Short link
Share on other sites

@spoter Глянь плиз стволик хаоса снайперский прицел для арты, при игре с ним нет сведения.

Edited by Scharfhobel

Share this post


Link to post

Short link
Share on other sites

и еще мод снайперский прицел для арты тоже приказал долго жить. так же нет сведения.

Edited by Lom

Share this post


Link to post

Short link
Share on other sites

Доброе утро!

Огромная благодарность за Ваши модификации, но после обновления 1.6.1.0 при установке модов dispersionCircle, sniperByScroll, server turret extended перестает работать индикация прицела и пропадает сведение с маркером пробития. Пробовал поменять mod_mods_gui_2.22 на mod_mods_gui_2.23, не помогает прицел не работает.

Просьба восстановить работоспособность модмфикаций.

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...