Jun 24, 2024
Tapple - Idle Clicker - zeeno
I’m excited to share a new patch for Tapple, bringing some significant improvements! In this update, I’ve focused on fixing the level system and addressing issues with the secret button.

As a solo developer working on my first game ever, I’ve been working hard to make sure these fixes improve the overall experience for everyone. Besides these major updates, I’ve also made several minor adjustments to enhance the gameplay.

When I started developing Tapple, I never expected to have so many wonderful people playing it. Your support has been incredibly helpful and motivating. A special thank you goes to the amazing play testers. Your feedback and thorough testing have helped me tackle and fix most of the issues/bugs quickly and efficiently.

Keep an eye out for more updates as I continue to improve Tapple. Thank you for your support, and happy tapping!

-Zeeno
MICROVOLTS: Recharged - ynchoi


[Full Of Sunshine! SHINING SUMMER LOGIN CHALLENGE]

✨Event Duration : Jul 1 - Jul 31

Join in our Shining Summer LOGIN CHALLENGE from July 1st to July 31st!

Grab four Shining Summer Stands by reaching a 7 / 14 / 19 / 24 day streak!

This is your last chance to collect unique rewards just by logging in during the event period!



✔ Please Note that
1. Event rewards will be given only once per account.
2. Event details are subject to change without prior notice.
MICROVOLTS: Recharged - ynchoi


[Full Of Sunshine! SHINING SUMMER SEASON SPECIAL RT CAPSULE!]
✨Event Duration : After maintenance on Jun 25 - Before Maintenance on Jul 23

Special Shining Summer costumes and Weapon
A treat you can only enjoy during the event period!

✔ Please Note that
1. Event details are subject to change without prior notice.


MICROVOLTS: Recharged - ynchoi
[Event]

✔ Upcoming Event : Exciting Pool Party! Water Splash Festival
- Event duration : After maintenance on Jun 25 ~ Before maintenance on Aug 20
※ Event details are provided on event page

✔ Event Closure : League Preseason Open Event
- Unused 'Gold MP Box' & 'Silver MP Box' will be removed from the inventory during the server maintenance on Jul 9

✔ New SEASON CAPSULE Package
- SHINING SUMMER SEASON Package
※ Rock Festival SEASON Special RT Capsule sale will end on 2024-06-25 06:00 (in UTC Standard)

✔ LOGIN CHALLENGE
- NOW : Rock Festival LOGIN CHALLENGE
- UPDATED : Shining Summer Festival LOGIN CHALLENGE
※ From : 2024-07-01 00:00 (in UTC Standard)

[Update]

✔ Replacing Limited Capsule items
- NOW : STREET DANCER Set
- UPDATED : IDOL STAR Set
※ The Limited capsule will be searched as soon as the capsule is replaced
※ All Street Dancer Capsule boxes will be removed

1. Street Dancer boxes you own
2. Street Dancer boxes in searching status

✔ Changing weekly/monthly attendance reward items
- Added boxes that that contain Event Mission drops

✔ During the event period, event boxes will be added to daily and weekly mission rewards
- Daily Summer Box will randomly grant you 1 to 3 event mission drops
- Weekly Summer Box will randomly grant you 3 to 7 event mission drops

✔ 7 days of membership will be applied immediately upon completion of the tutorial
※ If you've already completed the tutorial, you'll get the 'Membership(7D)' item in your present inbox

✔ The possession time of limited capsule box will be changed
1. Boxes created by yourself : 24 Hours -> 48 Hours
2. Boxes obtained by search : 4 Hours -> 24 Hours
※ Spinning the capsule will renew the possession time to 24 hours

✔ The bulk sale feature will be added
- With the bulk sale button activated, you can sell multiple items at once

✔ The right-click function in the inventory will be updated
- NOW : Sell or delete
- UPDATED : Equip or use items"

[Bug Fix]

✔ Fixed an issue where the sound of some Guitar weapons are not normal
- War Metal
- Death Metal
- Power Metal


Official Website : https://mv.masanggames.com/

Forum : https://mv-forum.masanggames.com/
MICROVOLTS: Recharged - ynchoi
Hi everyone,
We would like to inform you that we have server maintenance.

We regret to inform you that the maintenance time has been extended due to additional work.

Dec 31, 1969 @ 4:00pm[/b]
Jun 25 06:00 UTC

[Downtime]
Jun 24 22:00 - 01:30 PST
Jun 25 01:00 - 04:30 EST
Jun 25 07:00 - 10:30 CET
Jun 25 15:00 - 18:30 JST

