(Just)Cards! (ただ)カード v0.13.7 [VRChat card management code, basic cards included]
- ダウンロード商品¥ 2,000
![(Just)Cards! (ただ)カード v0.13.7 [VRChat card management code, basic cards included]](https://booth.pximg.net/0691330b-af14-4730-b4f7-caf6347c4c14/i/6257728/75c74f19-2b1d-457d-a2f0-1489148d5e43_base_resized.jpg)
(Just)Cards is a simplification of a card system I made when I was designing a VRChat game. I had become so immersed in my own private card game world, that when I left my world and went into other vrchat worlds, I felt SICK. So I'm 'sharing' my code! ... For money! (Just)Cards is a system that focuses on card management; including the 'card holder' which lets players view and store their cards more conveniently! (Place the card in the holder in VR, or press [E] on desktop!) (Mobile not yet supported) And also included is the 'card slot', a snapping system designed for strategy based card games that have game boards! There is a ready to go set of prefabs included, but it's recommended you use this system as a base for custom projects! Just make sure you follow the included guide if you plan on doing edits! This project will receive free updates any time I discover and fix bugs on my copy. Any time I work on this system and add more features to the base code, you can expect to get it too! I don't plan heavily on adding a bunch of card game prefabs, but if any card games are easy to create with future updates, you can expect new prefabs too. On that note, if you find any bugs that I haven't yet; feel free to report them to the discord! If you make any cool new features that you want others to see, or think should be in the main version, you can also share that at the discord! discord.gg/vNTNgzPJPf Feel free to test it in this demo world! https://vrchat.com/home/world/wrld_b69e9146-84c8-4a0b-aeea-0b52da5148d8 [以下は説明文をほぼ自動翻訳したものです!見つけられた誤訳は変更しましたが、当初の意図の一部が失われる可能性があります。] (Just)Cards は、VRChat ゲームを設計していたときに作成したカード システムを簡略化したものです。自分だけのカードゲームの世界にどっぷりと浸かっていた私は、 自分の世界を離れて他の VRCHAT の世界に行ったとき、気分が悪くなったことを。 そこで私は謙虚になって、他の人に私のカード システムの料金を支払ってもらうことにしました。 (Just)Cards はカード管理に焦点を当てたシステムです。これには、プレーヤーがカードをより便利に表示および保管できる「カード ホルダー」が含まれています。 (VR内のホルダーにカードを置き、 またはデスクトップで [E] を押してください!) (モバイルはまだサポートされていません) また、ゲーム ボードを備えた戦略ベースのカード ゲーム用に設計されたスナップ システムである「カード スロット」も含まれています。 すぐに使えるプレハブのセットが含まれています。 ただし、このシステムをカスタム プロジェクトのベースとして使用することをお勧めします。編集を行う予定がある場合は、必ず付属のガイドに従ってください。 このプロジェクトは、私がコピーのバグを発見して修正するたびに、無料のアップデートを受け取ります。私がこのシステムに取り組み、基本コードに機能を追加するたびに、あなたもそれを手に入れることが期待できます。大量のカード ゲーム プレハブを追加する計画はあまりありませんが、今後のアップデートでカード ゲームが簡単に作成できるようになった場合は、新しいプレハブも期待できます。 その上で、私がまだ発見していないバグを見つけた場合は、遠慮なくDiscordに報告してください! 他の人に見てもらいたい、またはメインバージョンに含めるべきだと思うクールな新機能を作成した場合は、それを Discord で共有することもできます。 discord.gg/vNTNgzPJPf このデモワールドでぜひお試しください。 https://vrchat.com/home/world/wrld_b69e9146-84c8-4a0b-aeea-0b52da5148d8
File updates! (ファイル更新!)
V0.13.7 -New example card disposal script in the Udon file -More documentation in the Read Me file - 新しいゴミゾーンスクリプト、手に持っていないときのみカードを捨てる -Read Meファイルでさらにドキュメントを追加しました V0.13.4 -Added ability to set cards to kinematic on "Card Compatibilizer" script -「Card Compatibilizer」スクリプトでカードをキネマティック モードに設定する機能を追加 V0.13 -Improved Card Deck spawning slightly -Improved the card holder for desktop mode -Card Deck Slots can now send signals to the Card Decks placed in them -カードデッキをわずかに改善 -デスクトップモードのカードホルダーを改良しました -カードデッキスロットは、そこに配置されたカードデッキに信号を送信できるようになりました V0.12.1 -Improved Card Slot synchronization when using visual toggles -Added the toggle object feature to deck slots - 視覚的な切り替えを使用する際のカード スロットの同期を改善しました。 - デッキスロットにトグルオブジェクト機能を追加しました V0.12 -Added some default code to the card slots, you can now make a visual that disappears when a card is placed. -Added some prototype code for picking up a card deck, and placing it into "Deck Slots" -Card Decks that are picked up won't spawn cards, and all cards in that deck will be returned to the deck. -This isn't super final, and it's still recommended you leave card decks in place for now. - カード スロットにデフォルト コードを追加しました。カードを配置すると消え、カードを取り外すと再び表示されるビジュアルを作成できるようになりました。 - カードデッキを拾うためのプロトタイプコードを追加しました。 「デッキスロット」に設置可能 - ピックアップされたカードデッキはカードを生成せず、そのデッキ内のすべてのカードがデッキに戻されます。 - これはプロトタイプです。現時点では、カード デッキを所定の位置にロックしておくことをお勧めします。 V0.11 -Added built in code to cards to let them know when they are placed in a card slot -Added an example prefab where a 'hologram' is enabled on placing a card down. -Optimized card slot rotation and flip code -Replaced 4 direction card snapping on the card slot to "angle snapping" - カードがカード スロットに置かれたことを知らせる組み込みコードをカードに追加しました。 -カードを置くと「ホログラム」が有効になるプレハブの例を追加しました。 -最適化されたカードスロットの回転とフリップコード - カード スロットの 4 方向カード スナップを「角度スナップ」に置き換えました。 V0.10 -Added a counting system to the deck, so the deck now knows how many cards are drawn -The deck visual has been updated with the counting system, and now scales to show how many cards are available -Added a number counter (disabled by default) that also uses the counting system - デッキにカウンティングシステムを追加したため、デッキは何枚のカードが引かれたかを知ることができるようになりました - デッキのビジュアルがカウンティング システムで更新され、利用可能なカードの数が表示されるようになりました。 - カウント システムも使用するナンバー カウンター (デフォルトでは無効) を追加しました V.0.9 -Fixed a bug with card holder disabling mechanics -Made the card spawning system much more stable on the included deck - カードホルダーのバグを修正 - 付属のデッキでカード生成システムをより安定させました。 V0.8 -Fixed an issue where instead of holding for 3 seconds to drop, the logic was reversed. -Added better support for toggling the card holder via external methods. Basically, you can toggle the card holder object now with less issues. -Added a bit more notes in the udon graph for anyone who goes to modify the system! - ドロップするために 3 秒間押し続けるのではなく、ロジックが逆になる問題を修正しました。 - 外部メソッドを使用してカード ホルダーを非表示にするためのサポートを強化しました。 - システムを変更する人のために、うどんグラフにもう少し注意事項を追加しました。
Terms of Use
(自動翻訳) これらの利用規約は英語で書かれています。自動翻訳は以下に提供されますが、お客様が同意する利用規約は、原文が英語で書かれているとおりです。 By downloading the latest version of this file, you agree to the terms of use in their latest iteration. This file falls under the copyright of the creator, TheCreationKing. You are not allowed to redistribute the file. You can use the file in any way you want, there are no restrictions on monetization, so long as such monetization does not give access to the contents of this file. Modifications to this file are allowed. All responsibility when using this file falls under the user, Any issues that occur due to user actions are responsibility of the User. このファイルの最新バージョンをダウンロードすると、最新版の使用条件に同意したことになります。 これらの利用規約は、私の独自の裁量でいつでも更新される場合があります。利用規約への変更は投稿後すぐに適用され、このファイルの使用を続けることで変更に同意したことになります。 このファイルは作成者である TheCreationKing の著作権に属します。 ファイルを再配布することはできません。 ファイルは任意の方法で使用できます。収益化によってこのファイルのコンテンツにアクセスできない限り、収益化に制限はありません。 このファイルへの変更は許可されています。 このファイルを使用する際のすべての責任はユーザーにあります。 ユーザーの行為によって発生した問題はすべてユーザーの責任となります。