• Welcome to AtomicTorch Studio Forums.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - AlexBLR

#1
Mods / [Client+Server] Kits Mod
May 15, 2024, 02:06:58 PM
Kits mod allows admins create a bundle of items (kit) witch can be taken by user via command in console.

Mod ID: ablrKits
Version: 1.0.0
Game Version: 1.33.1.15 (R33 Update)

Important note:
To execute commands you need "Developer mode" turned on, in client settings.
Then in-game press tilde (~) key to open console.
Client commands do not require special command char, while admin commands always starts from /


Client commands:
* kit <kitName> - take a kit by  name set instead of <kitName>, e.g. kit start - will give kit with name "start"
* kits - shows notification about available kits.

Admin commands:
* /kits.create <name> [description] - create a new kit or rewrite existing, <name> is required ID for kit. Kit name should not contain spaces, special chars, only english alphabet and numbers.
* /kits.clear - remove all kits
* /kits.export - put in client clipboard the XML representation of saved kits, currently used for debug.

How to make a kit:
You need be an admin and being connected to game server via client to create kits.

Kit is created from character inventories. Everything that you have - will be a kit, e.g. you have some armor, weapons, mods installed, some tools/items on hotbar - everything will be a kit, and when client call kit, all kit items will be placed on same places where admin (who made kit) had them.

Use:
/player.items.add to fill your inventory with items.
then call /kits.create someName to create a kit.

then you can clear inventory via /player.items.clear and after that "kit someName" to receive everything back.

first implementation, it have some bugs somewhere.
Will be good see some feedback.

Download link:
https://drive.google.com/file/d/1Gb2vvkCASnBMuvfKoJ03He35I1yMczmm/view?usp=sharing

#2
I'm doing it like was said in faq to prepare dev environment.
I removed steam file and local "data" folder is appeared.

When i trying to start editor/client, it asks for AtomicTorch.com creds... and some password. What?
ok, I follow to atomictorch.com... probably I can recover account or reset password. I typed AlexBLR in user name and service said that sent email to my mail (gmail), but not after 5 mins, not after a hour not after a day I didn't received anything to my mail. wtf?

How to mod this game?

If I left everything from steam, game start load core.cpk from steam, and doe not try to load it from development game copy, also it uses appdata folder instead of local.

How to solve this puzzle?