[Duration]
Approximately 3 hours 30 minutes

[Purpose]
Server stabilization
Applying patch files

Please note that the maintenance duration is subject to change without prior notice.
We appreciate your patience and cooperation.


Official Website : https://mv.masanggames.com/

Forum : https://mv-forum.masanggames.com/
iTop Easy Desktop - rainie
Hi everyone,

We have another hotfix for you today with improvements and bug fixes to manage your desktop more efficiently. Check Out the Updates Below!

What's New:

Boxes
Supported remembering the display layouts after the screen (resolution/monitor quantity) changes
Fixed the failure of clicking the desktop icons underlaid boxes
Optimized the display logic of Title to make it look more pleasant

ChatAI
New interface, faster launch
Supported to preserve local chat histories
Supported multi-thread mode to keep multiple topics alone
Supported to set up prompts for a better chat experience

Improved Search for faster search speed
Fixed the issue that Fancy Taskbar does not take effect after a system restart
Fixed known bugs
Zeepkist - Fiets38
V16 – The Sound Update


Introduction


9 months ago to the day, I stopped work on v15 update patch releases, and opened a new branch in the Zeepkist Github repository: “Yannic-2021.3.10f-v16”

The first thing I did was work on the new reflections. They were already in place in some fashion, hidden in a secret menu and not really implemented all that well. So that was a low-hanging fruit.



From there I moved on to fixing S-Bends, and then I added the FMOD audio framework and ported all existing Unity sounds to that. Then Monorails, and from there, the development of v16 was well underway.



I added physics-based balls, icons to level editor block thumbnails, implemented a crude logic system (more on this later), a Netherlands-inspired set of train station blocks, then offroad wheels, a garage, flying, etc and etc and etc and etc. I’ll attempt to list everything in a changelog later on.





The issue with implementing all of these beautiful systems is that they needed to be supplemented with beautiful content.

The new Zeepkist mechanics needed new levels to showcase them, and the garage which allowed you to change them needed many many more cosmetics. It’s no wonder that the amount of cosmetics more than triples with v16.



The new cosmetics, to make matters worse, then needed a whole new way of being unlocked. So many many hours went into creating “gifts” you can find in levels, which unlock a cosmetic.

In the final few weeks of v16 development, most of that time was spent finding neat places in existing adventure levels to hide cool gifts!

But I’m not here to complain! I think the gifts mechanic will add a whole new dynamic to playing the adventure mode. And that’s not to mention you can even unlock the gifts in splitscreen and online.



So without much further ado, I have one more feature announcement to make & then it’s on to the changelog!




Logic Blocks


These balls:



...were not added just because I wanted to put balls in the game.

They serve a vital purpose, actually!

Namely: Physics objects trigger logic blocks.





Logic blocks are very very simple.

There’s one or two triggers. When a physics object hits those triggers, they do some very simple math. And depending on the outcome, a block opens (disappears) or closes (appears).

The double-input logic gates have all the common logical operations: AND, OR, XOR, etc. And the single-input gates can function as simple buffers, inverted buffers, or latches.

Then there’s a final special logic block, which instantiates a new ball whenever its trigger gets hit. This can be used for creating new “signals”.

It’s then up to level creators to design pathways for physics objects to move from gate to gate, or for the player’s zeepkist to interact with them.

Fans and boosters can be used to move things along, and when you find there’s too much friction in your levels, you can simply use ice versions of all the different ball types!

There’s actually 4 logic-based “Zeepkist Golf” adventure levels which use logic!



You need to put a small football into the golf hole, before you can access the finish. If you don’t put the football in the hole, a gate will block your path.

I’m extremely confident that people will find many creative ways to use these, and many more different ways to completely break the game with it.

So go out and dive into the editor and check them out!! They’re probably my favorite feature of all of v16.

And I’ve kept them secret for at least a whole half a year ;)




Changelog


Note: 9 months is a long time, and my record keeping is not extremely reliable! It’s very possible I’ll forget to mention one or two features/changes!

Fixed:
- Online shuffle now works nicely
- Particles are now more performant
- S-Bends didn’t fit together nicely
- Made D-07 author time easier
- Mouse sensitivity no longer tied to framerate
- Inspector Scrollbar is now twice as sensitive
- All paint particles now have correct color
- Editor movement gizmo now always faces camera
- Camera doesn’t move up/down anymore when going into grab mode in level editor
- Some Level Editor UI elements are slightly smaller now
- Level 01 (etc) are now called Level A-01 (etc)
- Various other things that were broken, probably
- Zeepkist is now v16 instead of v15


