您必須在 Steam 上擁有軟體主程式 RPG Maker MZ 才能執行該內容。

所有評論:
8 篇使用者評論 - 使用者評論數量不足,無法產生整體評價
發行日期:
2023 年 7 月 5 日
發行商:
標籤

登入以將此項目新增至您的願望清單、關注它,或標記為已忽略

在 Steam 上查看整套 Gotcha Gotcha Games 系列作品
不支援繁體中文

本產品尚不支援您的目前所在地的語言。購買前請先確認語言支援清單。

可下載的內容

您必須在 Steam 上擁有軟體主程式 RPG Maker MZ 才能執行該內容。

購買 RPG Maker MZ - Rosedale Collision Altering Plugin

購買 THE 40 BEST DLC BUNDLE 組合包 (?)

包含 41 個項目: RPG Maker MZ, RPG Maker MZ - MV Trinity Resource Pack, RPG Maker MZ - 3D Particle Effect Pack, RPG Maker MZ - Sprite Height Modifier, RPG Maker MZ - Fantasy Generator - Armor Parts Set, RPG Maker MZ - DorapixelMapChips - Modern JP, RPG Maker MZ - Character Generator Pack, RPG Maker MZ - Essentials Set Z, RPG Maker MZ - MZ Cover Art Characters Pack, RPG Maker MZ - Dark Fantasy Resource Pack, RPG Maker MZ - Particle System Plugin - TRP Particle MZ, RPG Maker MZ - DorapixelMapChips - Modern JP Interiors, RPG Maker MZ - Rosedale Collision Altering Plugin, RPG Maker MZ - SERIALGAMES Living Good City Tileset, RPG Maker MZ - FES Resource Pack, RPG Maker MZ - Odyssey of Fantasy: Enemy Pack, RPG Maker MZ - Haunted Residences Assets, RPG Maker MZ - DorapixelMapChips - Modern JP Custom, RPG Maker MZ - Database Cleanup Tool, RPG Maker MZ - Shop Materials Tileset - Interior / Exterior, RPG Maker MZ - DS Resource Pack, RPG Maker MZ - Essentials Set, RPG Maker MZ - Grid Map Tiles RPG Maker Edition, RPG Maker MZ - Japanese Modern Cityscape Tileset, RPG Maker MZ - 90s Retro Sounds 2 - Battle, RPG Maker MZ - 90s Retro Sounds 2 - Adventure, RPG Maker MZ - 90s Retro Sounds 2 - Story, RPG Maker MZ - 90s Retro Sounds 2 - Country, RPG Maker MZ - Pastel Kawaii Assets, RPG Maker MZ - Original Fantasy Character Pack, RPG Maker MZ - DS+ Resource Pack, RPG Maker MZ - World Music Pack Vol.1, RPG Maker MZ - NEONPIXEL - Mega Landscape A set, RPG Maker MZ - Food Icon Set, RPG Maker MZ - MV Enemies - character sprites, RPG Maker MZ - Wizards Pack (8 Elements), RPG Maker MZ - ISEKAI CREATORS Assets Pack, RPG Maker MZ - MV Cover Art Characters Pack, RPG Maker MZ - The Hero's Journey, RPG Maker MZ - Creepy Land Tileset Pack Plus, RPG Maker MZ - Meal Time Tileset - Modern edition

-42%
HK$ 2,629.14
 

關於此內容

Rosedale Collision Altering Plugin is an RPG Maker official map plugin, which changes how collision detection works in your project.
This plugin changes the default grid based movement of RPG Maker MV and MZ and allows Pixel Movement, and calculates collision based off of user defined geometry.
With the Rosedale Collision Altering GUI plugin you can specify custom shapes for each tile in any tile set in your project, this allows for highly accurate collision detection, while keeping your project size small.

■ Adds Pixel movement to your game.
Break the grid limitations of the default RPG Maker MV/MZ Engine.

■ Allows specifying collider data for each tile in all tilesets of your project via an easy to use User Interface.

■ Easily specify a custom collider size, and offset for the player.

■ Easily specify a custom collider size, and offset for any event for each individual page.

■ Includes a traction system based on region ID for unique feeling terrains, I.E. walking across an icey lake can cause the player to slide.

■ Plugin is highly optimized, so calculations are extremely fast, and the code base is very clean and easy to extend upon.

■ Because the plugin is geometry based, it can open up lots of possibilities for future features.

▽Tutorial Videos
https://youtu.be/2I93LhjIkHI

▽Plugin Update PV(20231128)
https://youtu.be/2lImJBgrebU

-----------------------------------------------------------------------


【plugins included】

・Rosedale_CollisionAlteringPlugin.js
・Rosedale_CollisionAlteringGUI.js

Includes sample map (project data)

-----------------------------------------------------------------------

▽Update Information
● Version : 1.4.2
● Date : 07/01/2024

