- 0
-
Recently Browsing
No registered users viewing this page.
-
Activity
-
0
-
11
Skeletton of Python modules for IDE.
No need to break if return << Nice share guys! -
11
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.- 1
-
-
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 ) -
11
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
-
-
-
Question
Kafa 33
@edit:
solved. blackdragonx61 using his quest translator
Edited by Kafa (see edit history)Link to post
0 answers to this question
Recommended Posts