Official blt hook payday 2
Содержание:
Mod Definition File
Your mod will require it’s mod definition file updating before your automatic updates will work. This is done via adding an key to your mod definition file.
Updates Key
The key is an array of objects with specific keys to tell the mod manager how to handle updating your mod. An integer or float key which contains the number which will be compared to the latest server version for deciding if an update is required or not. A string key containing the identifier of your mod. This is used to check the correct mods on the PaydayMods API, and to download and update the correct mod when required. A string key containing the path of the location to install your mod. This is only required if you need your mod to be installed in a path other than the folder.
For installing and updating the accompanying mod_overrides of your mod, this value should be set to . A string key containing the name of your mod_overrides folder. This folder will be removed, so that the updated version may be installed in its place. A string key used for the display name of any extra downloads and updates that may be required alongside your mod. If this value is not set, the name of your mod will be used instead.
Download
You might not want to get the latest version from the BLT cvs at sf.net though. It appears, to at least LV, that the code in the CVS won’t compile on machines other than X86…
Note that the tcltk.com URLs below are temporarily out of order. Also note that BLT 2.4v is compatible with Tcl/Tk 8.3.4, and BLT 2.4z, released in October 2002, is compatible with Tcl/Tk 8.4.
Official BLT Toolkit Distribution
What: BLT toolkit Where: http://sf.net/projects/blt/ http://www.tcltk.com/blt/ (tcltk.com still offline) http://www.tcltk.org/blt/slides.pdf (tcltk.com still offline) ftp://tcltk.sourceforge.net/pub/tcltk/blt/BLT2.4z.tar.gz http://www.jessikat.demon.co.uk/ http://jfontain.free.fr/blt-2.4z.spec http://jfontain.free.fr/blt-2.4z-1.i386.rpm http://jfontain.free.fr/blt-2.4z-1.src.rpm http://purl.oclc.org/net/nijtmans/BLT_PATCHES.gz ftp://ftp.tcl.tk/pub/tcl/mirror/ftp.procplace.com/sorted/packages-8.0/devel/blt24utb.exe https://www.tcl-lang.org/ http://sf.net/project/showfiles.php?group_id=18616&release_id=59918 http://prdownloads.sf.net/blt/BLT2.4x-for-tcl8.4a3.patch Description: Library of Tcl and Tk extensions. Includes a a table geometry manager (table), 2D x/y chart (graph), barchart (bargraph), a new floating point value data structure (vector), spline computation support (spline), busy widgets (busy), background executation with support for dealing with stdout, stderr, and process status (bgexec), drag and drop support (drag&drop), hypertext (htext), read and write bitmap commands (bitmap), minor window manager interfaces (winop), and several useful debugging commands (watch and bltdebug). It also includes an eps canvas item which allows you to embed encapsulated PostScript files into the canvas. BLT recently included BLTlite - a Tcl only version of its library including the bgexec, spline, tree, vector, bltdebug, and watch commands. BLTlite is automatically used when a Tcl application does a package require for BLT without having Tk available. BLT 2.4 supports Tk 8.x and has been compiled (by various people) on both Unix/Linux and Windows platforms. The blt-dev majordomo mailing list is now available for subscription at mailto: It will cover BLT development issues. The sensus site has a port of the latest BLT version to Windows NT 4.0 SP3. The jessikat site has compiled BLT for Win32 using VC++6.0. Guy Jennings mailto: reports getting a useful portion of BLT 2.4a to compile on the Macintosh. The multimania and free.fr site files are files used to build RedHat rpm files. Note that the rpm files were build using Tcl/Tk 8.4a1. The chello site has a set of patches that adds full stubs support, fixes blt initialization, fixes config file problems, etc. The neosoft .exe happens to be a version of Tcl/Tk 8.3.1 built with Stubs and BLT 2.4u on Windows. Linux RPMs can be found at the bitwalk site. Windows binaries can be found at the SF.net showfiles url. The multimania and free.fr site files are files used to build RedHat rpm files. Note that the rpm files were build using Tcl/Tk 8.4a1. The chello site has a set of patches that adds full stubs support, fixes blt initialization, fixes config file problems, etc. The ProcPlace .exe happens to be a version of Tcl/Tk 8.3.1 built with Stubs and BLT 2.4u on Windows. BLT binaries for Windows can be found by searching the site https://www.tcl-lang.org . The above version specific URLs may very well be out of date when you visit from here. BLT 2.4z is the latest version of BLT available. Updated: 04/2003 Contact: mailto: (George A. Howlett) mailto: mailto: (Carl Roth)
See Also
- The most recent functioning version of BLT, v2.4z, uses the internals of Tcl/Tk 8.4 and does not work with Tcl/Tk 8.5/8.6.
- Development of a new version of BLT is underway in the public CVS repository, but is currently stalled.
- For these reasons, unofficial forks of BLT have been developed, that port some of BLT’s functionality to Tcl/Tk 8.5/8.6. There are at least three such forks:
(1) The RBC Toolkit: Refactored BLT Components includes the «winop» image scaling command, data vectors, and graph/barchart/stripchart widgets for developing graphing applications in Tcl/Tk
- This Wiki: Refactored BLT Components
- Updated: 10/2009 (v0.1, described as «alpha» but actually very stable apart from the «rbc::busy» command)
- Available from the ActiveTcl teapot: «teacup install rbc»
- The most mature of the forks of BLT, although it does not include all BLT commands.
(2) TkBLT: part of the ds9 project, TkBLT is a BLT library updated for Tcl 8.6, TEA-compliant and supporting Windows and Mac.
TkBLT includes only the Graph and Barchart Tk widgets, and the Tcl Vector command.
What: TkBLT Where: http://sourceforge.net/projects/tkblt/ Updated: 09/2015 (v3.0) Contact: (William Joye)
(3) «BLT-2.5»: A massively updated BLT that works with Tcl/Tk 8.5. This is the basis for PCM’s Wize project.
BLT-2.5 appears to include the whole of BLT, with some changes to the API. It does not claim to be TEA-compliant, or to work with Tcl/Tk 8.6.
What: (unofficial) BLT-2.5 Where: http://sourceforge.net/projects/wize/ (most up-to-date files) http://pdqi.com/w/pw/pdqi/Wize/Blt (most information) Updated: 03/2011 (v2.5.3) Contact: Peter C MacDonald
BLT Commands overview
- table
- A table geometry manager for Tk, similar to tk’s native geometry manager grid. You specify window placements as table row,column positions and windows can also span multiple rows or columns. It also has many options for setting and/or bounding window sizes.
- graph
- A 2D plotting widget. Plots two variable data in a window with an optional legend and annotations. It has of several components; coordinate axes, crosshairs, a legend, and a collection of elements and tags.
- barchart
- A barchart widget. Plots two-variable data as rectangular bars in a window. The x-coordinate values designate the position of the bar along the x-axis, while the y-coordinate values designate the magnitude. The barchart widget has of several components; coordinate axes, crosshairs, a legend, and a collection of elements and tags.
- stripchart
- A stripchart widget
- treeview
- A widget displaying a general ordered tree. It is similar to that shiped with tk since 8.5.
- tree
- A tree data object
- tabset
- A set of widgets which can be used by their self or as part of a tab notebook, similar to ttk::notebook that ships with tk since 8.5. Also supports multi-tiered and/or scrolled tabsets. Notebook pages can be torn off into separate windows and later returned.
- vector
- Creates a vector of floating point values. The vector’s components can be manipulated in three ways: through a Tcl array variable, a Tcl command, or the C API. Vectors inter-operate seamlessly with the plotting widgets — changes to a vector automatically cause the graphics to redraw.
- eps
- A new Tk canvas item, for handling encapsulated PostScript. Allows you to embed EPS files into a canvas displayign either the embedded preview image or a Tk image that you provide. When you print the canvas, the EPS item will automatically include the EPS file.
- spline
- Computes a spline fitting a set of data points (x and y vectors) and produces a vector of the interpolated images (y-coordinates) at a given set of x-coordinates.
- bgexec
- Like Tcl’s exec command, bgexec runs a pipeline of Unix commands in the background. Unlike exec, the output of the last process is collected and a global Tcl variable is set upon its completion. bgexec can be used with tkwait to wait for Unix commands to finish while still handling expose events. Intermediate output is also available while the pipeline is active.
- busy
- Creates a «busy window» which prevents user-interaction when an application is busy. The busy window also provides an easy way to have temporary busy cursors (such as a watch or hourglass).
- bitmap
- Reads and writes bitmaps from Tcl. New X bitmaps can be defined on-the-fly from Tcl, obviating the need to copy around bitmap files. Other options query loaded X bitmap’s dimensions and data.
- drag&drop
- Provides a drag-and-drop facility for Tk. Information (represented by a token window) can be dragged to and from any Tk window, including those of another Tk application. drag&drop acts as a coordinator, directing Tk send commands between (or within) TCL/Tk applications.
- htext
- A simple hypertext widget. Combines text and Tk widgets into a single scroll-able window. Tcl commands can be embedded into text, which are invoked as the text is parsed. In addition, Tk widgets can be appended to the window at the current point in the text. Htext can be also used to create scrolled windows of Tk widgets.
- winop
- Raise, lower, map, or, unmap any window. The raise and lower functions are useful for stacking windows above or below «busy windows».
- watch
- Arranges for Tcl procedures to be called before and/or after the execution of every Tcl command. This command may be used in the logging, profiling, or tracing of Tcl code.
- bltdebug
- A simple Tcl command tracing facility useful for debugging Tcl code. Displays each Tcl command before and after substitution along its level in the interpreter on standard error.
BLT Examples
- playing BLT
- examples for the novice
- BLT — graph — how to draw a sophisticated time axis
- an example of how to set up a horizontal time axis on a graph labelled both with dates and intermediate hour markers, and with the dates centralized with respect to the hours.
- BLT — graph — create a horizontal label for a vertical axis
- shows how to make a horizontal label by extending one of the Y axis tick labels.
- BLT — graph — Waveform Viewer
- shows that the graph widget can be fast even with Big data sets.
- BLT — graph — printing postscript and BLT — graph — printing from Windows
- general printing issues and undocumented tricks.
- BLT — graph — printing from Windows
- not documented in the HTML files. This page shows different ways to print using the Windows operation system.
- BLT — stripchart — with realtime update
- numeric vector
- dicusses one of the features of BLT giving access to fast number handling.
- busy
- a command to make windows busy. This command has been extracted as a standalone packae using critcl if you need this command and nothing else.
- bgexec
- has also been extraced to a single package.
- Rotate text on a canvas
- using BLT.
How to raise and lower (graph) elements: The BLT author George Howlett explains: [http://groups.google.com/groups?hl=en&lr=&frame=left&th=c1a843b8c6b89355].
- Tclodbc + BLT
- shows how to create a chart from a recordset obtained through Tclodbc
- BLT data series in rows or columns
- shows fixed amount of vectors vs dynamic amount of vectors
- Filtering measurement values with a 1D Kalman filter
- shows noisy signal with noise-filtered signal highlighted
Misc
RGM 2005-11-20:
On W2K, using BLT2.4z, I get the following error:
(bin) 6 % Blt_ZoomStack .g1 invalid command name "Blt_ZoomStack" (bin) 7 %
Any insights? Thanks.
UK: Blt_ZoomStack sits together with other utility procs in <blt_dir>/graph.tcl
Bryan Oakley 2005-06-10: I’m both amazed and disappointed in the BLT graph widgets.
Amazed, in that every time I have an idea to enhance a graph I’m working on, there seems to be an option just for that purpose (multiple axis, zooming, etc). I think it would be a wonderful addition to the core to include such a rich widget. The vector datatype is also quite useful.
Disappointed in that the documentation is incomplete. There seems to be several undocumented features; for example, the widget options -bottomvariable, -topvariable, -data, -datacommand, -barmode, and probably others. Create a stripchart and do .stripchart configure and you’ll see several things that don’t seem to appear in a man page.
Also, one of the examples shows that it’s possible to put the legend into a separate window, but there is no documentation on that feature. That seems like a really useful feature.
Fortunately, one can read the «slides.pdf» file, read the documentation, and scour through the included demos and release notes to find enough information to get the job done.
That being said, BLT rocks. I’ve long been a fan of bgexec and am now a huge fan of the graph widget and vector datatype.
Downloads
Client — Anti modding detection
Anti Modding Detection — Gab.zip
DOWNLOAD
Client — Crime Spree
Dont lose Crime Spree on Crash — Gab.zip
DOWNLOAD
No Crime Spree Rewards — Gab.zip
DOWNLOAD
Free Crime Spree Assets — Gab.zip
DOWNLOAD
Free Crime Spree Reroll — Gab.zip
DOWNLOAD
OP Crime Spree Rewards — Gab.zip
DOWNLOAD
Free Crime Spree — Gab.zip
DOWNLOAD
Crime Spree Unlocker — Gab.zip
DOWNLOAD
Client — Get Free Stuff
Money Increaser + Offshore — Gab.zip
DOWNLOAD
Free Preplanning — Gab.zip
DOWNLOAD
Free Infamy Skills — Gab.zip
DOWNLOAD
XP Increaser — Gab.zip
DOWNLOAD
Free story line jobs — Gab.zip
DOWNLOAD
Unlock All Raid Jobs — Gab.zip
DOWNLOAD
Free Skill Sets — Gab.zip
DOWNLOAD
Unlock All Skill Tiers — Gab.zip
DOWNLOAD
Unlock All Safehouse Trophies — Gab.zip
DOWNLOAD
Free Infamy Skills (Compatibility Version) — Gab.zip
DOWNLOAD
Free Contracts — Gab.zip
DOWNLOAD
Free Mission Assets — Gab.zip
DOWNLOAD
Free Safehouse Upgrades — Gab.zip
DOWNLOAD
Easier weapon mods for gage packages without DLCs — Gab.zip
DOWNLOAD
Free Offshore PAYDAY — Gab.zip
DOWNLOAD
Money Increaser — Gab.zip
DOWNLOAD
Insane Crime Spree Cashout — Gab.zip
DOWNLOAD
Easier weapon mods for gage packages — Gab.zip
DOWNLOAD
Client — In-game modification
Unlimited downed time — Gab.zip
DOWNLOAD
German Meth Helper — Gab.zip
DOWNLOAD
Infinite Stamina — Gab.zip
DOWNLOAD
No Skin Wear — Gab.zip
DOWNLOAD
No armor debuffs — Gab.zip
DOWNLOAD
Infinite Messiah Charges — Gab.zip
DOWNLOAD
Instant Equip Deployment — Gab.zip
DOWNLOAD
Invulnerable Sentries — Gab.zip
DOWNLOAD
German Meth Helper (Spammy) — Gab.zip
DOWNLOAD
Infinite Doctor Bag Charges — Gab.zip
DOWNLOAD
Put on mask instantly — Gab.zip
DOWNLOAD
Infinite Ammo Bag Charges — Gab.zip
DOWNLOAD
No Custody — Gab.zip
DOWNLOAD
Run faster (Legit Version) — Gab.zip
DOWNLOAD
Longer downed time — Gab.zip
DOWNLOAD
No slow motion — Gab.zip
DOWNLOAD
No Flash Skill — Gab.zip
DOWNLOAD
Bag Speed — Gab.zip
DOWNLOAD
Surefire Skill Infinite Magazine — Gab.zip
DOWNLOAD
No Skins — Gab.zip
DOWNLOAD
Remove timers — Gab.zip
DOWNLOAD
No Drill Timers — Gab.zip
DOWNLOAD
Unlimited following hostages — Gab.zip
DOWNLOAD
Better Bipods — Gab.zip
DOWNLOAD
Infinite Body Bag Charges — Gab.zip
DOWNLOAD
Run 2x faster — Gab.zip
DOWNLOAD
God Mode (Dodge) + No Armor Debuffs — Gab.zip
DOWNLOAD
God Mode (Armor) — Gab.zip
DOWNLOAD
God Mode (Dodge) — Gab.zip
DOWNLOAD
Remove timers (Compatibility version) — Gab.zip
DOWNLOAD
Infinite Cable Tie Slots — Gab.zip
DOWNLOAD
No Drill Timers (Compatibility version) — Gab.zip
DOWNLOAD
God Mode (Armor) + No Armor Debuffs — Gab.zip
DOWNLOAD
Infinite Cable Ties — Gab.zip
DOWNLOAD
Infinite Sentry Ammo — Gab.zip
DOWNLOAD
Client — Perk Decks
Better Muscle Perk Deck — Gab.zip
DOWNLOAD
Perk Deck Points Giver — Gab.zip
DOWNLOAD
Better Muscle Perk Deck & Unlock All Skill Tiers — Gab.zip
DOWNLOAD
Custom Perk Decks rev2 — Gab.zip
DOWNLOAD
Custom Perk Decks rev1 — Gab.zip
DOWNLOAD
Custom Perk Decks rev3 — Gab.zip
DOWNLOAD
Client — Safe modifications
Fake safe odds (Blue) — Gab.zip
DOWNLOAD
Fake safe odds (Pink) — Gab.zip
DOWNLOAD
Display real safe odds — Gab.zip
DOWNLOAD
Fake safe odds (Red) — Gab.zip
DOWNLOAD
Fake safe odds (Purple) — Gab.zip
DOWNLOAD
Fake safe odds (Video Edition) — Gab.zip
DOWNLOAD
Client — Detected
Free Skills — Gab.zip
DOWNLOAD
Host — Auto Respawn
Auto Respawn on Overkill — Gab.zip
DOWNLOAD
Auto Respawn on Death Sentence — Gab.zip
DOWNLOAD
Auto Respawn on every difficulty — Gab.zip
DOWNLOAD
Instant Auto Respawn on Overkill — Gab.zip
DOWNLOAD
Instant Auto Respawn on Very Hard — Gab.zip
DOWNLOAD
Instant Auto Respawn on Death Sentence — Gab.zip
DOWNLOAD
Auto Respawn on Very Hard — Gab.zip
DOWNLOAD
Instant Auto Respawn on Death Wish — Gab.zip
DOWNLOAD
Instant Auto Respawn on Mayhem — Gab.zip
DOWNLOAD
Instant Auto Respawn on every difficulty — Gab.zip
DOWNLOAD
Auto Respawn on Mayhem — Gab.zip
DOWNLOAD
Auto Respawn on Death Wish — Gab.zip
DOWNLOAD
Host — Crime Spree
Crime Spree on Mayhem — Gab.zip
DOWNLOAD
Crime Spree on Normal — Gab.zip
DOWNLOAD
Crime Spree Adder — Gab.zip
DOWNLOAD
Crime Spree on Very Hard — Gab.zip
DOWNLOAD
Crime Spree Adder + Auto Updater — Gab.zip
DOWNLOAD
Crime Spree on Hard — Gab.zip
DOWNLOAD
Set Crime Spree Level — Gab.zip
DOWNLOAD
Crime Spree on Death Sentence — Gab.zip
DOWNLOAD
Crime Spree on Death Wish — Gab.zip
DOWNLOAD
No Crime Spree Modifiers — Gab.zip
DOWNLOAD
Все определения BLT
Акроним | Определение |
---|---|
BLT | B’Elanna Торрес |
BLT | BI уровень трассировки |
BLT | Basic загружен универсал |
BLT | Bell Labs технологии |
BLT | Bethesda Малый театр |
BLT | Blue Label телекоммуникаций |
BLT | Bramalea живой театр |
BLT | Buick Lesabre Т-типа |
BLT | Laboratorium Алгемеен voor Thermometrie |
BLT | Багдад местное время |
BLT | Базельланде Transport AG |
BLT | Базовое обучение техника |
BLT | Бакалавр лабораторных технологий |
BLT | Бангладеш права раз |
BLT | Бантуан Langsung Tunai |
BLT | Барнстейбл землей доверия |
BLT | Баскетбол, любовь и теннис |
BLT | Батальон посадку команда |
BLT | Батальон уровень подготовки |
BLT | Бедфорд землей доверия |
BLT | Бедфорд местных транзитных |
BLT | Бекон, латук & помидор |
BLT | Бенсон Малый театр |
BLT | Бербанк местных транзитных |
BLT | Беркшир лирического театра |
BLT | Берлиан Laju танкер |
BLT | Бизнес Группа связи |
BLT | Бизнес логистика Таиланд, ООО |
BLT | Бизнес руководство команды |
BLT | Бизнес связь транспорты |
BLT | Бизнес тренинг лидерства |
BLT | Бизнес-лидеры завтра |
BLT | Билинейное преобразование |
BLT | Биомедицинская Лаборатория технологии |
BLT | Бистро Laurent Tourondel |
BLT | Блекинге Läns Tidning |
BLT | Блог правовой раз |
BLT | Болт |
BLT | Болтон Малый театр |
BLT | Большой легких суда |
BLT | Британский печени доверия |
BLT | Брэкстон ссылка тестер |
BLT | Бульвар Lakefront тур |
BLT | Бюллетень Всемирной организации здравоохранения |
BLT | Время большой неудачник |
BLT | Выставление счетов, логистика и отслеживания |
BLT | Группа руководства батальона |
BLT | Держатель инструмента петли ремня |
BLT | Завтрак и обед темы |
BLT | Залив озера башня |
BLT | Здание как средство обучения |
BLT | Здание обучения с технологией |
BLT | Костный мозг, печень и тимуса |
BLT | Лампы лампы и трубки |
BLT | Лучше жизнь технологии |
BLT | Лучше технологии освещения |
BLT | Лучшие ссылки и советы |
BLT | Массовая загрузка инструмента |
BLT | Места посадки пляж |
BLT | Мост слой танк |
BLT | Невезение десант |
BLT | Обеденное время переговоры Библии |
BLT | Обратно освещенные тиратрон |
BLT | Общество Токсикологов Бельгии и Люксембурга |
BLT | Основной свет тренер |
BLT | Основной язык Переводчик |
BLT | Основные библиотеки методы |
BLT | Основные журнала инструменты |
BLT | Основных руководящих кадров |
BLT | Передача большого блока |
BLT | Повышение герметичности |
BLT | Подобное |
BLT | Попки, ножки и животик |
BLT | Построение уровня команды |
BLT | Предвзято-тест |
BLT | Предпринимательское право сегодня |
BLT | При посредничестве входа транзакции |
BLT | Протравливатель партии лаборатории |
BLT | Руководство команды здания |
BLT | Сильфонный трансфокатора |
BLT | Симметричный линейный тюнер |
BLT | Список контактов Messenger мгновенными AOL |
BLT | Странный любовный треугольник |
BLT | Строительство и технологии земли |
BLT | Строительство лизинг передача |
BLT | Суть технологии |
BLT | Тай дам |
BLT | Театр черный свет |
BLT | Тест уровня |
BLT | Тестер аккумулятора жизни |
BLT | Технология Боулс Лэнгли |
BLT | Технология Лаудер Бэбкок |
BLT | Тигры освобождения Бодо |
BLT | Типы ссылок блог |
BLT | Толщина линии Бонд |
BLT | Удачи завтра |
BLT | Укусы, облизывает и вкусы |
BLT | Улучшение жизни для техасцы |
BLT | Уровень НЧ ВЧ |
BLT | Храбрый портняжка |
BLT | Черный Lightwall Threadable |
BLT | Черный кожаный раз |
BLT | Черный теологии освобождения |
BLT | Ширина линии тюнер |
BLT | Яркий свет лечения |
Что означает BLT в тексте
В общем, BLT является аббревиатурой или аббревиатурой, которая определяется простым языком. Эта страница иллюстрирует, как BLT используется в обмена сообщениями и чат-форумах, в дополнение к социальным сетям, таким как VK, Instagram, Whatsapp и Snapchat. Из приведенной выше таблицы, вы можете просмотреть все значения BLT: некоторые из них образовательные термины, другие медицинские термины, и даже компьютерные термины. Если вы знаете другое определение BLT, пожалуйста, свяжитесь с нами. Мы включим его во время следующего обновления нашей базы данных. Пожалуйста, имейте в информации, что некоторые из наших сокращений и их определения создаются нашими посетителями. Поэтому ваше предложение о новых аббревиатур приветствуется! В качестве возврата мы перевели аббревиатуру BLT на испанский, французский, китайский, португальский, русский и т.д. Далее можно прокрутить вниз и щелкнуть в меню языка, чтобы найти значения BLT на других 42 языках.
More documentation
- BLT is (mostly) documented in a number of HTML files that come with the distribution.
- There is also a treasure trove of information in the presentation file slides.pdf in the Files section of the SourceForge project.
- Look also at the tcl library files distributed with BLT. These contain some amazingly useful procs that wrap the BLT commands, and are not documented in the HTML pages or in slides.pdf. Some (but not all) of these procs are used in the demo scripts. For an example, see «Blt_ZoomStack» below.
Printed documentation can be found in the (older):
- BOOK Tcl/Tk Tools. This is an excellent reference to BLT with many examples.
- BOOK Tcl/Tk in a Nutshell also covers a full chapter on BLT with a very extensive index to all commands.
Dead Links:
Updating Your Mod
Once you’ve added your key to your mod definition, and setup your mod on the Mod Manager, you can prepare your mod for upload to the server, and to put an update out.
Step 1 — Increment your revision
You will need to increment your revision numbers of your mod to match the new revision you are about to push to the server.
If you do not update your revision number, then you will either cause everybody to have to update your mod every time they load the game, or your mod will not know that it has to update.
Make a note of your new revision since you’ll be using this on the Mod Manager. Also remember to do the same for your mod_override updates if you have any defined alongside your main mod.
Step 2 — Archive
To upload your mod you will need to archive the mod folder, and the mod_overrides folder if necessary, correctly.
This is done by simply creating a zip file of the mod folder from within the mods directory, or of the overrides folder from within the mod_overrides directory.
Step 3 — Mod Manager
The next step is done on the Mod Manager, so you’ll want to open it up and select the mod you intend to update.
Click on the tab if it isn’t already open, this is the page you’ll use to put out your update.
First thing, is to put the revision number that you set in Step 1 into the field. This will be used to check the server version against the local version of your mod.
Next, fill in the for your mod. These will be displayed to the user when they select that they want to view the patch notes of an update.
Finally, select your archived mod to be uploaded in the field. This it the file that will be downloaded and installed by all users of your mod.
Step 4 — Publish
Once you’ve filled in your update information, simply click the button. Your archive will be uploaded, and once complete will start to automatically update all mod users.
BLT flavours
Recent versions of BLT comes in two flavours. Using BLT without Tk will lead to loading BLTlite containing commands that are useful in Tcl only:
promt> tclsh % package require BLT 2.4 % info commands blt::* ::blt::tree ::blt::crc32 ::blt::bltdebug ::blt::bgexec ::blt::spline ::blt::vector ::blt::watch oading Tk before loading BLT will get you the graphical parts too: prompt> tclsh % package require Tk 8.4 % package require BLT 2.4 % info commands blt::* ::blt::hiertable ::blt::table ::blt::hierbox ::blt::graph ::blt::vector ::blt::spline ::blt::beep ::blt::ted :: blt::bitmap ::blt::crc32 ::blt::cutbuffer ::blt::dnd ::blt::watch ::blt::barchart ::blt::tabnotebook ::blt::tree ::blt::drag&drop ::blt::bltdebug ::blt::treeview ::blt::container ::blt::busy ::blt::tabset ::blt::stripchart :: blt::winop ::blt::htext ::blt::bgexec
So be sure to use the correct sequence of loading the packages, just in case … There are also versions of BLT compiled into Tcl/Tk. They are called bltwish and bltwish24.