★ Add - more accurate, and performant follower implementation.
★ Add - PathManager for path finding
★ Add - script call for path finding a character( see help file )
★ Add - path finding for followers when they get stuck.
Fix - Documentation referencing a "Rosedale_CollisionAlteringGUI.js"
Fix - Colliders priorities not working as intended.
Fix - Diagnonal Movement not working as intended.
Fix - Documentation for hitbox for events.
Fix - Followers awkward movement.
Fix - Fix collision prioriity for water tiles.
Fix - tile passability to more accurately reflect collider layering.
Fix - water tiles impassible for ships.
Fix - crash on older versions of MZ or MV()
Fix - path finding inaccuracy.
Fix - Camera jitter issue with DragonSmoothCamera.js
Fix - Calling menu while moving would not open until player stops.
Fix - Jittering Events/followers when player moves occasionally.
Fix - Performance of path finding.
Fix - Accuracy of path finding.


2023/11/28
Tool Update Version 1.3.0 Patch notes:

★ Add - "About" window.
★ Add - Update plugin & tool feature.
★ Add - Update project's plugin feature.
★ Add - colliders can now be seen in tileset list.
☆ Fix - various minor issues.

Plugin Upddate Version 1.3.1 Patch notes:

★ Add - comment for events( see help file ).
★ Add - Rectangular event colliders.
★ Add - Performance optimizations.
★ Add - Improved jump mechanic.
☆ Fix - improper collision on cliff jumps.
☆ Fix - Collisions with circles and line segments.
☆ Fix - Water tiles are no longer auto-assigned a collider.
☆ Fix - Sometimes event keeps moving after its been started.
☆ Fix - character sprite position accuracy( reduce jitter ).
☆ Fix - Event move routes sometimes stopping after collision.
☆ Fix - Frontmost tile is now the only tile read for a collider.
☆ Fix - Collider data being slightly inaccurate( reduce jitter ).
☆ Fix - Sometimes event keeps moving after the set location command.
☆ Fix - Counter tags not working properly.

Plugin Update PV
https://youtu.be/2lImJBgrebU


2023/07/31

Tool Version 1.2.0
★ Add - Jump Tool to editor!
☆ Fix - issue with move tool clicking points when mouse out of editor.
☆ Fix - issue with clicking scroll bar.
Plugin Version 1.2.0
★ Add - Jumpable colliders( I.E. jumping off cliffs ).
★ Add - 8 direction notes/comments now read even if the map is not pixel movement.
☆ Fix - 8 direction support for full size sprite sheets.
☆ Fix - issue with events colliding with invisible followers.


2023/07/14

Tool Version 1.1.0 :
★ Add - Tile draw function has been improved, tiles are no longer drawn blurry in the editor.
★ Add - Parallax selection/Collision Editor mode.
★ Add - scroll memory for tile tabs( A, B, C, D, E, and Parallax ), when switching between tile letters, scroll values will be remembered.
☆ Fix - Collider data would remain visible after changing tileset letter.
☆ Fix - Tile ID would not be cleared after switching tileset letter.
☆ Fix -Upon selecting a new tileset to edit, the letter A did not properly highlight itself.

Plugin Version 1.1.0:
★ Add - Parallax collision detection.
★ Add - Counter tags are now functioning.
★ Add - Terrain Tags are now functioning.
★ Add - Damage Floors are now functioning properly.
★ Add - support for TSR_Mirror.js plugin.
★ Add - support for OcRam_Passagaes.js plugin.
★ Add - Method to check distance between two characters( see help file for details ).
★ Add - Method to move to move to destination( this move function does not follow the grid! see help file for detials ).
★ Add - 8 direction sprite sheets for player, followers, and events via a note/comment( see help file for details ).
☆ Fix - "Below Characters" priority prevented trigger by action button, unless player was on top of event.
☆ Fix - Autorun events not starting after event page is switched.
☆ Fix - Testing Event Dialog from event page( via Ctrl+R ), caused an error.
Notice:
Please note that plugins may alter, or rely on character positions, and or alter or extend default collision may not function properly when used in conjunction with this plugin.
If you encounter compatibility issues with a plugin, it is suggested to report them, as support will more than likely be added!

系統需求

Windows
macOS
    最低配備:
    • 備註: System supporting RPG Maker MZ
    建議配備:
    • 備註: System supporting RPG Maker MZ
    最低配備:
    • 備註: System supporting RPG Maker MZ
    建議配備:
    • 備註: System supporting RPG Maker MZ
* 自 2024 年 2 月 15 日(PT)起,Steam 用戶端將不再支援 32 位元遊戲或 macOS 10.14 或更舊版本。

更多此遊戲的可下載內容

更多來自 Gotcha Gotcha Games 的相關產品

顧客評論

評論類型


購得方式


語言


日期範圍
如欲檢視特定日期範圍內的評論,請在上方圖表框選一段日期範圍,或點擊直條。

顯示圖表



顯示:
顯示圖表
 
隱藏圖表
 
篩選條件
排除離題評論活動
遊戲時數:
評論讀取中…