- 0
-
Recently Browsing
No registered users viewing this page.
-
Activity
-
10
Skeletton of Python modules for IDE.
Thank you, it's working great You can add these two modules(EterPythonLib) -
2
Texture Gloss problem, please?
Just edit the Alpha Layerof the .dds file (the texture) in Photoshop, the whiter it is, the brighter it will be in game. -
3
-
2
Texture Gloss problem, please?
did u try to lower "Specular" value in item_proto ? -
1
-
3
Remote Shop System
just rename tga files , change big letters to small like that : before : RemoteShop_Button_01.tga after : remoteshop_button_01.tga ( do that to all tga ) -
10
Skeletton of Python modules for IDE.
# !/usr/bin/python # -*- coding: utf-8 -*- __author__ = "VegaS" __date__ = "2021-01-22" __version__ = "1.0.0" import os import re import typing os.chdir(os.path.dirname(os.path.realpath(__file__))) # Working directory INPUT_DIRECTORY: str = 'modules' # Disable pycharm inspections DISABLE_PYCHARM_INSPECTION_TUPLE: tuple = ( # [...] ) # Print regex patterns REGEX_PRINT_DICT: typing.Dict[str, str] = { r'print\s+(?![\'\"])([^#\n\r]+(?<! ))?': r'print(\1)', r'print\s+(ur|ru)?([\'\"]{1,3})([\w\W]+?)(\2)([^#\n\r]+(?<! ))?': r'print(\1\2\3\4\5)', r'print\s+(ur|ru)?([\'\"])(?!\2)([^\r\n]- 4
-
-
-
198
WorldEditor ReMIX
why can't I see the tree objects? everything is in the right place wtf 0122 01:28:53257 :: CMapOutdoor::LoadArea 451 0122 01:28:53502 :: Update::Load spent 1160 ms 0122 01:28:55303 :: Update::Load spent 360 ms 0122 01:28:02758 :: Update::Load spent 240 ms and instantly freezes and closes when I add height to make a hill or idk it just died instantly -
83
3D Services - New (Armors + Costumes) for all races
Update- armour metin2
- 3d costume
-
(and 1 more)
Tagged with:
-
Question
Speachless 215
Who wants to solve this problem? Players with ipv6 cannot teleport into the game without having issues.
Link to post
0 answers to this question
Recommended Posts
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.