Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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