1. Penkura
  2. News

Penkura News

Patch Merging Part 9.211

Dev-Com
Welcome, members of the Accord!


This is a tiny patch to fix an issue found by one of the community members. I accidentally left one line of code commented out, my apology.

Thank you all for the bug reports.

As always, for more information regarding the latest technical support, patches, and updates, please join our Discord Community.

LINK ----> https://discord.gg/2ukYHQm

Till the next Dev-Com over and out.

Penkura Main Branch Adjustment

---------------------
⊞ Bugs/Errors ⊞
---------------------

◈ Not all signals from the Bot Command Mode were sent to the bot.

Patch Merging Part 9.21

Dev-Com
Welcome, members of the Accord!


In this small patch we are adding a new creature to the game, a corrupted Viledart, which can be found in the close to the dying forests of Karenos.



We are also improving our navigation system, and bot programming system by improving code chunk logic and its performance. There is no need to change any code that was already added to the game.

In the background, we are working on new items, that will be added to the game before the next big patch. Most of them are a world building items, that will improve the game look, and few intractable items, that hopefully will excite some players. We are also working on minor improvements in M.M.C and Industrial M.M.C logic/UI, and Portable C.C.C.

Before the big update, we also plan to provide the first stage of the partial controller support. Input like always will be welcome.

Thank you all for the bug reports.

As always, for more information regarding the latest technical support, patches, and updates, please join our Discord Community.

LINK ----> https://discord.gg/2ukYHQm

Till the next Dev-Com over and out.

Penkura Main Branch Adjustment

---------------------
⊞ Bugs/Errors ⊞
---------------------

◈ Item filtering in the code didn't properly set items to deposit/loot/harvest, if there was only one item in the filter logic.

-------------------------------------------------
⊞ Improvements / changes / additions ⊞
-------------------------------------------------

◈ Added new organic turret creature, The Corrupted Viledart.

◈ Added item deposit visual indicator.

◈ Added item drop visual indicator.

◈ Building navigation for bots, adjusted for buildings with special connections (for example Command Center exit).

◈ Added "Print" code chunk to the >scan command, it will allow the player to print data on the scanned building or item object.

◈ >scan command can now scan for buildings not only around the base, but also around the owner (player), self (bot), and target (for example target item).

◈ Major optimization to the >scan command, if the player will want to scan all items in range of 10 000, (which sometimes in rare occasion it could mount to thousands of items), it will cut the pool into chunks and scan chunks per frame, rather than all at the same time.

Patch Merging Part 9.2

Dev-Com
Welcome, members of the Accord!


In this patch we are improving once again bot programming, by implementing multi request understanding, item type filter, log code, harvest, and we are adding a new creature to the game, the Viledarts.

This patch took few days more than planned, but we had to make few changes to the inventory system to drastically improve performance when using multi request function on both >Loot and >Deposit, but thanks to that, player is now able to use more than one filter in the code, for example >deposit(target)(Battery ST-1/Medical/Polan Crystal), rather than splitting the code to 3 parts, player will merge them into a single line.

We are also adding the >Log function to the game, which is important to keep the code clearer when IF ELSE THAN code system is used, and >Harvest, which will allow bots to use Growbeds to harvest player plants, allowing the bot to be a semi useful "farmer".

We are also adding a new creature that was delayed by quite a bit, the Viledarts, which is a turret like creature that hides within the Forest of Karenos.



Even though we will still work on the bot programming, for the moment we want to focus on more 3d content such as new items, buildings, creatures, and many more.

We are also slowly implementing a partial controller support, we should be able to showcase first part of the controller support in the upcoming patches, this addition will be implemented slowly as game is quite complex in some parts, and will require some minor improvements, especially since we don't want to force keyboard users to UI changes that are useful only to controller users, and vice versa.

As always, for more information regarding the latest technical support, patches, and updates, please join our Discord Community.

LINK ----> https://discord.gg/2ukYHQm

Till the next Dev-Com over and out.

