-
Posts
1,767 -
Joined
-
Days Won
144
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Death
-
Yes, it's possible. You could technically use any item and just change its skinid, however, you wouldn't be able to change the description. Notes are often used for physical currency though.
-
Any plugin you can use to send commands to a player would work. You'd just need to do your own markdown to get the format how you want it. var formattedString = $"<size=30>Welcome to my Server</size>\n\n<color=#000000>Blah...blah...blah</color>\mDiscord: blah": player.SendConsoleCommand($"echo {formattedString}");
-
-
Since the original file is unlicensed, I'm unable to send an edited version. However, I can share a snippet of code shared by MJSU sometime ago. It's not tested, so I'm unsure if this makes it any better. The real issue is how the zoom level of maps fluctuates, so accurately calculating grids is a bit touchy now of days. private string GetGridPosition(Vector3 pos) { const float gridCellSize = 146.3f; int maxGridSize = Mathf.FloorToInt(World.Size / gridCellSize) - 1; float halfWorldSize = World.Size / 2f; int xGrid = Mathf.Clamp(Mathf.FloorToInt((pos.x + halfWorldSize) / gridCellSize),0, maxGridSize); int zGrid = Mathf.Clamp(maxGridSize - Mathf.FloorToInt((pos.z + halfWorldSize) / gridCellSize),0, maxGridSize); string extraA = xGrid > 26 ? $"{(char) ('A' + (xGrid / 26 - 1))}" : string.Empty; return $"{extraA}{(char) ('A' + xGrid % 26)}{zGrid.ToString()}"; }
-
- 50 comments
-
- 2
-
-
-
- #updates
- #steenamaroo
-
(and 5 more)
Tagged with:
-
- 10 comments
-
- #repair
- #durability
-
(and 3 more)
Tagged with:
-
- 15 comments
- 5 reviews
-
- 7
-
-
-
- #door closer
- #hatch fix
-
(and 4 more)
Tagged with:
-
You can now see your purchases by clicking Purchases in the navigation bar or by going to https://codefling.com/clients/purchases/
-
-
- 13 comments
-
- 1
-
-
- #rust
- #custom monument
- (and 4 more)
-
- 22 comments
-
- #blueprints
- #unlock
-
(and 3 more)
Tagged with:
-
Not getting email notifications for file updates
Death replied to Fusion 3.64's topic in Site Support
We're having issues with Hotmail/Live at the moment. We're working on resolving the issue, in the meantime, try changing your email or receiving push notifications instead. -
Not getting email notifications for file updates
Death replied to Fusion 3.64's topic in Site Support
@thepiercedweirdo What email provider ae you using? Also, tickets close automatically if no response is given by a timeframe set by the author. It's typically 2 days. -
-
- #custom prefab
- #custom monument
- (and 8 more)
-
@padington_bear I can relate. I still know nothing of electrical and modular vehicles lol
-
Please see the Important section in the details. I plan to improve and expand the functionality of the plugin very soon, but lack the free time at this second so it does exactly as requested.
-
Version 1.0.2
2,265 downloads
A simple plugin that disables max condition loss, the red bar items receive when repaired. Optional permission included to give this feature to specific users or groups instead. Important The plugin will not change existing items, so if you install the plugin while your server is running, old items will be unaffected. Rebooting your server after installation will apply the changes to existing items. Permissions fullrepair.use - Grants user the ability to fully repair items without durability penalty. (The red bar) Config UsePermission - If disabled, all players can fully repair items without durability penalty. Icon by @SawyerWDFree- 10 comments
- 1 review
-
- 6
-
-
-
- #repair
- #durability
-
(and 3 more)
Tagged with:
-
@Krungh Crow Sure, I've got a few features I'm going to add. The first version coming shortly will just have what was requested as I'm quite busy at the moment. Expect this to be added in a couple of days.
-
I'll have something shortly.
