π€ Profile
Norda Scripts
76561198033784269π¨ Creator
π¬ Message
βοΈ You are offline, join to send a private message.
π Wishlist
-- Empty --π Osgmod Stats
Creators Stats | |
---|---|
βοΈ Scripts created: | 77 scripts |
βοΈ 567 Reviews: | β β β β β |
πͺ Averages on 567 Reviews: | 4.98/5 |
π Sales: | 10913 |
π Updates released: | 1297 updates |
Users Stats | |
π Commented scripts: | 168 |
βοΈ Coffee offered: | 0 |
π Last login: | 1734095465 |
πΎ Joined: | 1432600035 |
Forums Stats | |
π Forum Posts: | 169 |
β©οΈ Forum Reply: | 76 |
β€οΈ Reactions Given: | 25 |
π³ Reactions Received: | 63 |
βοΈ 1297 Updates released
All updates published by Norda Scripts - page 8
v1.0
Initial version
v2.9
π§° Lua Error fix
[nordahl_npcs_spawn_creator] */cl_init.lua:636: bad argument #1 to 'pairs' (table expected, got nil)
1. pairs - [C]:-1
2. DoClick - addons/nordahl_npcs_spawn_creator/lua/entities/npcs_spawn_creator/cl_init.lua:636
3. unknown - lua/vgui/dlabel.lua:237
[nordahl_npcs_spawn_creator] */cl_init.lua:636: bad argument #1 to 'pairs' (table expected, got nil)
1. pairs - [C]:-1
2. DoClick - addons/nordahl_npcs_spawn_creator/lua/entities/npcs_spawn_creator/cl_init.lua:636
3. unknown - lua/vgui/dlabel.lua:237
v6.4
βοΈ Patch
Corrects a Lua error when NCredit is not installed. My compatible scripts are just optional.
[norda_inventory_system] */cl_norda_inventory_system.lua:2594: attempt to call a nil value
Corrects a Lua error when NCredit is not installed. My compatible scripts are just optional.
[norda_inventory_system] */cl_norda_inventory_system.lua:2594: attempt to call a nil value
v2.2
𧱠Improved
Improves compatibility with the DarkRP pocket. Note that it does not take quantity into account.
Inventory scripts that support quantities:
My own Inventory system: Gmod Advanced Inventory System
My own optimized pocket system who can continue to work without gamemode: Gmod Pocket System no Gamemode
Improves compatibility with the DarkRP pocket. Note that it does not take quantity into account.
Inventory scripts that support quantities:
My own Inventory system: Gmod Advanced Inventory System
My own optimized pocket system who can continue to work without gamemode: Gmod Pocket System no Gamemode
v2.8
π Added
Use the configuration file to define the list of spawn time choices that you configure for each spawn.
Add in the config file:
cfg.Selectable_spawn_times={0,1,5,10,30,60,120,180,240,300,360,600,900,1200,1800,2400,3000,3600,7200,10800,14400,18000} -- in seconds (Dont delete 0, 0 = Stop button)
Use the configuration file to define the list of spawn time choices that you configure for each spawn.
Add in the config file:
cfg.Selectable_spawn_times={0,1,5,10,30,60,120,180,240,300,360,600,900,1200,1800,2400,3000,3600,7200,10800,14400,18000} -- in seconds (Dont delete 0, 0 = Stop button)
v3.6
π Added
Add in the configuration file:
cfg.OwnerSteamID={["YOUR_STEAMID64"]=true,["Another_STEAMID64"]=true,} --If you are the owner and you dont use Admin System put SteamID64 here of your staff.
cfg.Admin_GROUP_ACCESS={superadmin=true,admin=true} -- This system replaces variables for SAM, ServerGuad, ULX, NorAdmin
cfg.delay_unpacking=0 --0 Seconds by default. Try 5 for some administration systems are slow to distribute roles. To optimize the server, I've made sure that only admins receive SACS info when they log in, so as to ignore this process for players and save resources.
β‘ Optimization
Considerable reduction in the size of client-side source code.
Add in the configuration file:
cfg.OwnerSteamID={["YOUR_STEAMID64"]=true,["Another_STEAMID64"]=true,} --If you are the owner and you dont use Admin System put SteamID64 here of your staff.
cfg.Admin_GROUP_ACCESS={superadmin=true,admin=true} -- This system replaces variables for SAM, ServerGuad, ULX, NorAdmin
cfg.delay_unpacking=0 --0 Seconds by default. Try 5 for some administration systems are slow to distribute roles. To optimize the server, I've made sure that only admins receive SACS info when they log in, so as to ignore this process for players and save resources.
β‘ Optimization
Considerable reduction in the size of client-side source code.
v2.8
β‘ Significant optimization
FPS gain.
Removal of a greedy hook.
π Added
cfg.Bind_Shortcut=1 --1 = ON, 0 = OFF
FPS gain.
Removal of a greedy hook.
π Added
cfg.Bind_Shortcut=1 --1 = ON, 0 = OFF
v4.2
π Added
Added position manager shortcut. Allows access from the interface to position management for my other scripts.
Added VIP Session mod, giving VIP status only during the session, allowing you to test or offer your users the possibility of discovering VIP mode on your server without adding an entry in the database. This mode allows users to lose their VIP status automatically when they log off.
𧱠Improved
Aesthetic change. Farewell to the white background.
Added position manager shortcut. Allows access from the interface to position management for my other scripts.
Added VIP Session mod, giving VIP status only during the session, allowing you to test or offer your users the possibility of discovering VIP mode on your server without adding an entry in the database. This mode allows users to lose their VIP status automatically when they log off.
𧱠Improved
Aesthetic change. Farewell to the white background.
v4.1
π Added
Discord Loggin System shortcut button added
lfn]β‘ Client-side Optimization[/lfn]
New icon system to reduce the size of downloaded resources. Workshop ressource: Before: 339.124 KB, After: 40.826 KB
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
Discord Loggin System shortcut button added
lfn]β‘ Client-side Optimization[/lfn]
New icon system to reduce the size of downloaded resources. Workshop ressource: Before: 339.124 KB, After: 40.826 KB
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v2.8
𧱠Improved
Improved interface aesthetics
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
Improved interface aesthetics
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v2.5
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v1.6
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v5.7
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v1.6
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v2.6
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v2.0
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v1.2
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v1.1
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v1.9
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v3.3
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v1.4
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v1.6
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v3.2
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v2.5
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v3.1
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v3.5
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v1.7
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v2.9
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v2.7
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
v6.3
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.