Code

Discussion on Tanks Battle Field V1.0 - HTML 5 Game (Mobile Optimised)

Discussion on Tanks Battle Field V1.0 - HTML 5 Game (Mobile Optimised)

Cart 20 sales

GerieshGames supports this item

Supported

24 comments found.

ваша игра не работает на констракт3,при включении черный экран,игра устарела исправьте игру или обновите плагины,я незнаю в чем причина ну она не работает на констракт3

Пожалуйста, проверьте свою электронную почту. Я выложил последнюю версию. Еще не тестировался на Construct3.

Все работае.Спасибо друг!

Пожалуйста. С наилучшими пожеланиями.

Привет друг! помоги с игрой.В новой версии констракт3 не открывает игру.обнови ее

Здравствуй, друг! Я не могу понять тебя. Хотите новую версию? пришлите мне свой адрес электронной почты

Hi there – the game is missing from the zip files we downloaded, only the help files are there.

Thanks. It is working perfectly, thanks for this. Can I ask what is different in version 2? thanks

You are welcome. In V1.2, some minor changes have been added. Realistic environmental effects including trees, shadows, water ponds and war dust have been added. Extra graphics notations to differentiate between friends and enemies. Weapons code parameters are enhanced. Rockets mechanics improved. Game Core code has been slighlty improved for performance.

Hi, I just purchased your Tanks Battle Field HTML5 game and I’m wondering how to utilize the Admob integration for it? It says that the game supports Admob, but I can’t find the relevant configuration files for it.

Thanks!

Hi,

The admob is supported. Admob settings are found inside the “Admob object” in Construct 2 .capx file.

You can use this link as a walkthrough for setting up admob

https://www.construct.net/en/make-games/manuals/construct-3/plugin-reference/mobile-advert

اخي لقد وضعت رقم البانر الخاص باد موب لكن لا يظهر اي اعلان في اللعبة ايضا اذا امكن وضع ازرار للعبة على الاندرويد مثل التحرك يمين او يسار و اطلاق النار …....وكيف يمكنني تحويل الى لعبة اندرويد بصيغة ابي كي وشكرا اخي

بالنسبة للاد موب فلا يمكنني مساعدتك في تهيئته ولكنه مدعم داخل اللعبة لان خطواته كثيرة ويحتاج الي حساب ورفع اللعبة علي سيرفر وتهيئة الاعلانات مع ال اه بي كيه

بالنسبة للتحرك فانه يوجد نظام اخر مثلما ذكرت مدعم كل ما عليك فعله هو تفعيله كالآتي

افتح ملف البرمجة بوساطة البرنامج وفعل السطور من 69 الي 88

ثم ابطل السطور من 91 الي 99

ثم افتح قائمة global layers واختار ازرار الحركة الملونة احمر وازرق وفي قائمة الخصائص اجعلها مرئية واختبر اللعبة علي الموبيل ستجدها تعمل ان شاء الله

تحويل اللعبة الي اي بي كه يمكن عمله بواسطة اصدار اللعبة من داخل كونستركت الي ملفات كوردوفا ثم رفع الملفات الي موقع ادوبي فون جاب وعن طريقه يمكن اصدار ال اي بي كيه للاندرويد ولكن ئلك يحتاج الي خطوات كثيرة

سلام عليكم اولا شكرا على السكربت ثانيا ظهرت بعض المشاكل لما افتح اللعبة في الكروم والفايرفوكس ولا تشتغل اللعبة ولاحظت ان اصدار اللعبة في برنامج constrct 2 هو 1.0.0.0 استغربت ذلك لانك كتبت في الوصف انك قمت بتحديث اللعبة واسلحت مشكل الكروم شكرا مرة اخرى في انتظار ردك Update: (4-March-2017) Touch controller is replaced by another enhanced easy to use system. Chrome browser sound bug is fixed. IOS sound is supported. Items description is fixed for touching devices.

الخطا يظهر في متصف كروم وفايرفوكس اما ايدج فعادي لا مشكل

حسنا.. هذا الخطأ يحدث بسبب استخدام

API_WEBAUDIO

في متصفحات كروم وفايرفوكس

والبرمجة الخاصة به في هذه النسخة من البرنامج يبدو انها لم تختبر من قبل مصمميه جيدا.. حيث ان سطور هذه البرمجة تبدو انها وضعت مبكرا قبل تعريف العوامل التي تستدعيها عند البدأ.. ما علينا..

لحل هذه المشكلة ولجميع الالعاب المستقبلية التي تستخدم بعض امكانيات الصوت المتقدمة التي يقدمها البرنامج عليك اتباع الاتي .. وللاسف في كل مرة ستمسح هذه النسخة من البرنامج وتثبتها مرة اخري عليك فعل هذه الخطوات .. ولكن اطمئن ليس عليك فعلها عند اصدار اللعبة واستخدامها علي كل الاجهزة المختلفة للاعبين اوالمتصفحات المختلفة بعد ذلك..

