- Totals0
- Participants0
Welcome to the developer's world! You can find developers from all over the world here. Feel free to discuss, share, and help each other with everything related to game creation! In the Game Design section, you can discuss gameplay, level design, background story, etc.; Form a team or simply ask for game resources such as orignal art paintings, special effects, sound effects, characters, scenes, and items in the Game Resources section; If you encounter any problems regarding code implementation, Scripting section is ready for all creators. You are also welcome to share your daily mood and your development progress - write whatever you want in Free Talk! Together with all creators, let's explore the magical world of Blockman GO - Adventure together!
-
I had a dream.
hang Su 2022.03.31 246 2Wanna game created on my own to be played by more than 100000 people. Hope this could be realized ASAP.
-
Skill realization: summon a monster
hang Su 2022.03.31 241 1Code: Client script: local function MonsterspawnRequests(mosterId) PackageHandlers.sendClientHandler("MonsteSpawn",{mosterId}, function() print("A monster build request has been sent") end) end summonBar.Moster_1.onMouseClick = function(instance, window) if(gold>=monstersButtons[1].cost) then gold=gold-monstersButtons[1].cost goldText:setText("Gold:"..gold) MonsterspawnRequests(monstersButtons[1].id) end end Server-side script: PackageHandlers.registerServerHandler("MonsteSpawn", function(player, parameter) local mosterId=pa...
-
Love to develop in Blockman GO - Adventures!
hang Su 2022.03.31 230 0Look good on Blockman GO - Adventures although it is quite new up to now. Hoping to grow with BMGA and share self-developed games to more people:D
-
Seek for advice to become a game developer!
hang Su 2022.03.31 216 0Hi, I am thinking about becoming a game developer recentely! However, I have no idea about where to start...Could you give me any suggestions on that? Are there any useful websites to learn game developing? And to be a game developer, which kind of skills that I have to be equipped with? Welcome any advice! Thank you a lot ~
-
Hi friends: I am new to forum.
hang Su 2022.03.31 215 0Hi, I am a new comer here. I like playing games on BMGA and looking for someone to talk to. I would appreciate it if any forum comers welcomed me, thanks guys :D.
-
Express X: Icon Design Sharing!
hang Su 2022.03.31 214 0Greetings guys!I'm so glad to share the icon of Express X here. And I do wanna see more icon and banner design from you guys!Let's share here to get more inspirations!
-
Code sharing: modify character skins while casting abil...
hang Su 2022.03.31 212 0local player_skill = params.player_skill print("27[4;34;43m--------release silks--------27[0m") local skinData = { custom_wing = "custom_wing_6" } player_skill:changeSkin(skinData) World.Timer(36,function() skinData = { custom_wing = "custom_wing_7" } player_skill:changeSkin(skinData) return false end)
-
Guide: Register the client communication protocol
hang Su 2022.03.31 212 0PackageHandlers.registerClientHandler("LevelSendClient", function(player, packet) if (packet[1] == "") then print("packet[1] is empty") packet[1] = 1 end Me:setValue("level",packet[1]) end) PackageHandlers.registerClientHandler("ExpSendClient", function(player, packet) if (packet[1] == "") Then print("packet[1] is empty") packet[1] = 0 end Me:setValue("exp",packet[1]) end)
-
How Archero Shot to the Top, and How You Can Do Better
Tonychan 2022.04.14 210 0Find a good article and wanna to share with you!