Swiftly

Swiftly v1.4.0

No permission to download

blu___

Пользователь
May 1, 2024
42
23
blu___ submitted a new resource:

Swiftly - Хорошая альтернатива SourceMod и C# в LUA

Swiftly — это мощный плагин для Metamod (действующий как фреймворк, подобно CounterStrikeSharp), разработанный для расширения возможностей моддинга. Он основан на Lua и обладает множеством функций, таких как:

  • User Messages (Protobuf messages)
  • Standardized Menus (WASD Menus but internal, without the need of any external library)
  • HTTP (HTTP Client & Server, really easy to use and very fun)
  • Resmon (See in real-time the...

Read more about this resource...
 

extm.exe

Пользователь
Dec 14, 2023
279
60
Это что-то новенькое. Скрины будут с плагинов?
 

blu___

Пользователь
May 1, 2024
42
23
Fixed the link, thanks @flames

Да, @extm.exe , я выложу все плагины на форуме. Я уже выложил VIP Core, но есть около 50 плагинов и модулей, поэтому я не могу выложить их все сразу, так как форум будет заспамлен.
 

extm.exe

Пользователь
Dec 14, 2023
279
60
Fixed the link, thanks @flames

Also yeah @extm.exe, I will post all of the plugins on the forum, I already posted the VIP Core but there are about 50 plugins and modules so I can't post all of the plugins at once as the forum will be spammed
I hope u'll do your best, please keep in touch with this forum with your updates, also I recommend to attach some pictures of yours plugins (y) 😝
 

blu___

Пользователь
May 1, 2024
42
23
I hope u'll do your best, please keep in touch with this forum with your updates, also I recommend to attach some pictures of yours plugins (y) 😝
I will, thanks for the suggestions! :) :)
 

Mellz0

Пользователь
Nov 24, 2024
4
0
Крашит после загрузки бд, хуков
Code:
00. 0x78cb70ca2adf signal_handler(int) + 319
01. 0x78cba9e45320 /lib/x86_64-linux-gnu/libc.so.6(+0x45320) [0x78cba9e45320]
02. 0x78cb70f40339 CGameEntitySystem::AddListenerEntity(IEntityListener*) + 73
03. 0x78cb70e7a136 EntityListener::StartupServer(GameSessionConfiguration_t const&, ISource2WorldSession*, char const*) + 182
04. 0x78cb70c11c4b __SourceHook_FHCls_INetworkServerServiceStartupServer0::Func(GameSessionConfiguration_t const&, ISource2WorldSession*, char const*) + 347
05. 0x78cb7d815e39 /server/counter-strike2/game/bin/linuxsteamrt64/../../csgo/bin/linuxsteamrt64/libserver.so(+0xe15e39) [0x78cb7d815e39]
 

blu___

Пользователь
May 1, 2024
42
23
Крашит после загрузки бд, хуков
Code:
00. 0x78cb70ca2adf signal_handler(int) + 319
01. 0x78cba9e45320 /lib/x86_64-linux-gnu/libc.so.6(+0x45320) [0x78cba9e45320]
02. 0x78cb70f40339 CGameEntitySystem::AddListenerEntity(IEntityListener*) + 73
03. 0x78cb70e7a136 EntityListener::StartupServer(GameSessionConfiguration_t const&, ISource2WorldSession*, char const*) + 182
04. 0x78cb70c11c4b __SourceHook_FHCls_INetworkServerServiceStartupServer0::Func(GameSessionConfiguration_t const&, ISource2WorldSession*, char const*) + 347
05. 0x78cb7d815e39 /server/counter-strike2/game/bin/linuxsteamrt64/../../csgo/bin/linuxsteamrt64/libserver.so(+0xe15e39) [0x78cb7d815e39]
Has been fixed in latest version
 

Mellz0

Пользователь
Nov 24, 2024
4
0
[Swiftly] [ plugin:cookies] Error: Table 'css2awp.sw_cookies' doesn't exist
[Swiftly] [ plugin:cookies] Error: BLOB, TEXT, GEOMETRY or JSON column 'value' can't have a default value

tables for admins were created but not for cookies and knives
Has been fixed in latest version
 

blu___

Пользователь
May 1, 2024
42
23
[Swiftly] [ plugin:cookies] Error: Table 'css2awp.sw_cookies' doesn't exist
[Swiftly] [ plugin:cookies] Error: BLOB, TEXT, GEOMETRY or JSON column 'value' can't have a default value

tables for admins were created but not for cookies and knives
Can you please join on our discord? We can fix it easier there

 

blu___

Пользователь
May 1, 2024
42
23
Re-Release of v1.4.0

Hi there!

We’re thrilled to announce the re-release of Swiftly v1.4.0! This refined update introduces powerful new tools and features while addressing issues from previous versions (v1.3.x). This ensures a smoother, more robust experience for all developers.

What’s new in Swiftly v1.4.0?


Extensions:


The extensions are addons for Swiftly so that you can implement your own Scripting API in each plugin. It supports classes, functions, tables for types, and many more!

Why did we need this?

From the beginning, our goal was to empower developers to create more complex ideas without being limited by Lua.Now, with Extensions, you can also create your plugin in C++, but also implement its Scripting API in each Lua plugin.

For example, you can create your own class to add your own utility functions, or create your own function to kill someone.

How can I create an extension?

To create an extension, you can fork our own Base Extension to start your journey with extensions!

Does this modification affect me?

Some core functionalities have been moved out of Swiftly’s core and are now provided as standalone extensions. The following features were removed from the core and made available as extensions:

Make sure to install these extensions if your plugins depend on them. (and most of them depend).

Addition of QueryBuilder:


This version introduces QueryBuilder, a powerful tool to simplify and standardize database interactions. Say goodbye to tedious and error-prone manual queries. With QueryBuilder, you can construct dynamic, efficient queries with ease and consistency.

Important: You will need to update every plugin that uses database functionalities, all of the plugins made by us were updated with new releases on GitHub, make sure to download them. Below is a list of plugins that need to be updated.

 

blu___

Пользователь
May 1, 2024
42
23
blu___ updated Swiftly with a new update entry:

Release of v.1.4.0

Release of v1.4.0

Hi there!

We’re thrilled to announce the release of Swiftly v1.4.0! This refined update introduces powerful new tools and features while addressing issues from previous versions (v1.3.x). This ensures a smoother, more robust experience for all developers.

What’s new in Swiftly v1.4.0?


Extensions:


The extensions are addons for Swiftly so that you can implement...

Read the rest of this update entry...
 

blu___

Пользователь
May 1, 2024
42
23
А сильно это грузит?Конфликтует ли с шарпом?
Нет, он очень легкий и потребляет гораздо меньше, чем cssharp (процессор и оперативную память), и кто-то из нашего Discord запустил его с CounterstrikeSharp, хотя это не рекомендуется, вы можете попробовать
 
Top