Added:
- FMOD Audio Framework
- A bunch of extra sounds
- A new garage
- Realtime Reflections (not raytracing, it’s old reflection-probe tech)
- New intro scene
- Monorail
- Train Station Blocks
- Offroad Wheels
- Paraglider
- Autosaves and Backups shortcuts in “Load Levels”
- Change Camera hotkeys
- A thing that pops up and says you have mods installed
- Letter blocks
- Icon Blocks
- “Count as Checkpoint” options on status-changer blocks
- Invert Steering block
- Invert ArmsUp/Braking block
- Free Play level select UI now accepts mouse input
- Level Editor loading panel can now sort by date modified
- Whole bunch of weird wallride/tube transitions
- More S-Bend blocks
- Logic Blocks
- Rounded Cube Primitives
- More Primitives in general
- More rock blocks
- Oversteer/Broken Wheels Indicator UI
- Speed is now shown alongside time at checkpoints
- Note Block
- Horns
- Level Editor now shows Block and Folder IDs
- Braking makes you stick to monorails
- Traffic bump blocks
- More block thumbnails now have icons
- Boosters now have options “Affect Objects/Soapbox”
- Removed the Zeeprooms
- More bricks paint
- Roof tiles paint
- You can now view commands online if you press F1
- Selection helpers when selecting boosters/fans
- Online name color setting
- More sub-headers in settings menu
- More rock paint
- Planks paint
- More soap paints
- Level Editor Music (Thank u Duncan <3)
- FOV Settings
- Various tree gun settings
- Particle emitter blocks
- “Disable Collisions” option for splitscreen
- A frog to some Zeepkist System Messages
- Frikandel paint
- You can click on people’s names online to go to their steam page
- Faster downloading of workshop levels in online (experimental, might need to be reverted if it breaks stuff)
- Level Editor now has options for scaling blocks (this was a lot of work :D)
- Block property toggles now have small numbers next to them
- More construction crane blocks
- A flat booster start block
- Rondpoint logo
- Insivible Spectate mode
- “Debug View” GUI in online spectate
- Gifts
- Secret paints
- More achievements
- Signs in adventure mode that show how many medals you have
- Signs in adventure mode that show how many gifts you have
- “Custom Light” blocks, with RGB properties exposed
- Nebulade Can Blocks
- A Death Block
- Kofi Button in main menu (if u think Zeepkist doesn't cost enough)
- Kofi Button for Duncan in Extras Menu (give my sound guy some love)
- “Vertical Split” splitscreen setting
- The TV now has a function
- Signs that explain flying
- 36 new adventure levels
- 1180 new cosmetics
- 662 new blocks
- “Awesome Alpha” is now “Beautiful Beta”



Well.

I hope that covers everything!

That just leaves me to say...

HAPPY ZEEPKISTING!!!!!

And I will see you all in the next update!!! <3

I hope nothing breaks!!!

If something does break, please let me know on my Discord! https://steelpan.dev/zk-discord
Horst - Der Ultimatives Rollenspiel - napkin
Allgemein
  • Kleinere Verbesserungen im Layout vom SWAG-Kampfsystem bei der roten Kröte in Hylia, um den Weg zu vereinfachen.

Fehlerbehebung
  • Das Heilkraut beim Steineschieben von Hylia ändert nicht mehr sein Aussehen, wenn man es von oben anspricht und es noch nicht ernten kann. Außerdem führt es nicht mehr dazu, dass der Aufnahmekurs der Alchemisten aus mysteriösen Gründen ausfällt.
Doll Impostor - DaViCyYo
Thank you very much to all those who tried the beta, it has been very brief but it has helped me to solve important bugs, from now on every time I release a major update I will always do it with beta to avoid new users getting a bad impression

https://store.steampowered.com/news/app/2882870/view/4166473671811801980
Dungeon And Darkness - Asuka Factory



OTAKU Plan : The Summer Sale 2024 has started!
You can check the full list of games on our Steam Publisher page!
Select your favorite game and don't miss this chance!

https://store.steampowered.com/bundle/42662/2024/
https://store.steampowered.com/bundle/42663/2023/
https://store.steampowered.com/bundle/42664/2022/
https://store.steampowered.com/bundle/42665/2021/
https://store.steampowered.com/bundle/42666/2020/

You can also find news in our twitter and our Homepage.

★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
We are committed to publishing Japanese indie games.
If you share our passion for Japanese anime culture,
please join us in bringing high-quality Japanese indie games to the world.
Contact Us
...