Penkura Main Branch Adjustment

---------------------
⊞ Bugs/Errors ⊞
---------------------

◈ Code Library didn't transfer between bodies, leading to player losing their created code on death.

◈ Example code in PCCC help window, was not adjusted to the new improvements created in the >set(target)(load).

◈ Possible fix for FOV resetting on death.

◈ If a player reached hydration or nutrient to 0%, it was impossible to bring it back up.

◈ Possible fix for items disappearing from inventory when equipping an item of the same type that is already equipped.

◈ Holding ALT didn't remove 100 units of craft able item from the M.M.C crafting queue.

◈ Day sound effects such as birds played at night.

◈ Outside sound effects of nature were able in rare occasion play while the player is inside of structures or in cave system.

-------------------------------------------------
⊞ Improvements / changes / additions ⊞
-------------------------------------------------

◈ Added new code chunk >Log(text)

◈ Added new creature to the game, Viledarts.

◈ Added 9 new nighttime sound effects for the Forest Biome.

◈ Added new proximity audio system, that will trigger special sound effects depending on player location.

◈ Added >Continue code chunk.

◈ Added >IF THEN ELSE code chunk.

>IF THEN ELSE - ask question, run code based on answer.

Form: >if()()()() then { } else { }

who: target | self | owner

what: energy | shield | health | hydrogel | oxygen | speed | cargo capacity | nutrient | cargo item / item name (example: cargo item / stimpak)

question: equal | = | more | > | less | < | true | false

answer: number

code 1: any code chunk with no line limit, placed inside of { }

code 2: any code chunk with no line limit, placed inside of { }

Example: if(target)(cargo)(=)(100) then { >loop } else
{ >ping(Building)(B689)(Container)(save)
>set(target)(Load)
>Go(target)
>loot(target)(all)
>Continue }


◈ From now on, player is able to change light settings directly on the Enhanced Growbed Window Interface.

◈ Added new functionality to >Loot and >Deposit

◈ Added multi request understanding to bot programming.

◈ Added item type filter to both >Loot and >Deposit

◈ Added new tutorial point for creature behavior.

◈ >Scan can now call for Growbeds.

◈ Added >Harvest code chunk to the game.

◈ Added new intrusions and hints to Bot Programming HELP window.

◈ Added new sound effects:
- Gorecoil death scream.
- 2 creature bite sound effect.
- Terranid Death Sound.
- 4 Terranid chatter sounds.

◈ M.P.S now states scanned structure ID.

◈ Improved text resolution on M.P.S.

◈ Lowered background calculations amount in Karenos Forest, game CPU usage should be a little bit smaller.

◈ Lazarus Chamber now saves its open/close state.

◈ Improvements to the save system, (game should load a bit faster).

◈ Improved save file generation, files should be a little bit smaller.

Patch Merging Part 9.12

Dev-Com
Welcome, members of the Accord!


This is a tiny patch to fix small issues found by the players that effect their gameplay.

Thank you all for the bug reports.

As always, for more information regarding the latest technical support, patches, and updates, please join our Discord Community.

LINK ----> https://discord.gg/2ukYHQm

Till the next Dev-Com over and out.

Penkura Main Branch Adjustment

---------------------
⊞ Bugs/Errors ⊞
---------------------

◈ Test fix for Command Panel being slightly cut off by the screen resolution.

◈ Error while calculating damage done to creatures.

◈ When the player is interacting with any storage and then forces the character to use the tablet, it will open both UI, allowing the player to move with one of the UIs still open.

◈ Under some foliage, items could not be interacted with.

-------------------------------------------------
⊞ Improvements / changes / additions ⊞
-------------------------------------------------

◈ Added a Small Depot to the base construction list at Research Station #8.

◈ Drastically improve foliage detection, it should fix some of the weird behavior of objects not being detected while inside the foliage (for example items in bushes) but also make detection of bushes much easier for the construction bot to dematerialize them when placing buildings.