じ☆ve冰风 发表于 2026-7-24 19:04:13

AdMob Plugin for RPG Maker MZ (Android / AG APK Builder)

I made a plugin that allows RPG Maker MZ projects exported with AG APK Builder to communicate directly with the Android AdMob SDK through plugin commands.






The goal of this plugin is simply to expose Android ad functionality to RPG Maker's event system so developers can control everything using normal events, switches, and variables.

This is completely optional and developers are free to implement it however they want in their projects.


[*] Banner Ads - Can be loaded automatically or triggered through Plugin Commands.
[*]Interstitial Ads - Provides a callback switch when the ad closes so events can continue safely.
[*]Rewarded Ads - Writes the result into a variable depending on the outcome:


[*]1 = reward granted
[*]2 = ad failed to load
[*]3 = user cancelled
[*]This allows developers to build reward systems entirely through events.
   4. App Open Ads - Can be triggered via plugin command or optionally configured for automatic behavior.

EXAMPLE REWARD ADS
                        -- Step 1: Reset switches
Plugin Command: AGAdMob -- Reset Switch ke OFF
Switch Success = Switch 1
Switch Failed    = Switch 2
-- Step 2: Show ad
Plugin Command: AGAdMob -- Show Rewarded Ad
Switch Success = Switch 1
Switch Failed    = Switch 2
-- Step 3: Wait
Wait: 180 frames
-- Step 4: Check result
Conditional Branch: Switch 1 = ON -- give reward
Conditional Branch: Switch 2 = ON -- show cancelled message               
Click to expand...


SCREENSHOOTS








If anyone is experimenting with Android deployment for RPG Maker MZ, feel free to ask questions.

DOWNLOAD
                        AG APK BUILDER : DOWNLOAD
ADMOB PLUGIN : DOWNLOAD
Click to expand...




本贴来自国际rpgmaker官方论坛作者:Anaryx_plugin处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/admob-plugin-for-rpg-maker-mz-android-ag-apk-builder.182831/
页: [1]
查看完整版本: AdMob Plugin for RPG Maker MZ (Android / AG APK Builder)