安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题










How English-speaking programmers see the code
import os, time
class MoveFiles();
def _init_(self):
"""Initialize all folders"""
#Main folder of sort
self.chek_folder = os.path.abspath("python-sort")
# Folders for sorted files
self.default_folders = set(["images", "audios", videos", "python-files"])
self.images = self.check_folder + os.sep + "images"
self.audios = self.check_folder + os.sep + "audios"
self.python_files = self.check_folder + os.sep + "python_files"
Programmers who don't speak English see the code like this:
импорт ос, время
класс Перемещение.файлы()
функ _иниц_(сам)
"""Инициализируем все папки"""
#Главная папка сортировки
сам.проверь_папку = ос.путь.получить("питон-сортировка")
# Папки для сортированных файлов
сам.изначальные_папки = множество(["картинки", "аудио", "видео", "питон-файлы"])
сам.картинки = сам.проверь_папку + ос.разделит + "картинки"
сам.аудио = сам.проверь_папку + ос.разделит + "аудио"
сам.видео = сам.проверь_папку + ос.разделит + "видео"
сам.питон-файлы= сам.проверь_папку + ос.разделит + "питон-файлы"
We made it open source because neither of us could continue to support the mod, but we wanted it to be accessible to others. While that was an imperfect solution, it allows others to learn from it and make something more of it themselves.
Haven't touched the devkit in years. Currently, I can't take the time to relearn how to use it and make that mod. It isn't as hard to do it yourself as you think. When I first made the mod, I hadn't programmed before, and I didn't do any programming to make the mod, I copied existing items and modified their configuration files. I only spent a week on the project, including learning the devkit. So you could likely do it quite easily, assuming the game and its devkit still work the same as back then.
For reference, the mod files are downloadable at the top of this page. CorruptedChaos made the last several versions of the mod, I'm not familiar with what changes he made or if he used any coding or visual coding.
No idea if the mod still works.
Please make a mod to change the speed of the character. In any form.
I would do it myself, but I don't know how to use DevKit at all