الحل:

1. افتح هذا الملف بواسطة notepad

C:\Program Files\Construct 2\exporters\html5\plugins\audio\runtime.js

2. ابحث عن السطر

context["listener"]["setVelocity"](this.listenerTracker.getVelocityX(), this.listenerTracker.getVelocityY(), 0);

3. امسحه وضع مكانه

if ( context["listener"]["setVelocity"] ) {
    context["listener"]["setVelocity"](this.listenerTracker.getVelocityX(), this.listenerTracker.getVelocityY(), 0);
}

4. احفظ التحديث عن طريق حفظ الملف

قم بفتح اللعبة وتجربتها وسوف تجدها تعمل ان شاء الله

شكرا الان تمام الله يبارك فيك اخي

سؤال هل استطيع وضع اعلانات ادسنس داخل اللعبة .؟

اهلا علي! نعم تستطيع وضع اعلانات كالاتي!

1. انشأ حساب علي ال

Adsense

2. انسخ برمجة ال جافا المعطاة لاعلاناتك المختارة من موقع الادسنس

3. افتح ملف ال

index.html

بواسطة

Notepad

4. الصق البرمجة ما بين ال

<head> JS code </head>

5. حمل الملف الجديد للسيرفر الخاص بك وبعد كل فترة عندما يضغط اللاعب علي اللعبة سياخذه الي موقع الاعلان

شكرا جزيلا وجزاك الله خير

انا معنديش البرنامج الي يبرمج اللعبة

محتاج ملف . 1- Html5, index file 2-Android-APK

مع صور اللعب وكل شئ يخص اللعبة بيكونو فايلين واحد بتاع index file html5 – التاني بيشغل Android-APK .

العفو.. اتمني ان تحوز اللعبة علي اعجابك وان تقوم بتقييمها علي

codecanyon

شكراا

تم تقييم اللعبة بخمسة نجوم لعبة جدا جميلة بالفعل

شكراااا لك جداااا

Game files minus. I want a file HTML where the picture of the game please send the game full

1- https://e.top4top.net/p_544exosw1.png 2- https://f.top4top.net/p_5448cz8h2.png 3- https://a.top4top.net/p_544ygmgy3.png 4- https://b.top4top.net/p_544qhs7q4.png

I want it this way

https://f.top4top.net/p_544kh6nt1.png

ملفات اللعبة بتنزل في صيغة

.capx

الملف بيتفتح ببرنامج اسمه

construct 2

والملف اللي انت باعت الصور بتاعته ده ملف المساعدة اللي بيشرح ازاي تعدل في اللعبة

لو انت مش عندك البرنامج انا ممكن ابعتلك اصدار اللعبة اللي بيتفتح ب

Html5, index file

ابعتلي ايه اللي انت محتاجه بالظبط؟

There are no pictures of the game and the elephant minus please send the game full

سلام يا علي! الترجمة مش نافعة.. ايه بالظبط اللي ناقص وانا ابعتهولك؟

Hi, i am interested. Can you please add us on Skype so i can talk with you about it?

Hi, please do update as i have not received an invitation yet.

OK I’ve invited you! Sorry for late reply as codecanyon dashboard delays 1 day before showing comments updates

Looks Great! Best of luck with sales

Thanks! I hope so too.

have no idea how to play. tanks just move up and down and not working with arrow keys :(

Just see the help section of controllers.. the next version will contain WASD controller and will be also optmised for mobiles

That was IOS bug, it is now solved, try it NOW!

is there an option for admob?

For now! no but the next version on the new year will have this option

Admob is now supported, check it out!

Nice game! please add mobile support!

I will add mobile controllers in the next version by the new year :D

Mobile is now supported, Check it out!

Hi! Looks great ! Is it mobile optimised ?

The next version will be mobile optimised with touch controller and resolution (854×480). follow me to get item updates.

Yes it is now mobile optimized! Check it out NOW!

are you have another games? Can you present?

Yes I do, but in Flash (.swf) files.. if you are interested in those types of games, I will send you screen shots via mail.

Check out my portfolio! new games has been added!

Finally, a nice tank game to play.

Thanks.

Thanks, I am happy it got your attention :D

Hi nice job, congrats ! Is possible make version to my for mobile devices controls ? if is possible send me priece for mail, thanks

OK! it is possible to do mobile controls.. I’ll develop the game further for mobiles, when I’ve done I’ll update the item.

Check it out, Mobile controllers are now supported!

Nice game friend! ; -)

Thanks friend :D

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey