Add a banner ad in Gdevelop: 00:42 to 09:00 Important discussion about Google Admob App Id: 09:21 to 11:32 Add an interstitial ad in Gdevelop: 12:09 to 24:50 Native Advanced Ads are not supported in Gdevelop but I tried to add them however, I was not able to. The term ‘Native’ itself suggests that Native…
Author: ayushraj1024
Gdevelop Casual Game Development Stream Part 33 [Add Reward Video Ad In Game Stages]
Getting the Gdevelop Indie Subscription (I got this because I had to publish many APKs to test out the ad functionality. You don’t have to get this. But, if you can afford then I suggest that you get it because it is a really good service and it will support Gdevelop): 13:24 to 16:15 Add…
Gdevelop Casual Game Development Stream Part 32 [Add Google Admob in Gdevelop]
Make a new app in Admob and get the credentials: 02:12 to 12:09 (This part of the video is very choppy because my laptop was running slow and I had to close many programs. However, it contains very simple setup of your app using only Google’s Admob website. In the end you have to generate…
Gdevelop Casual Game Development Stream Part 31 [Create Text Input & Send POST Request In Gdevelop]
Create a text input system in Gdevelop using Text entry object: 15:27 to 48:20 Send a POST request from Gdevelop to server: 56:14 to [End of Video] (You can watch the video at 2x speed to save time) Download the final apk from here (for the standalone version of the game. That is, the version…
Gdevelop Casual Game Development Stream Part 30 [Scripts To Fetch Global Leader Board & Delete Acct]
Write a script to fetch the global leader board: 00:10 to 31:44 Write a script to delete user’s account: 31:45 to [End of Video] (You can watch the video at 2x speed to save time) Download the final apk from here (for the standalone version of the game. That is, the version with no networking…
Gdevelop Casual Game Development Stream Part 29 [ Scripts To Fetch Game Values & Local Leader Board]
Write a script to fetch game values: 00:18 to 19:51 Write a script to fetch the local leader board: 19:53 to [End of Video] (You can watch the video at 2x speed to save time) Download the final apk from here (for the standalone version of the game. That is, the version with no networking…
Gdevelop Casual Game Development Stream Part 28 [ Scripts To Update Profile Picture & Game Values]
Mapping of profile picture variable values and actual images: 1:42 to 08:12 Write a script to change profile picture: 00:19 to 26:57 Write a script to update game values: 27:10 to [End of Video] I have used some regular expressions in the above scripts. There have been some minor errors in them but all errors…
Gdevelop Casual Game Development Stream Part 27 [Write Password Reset & Login Scripts]
Write a password reset script: 00:05 to 19:57 Write a login script: 20:01 to 28:27 Check for null values or empty strings in the received data: 34:20 to [End Of Video] (You can watch the video at 2x speed to save time) Download the final apk from here (for the standalone version of the game….
Gdevelop Casual Game Development Stream Part 26 [Create Password Reset Code & Plans For The Server]
New plans and architecture for the server (basically I am removing the need to ask users for their emails and hence removing the need for sending them emails at all): 00:00 to 08:57 Password reset code generation: 09:06 to 50:08 More scripts which we still have to write: 50:19 to [End Of Video] (You can…
Gdevelop Casual Game Development Stream Part 25 [Add MySQL Scheduled Events And Heroku Cron Jobs]
Create MySQL scheduled event: 02:44 to 15:45 (The finally created event has some problem in its logic so you should only watch this part to know how to create the event and write your own logic for whatever you want to do. Watch the final 5 minutes of the video to learn more about this…