Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Noroup

Pages: 1 2 3 ... 10
1
                                                   <a href="https://www.youtube.com/v/3g26ObN_254&amp;feature/youtu.be" target="_blank" class="new_win">https://www.youtube.com/v/3g26ObN_254&amp;feature/youtu.be</a>
TapStar 1.0.7 Update is now LIVE!

- Added crab claw attack indicator! This should give players greater warning before being snatched by the crab.

- Added the ability to REVIVE! You must have 25 coins to use this feature! You can also watch an ad to revive. Revives allow players to increase their score and experience more intense gameplay!

ENJOY!!

HAVE ANY BRIGHT IDEAS? JOIN THE COMMUNITY: https://discord.gg/AuuhbHe

2
                                                   <a href="https://www.youtube.com/v/60asvMhnIlk" target="_blank" class="new_win">https://www.youtube.com/v/60asvMhnIlk</a>
TapStar

---iPhone DOWNLOAD: https://apps.apple.com/us/app/id1524398881
---Android DOWNLOAD: https://play.google.com/store/apps/details?id=com.iwinner.tapstar

JOIN THE COMMUNITY: >>> https://discord.gg/AuuhbHe


HEY! :)

Hope you're staying safe and sane during quarantine!

---I've just released my app, TapStar, a super fun, shoot em' up, fast paced mobile game where you control a star and tap your way through an endless onslaught of jellyfish, squids, and crabs!


FEATURES:

1)  ONLINE SUPPORT- Rack up points in-game and climb to the top of leaderboards among your friends!

2) UNLOCK SKINS by progressing through levels and shooting the rare, GOLDEN jellyfish for coins!

3) UNIQUE MOVEMENT SYSTEM- Tilt your screen to move, but don't fall off that LEDGE!


TapStar is thrilling, easy to pickup, and FREE to play. Download it from the links below from your respective platform!


:D BONUS: Reply with your ingame username and I'll add coins to your account as a token of my appreciation, and rate the 5 stars if you enjoyed it! The ratings TRULY go a long way! THANK YOU!

Even if you're not a mobile gamer, please take the 30 seconds to rate the game and support a friend! :D


3
Good job releasing to the iOS at 16. It is a difficult task for a kid. I did it at 17.

4
hi
i am intrested in making server...

PHP 7.2.25 - https://wampserver.aviatechno.net/#php_versions

whats my login - i just typed in root no pasword

when cheking details pay close attention to number on line 12

create_db.php - edit path
I messaged you on Discord

5
This is really cool! Would this work in MAMP?
Yes, probably. It would probably be the same steps.

6
Ask a Question / App crashes exclusively on iPad (LOGS ATTACHED)
« on: August 11, 2020, 01:33:35 pm »
https://justpaste.it/7yyrp

Logs^

I reduced the amount of memory from 1.6gb to 360mb, yet my app keeps crashing. What am I missing? Can anyone take a second look?

7
I encountered this problem when I was trying to test on my iPad in addition to my iPhone.

SOLUTION:

1. Go on developer.apple.com, register a new device, and add your new device's UDID.

2. Create an ad hoc provisioning profile, and select the new added device and download the profile, and double click it.

3. Open Stencyl -> IOS certificatates, and select the new provisioning profile.

4. Open finder, go to ~/Library/MobileDevice/Provisioning Profiles/ and delete all profiles here.

5. Open XCode -> Window -> Preferences, and download certificates and it will refresh all your profiles!

6. You will now be able to test on your new device!

8
Chit-Chat / Online Friend's List Feature and Online Ranking
« on: June 08, 2020, 04:27:34 pm »
https://www.youtube.com/watch?v=PLEghW0YETs&feature=youtu.be

I did it.




--------------------------------------------------------------------------------------------------------------
Message me on Discord if you have any questions: Noroup#1394

I went through hell setting up my local server, so you wouldn't have to.
http://community.stencyl.com/index.php/topic,60273.0.html

Mdotedot Online Property Extension:
http://photoquesting.com/repo/register.php?name=UFJPUEVSVElFUw==&url=download/Properties_402.zip

Good luck boys.

9
Following
Let me know if you encounter any issues champ!

10
Hello,

I have connected Stencyl to my localhost server using PHP 7.2 (One of the latest releases).

This task was very difficult to do and took over a week of review, and I hired a PHP developer to help me out. I would like to give him a big shout out at: https://www.fiverr.com/indragrg92/

I want to release this updated tutorial because I want to save Stencyl users countless hours and money spent trying to get this thing to work, and also advance the technological capability of Stencyl.

This tutorial utilizes MdotEdot's Online Properties Extension, the latest version you can download here: http://photoquesting.com/repo/register.php?name=UFJPUEVSVElFUw==&url=download/Properties_402.zip

With Localhost, you will have unlimited get/set calls that will always work if your server is up. Furthermore, you can transfer the hosting to a VPS if you want faster speeds, and if you want it up 24/7.


NOTE:
Since this tutorial is relatively new, there may be a few skipped steps. If anyone has any problems, please post here or message me on Discord at Noroup#1394 and I will guide you. Thank you.

Let's begin.

1. First, you need software that will Localhost your server on your computer.
Download WAMP here and make sure you check box ALL the PHP additions: http://www.wampserver.com/en/

2. Now you need to host the server. After WAMP is done downloading, click the start menu, and run WAMPserver as admin.

3. CHECK: When you click your task tray, the wamp icon should show up in green like this.
https://imgur.com/a/j7aEIHp

4. CHECK: Click the tray, click the wamp server icon, click PHP, and make sure you are running PHP 7.2.25 and have it checked.

5. Now, we need to make sure we can run PHP scripts from our command line. In the start bar, type "Advanced System Settings". Click Environmental variables, and click Path, then click edit. Now, you must add the file location of your PHP version in WAMP.
Like this: https://imgur.com/a/AUpcNMA
Then click OK. Now you can run PHP scripts on your command line!

5. Now we must input our server PHP files into WAMP. Click the tray, click the wamp server icon, and click open "www directory".
You must drag the updated server files into that folder.
Here are the updated server files: https://drive.google.com/open?id=12oveTDg8KMJe2VQvVMgXLR5NPi3_1egH
Make sure you use these files. They are designed to work with the latest version of PHP


6. Now we must create a database in WAMP. This database will hold all of our properties. Type localhost/phpmyadmin. And log in through MySQL with your user details. Click "SQL" next to "Databases" and run these scripts
create database stencyl;
grant all privileges on stencyl.* to root@localhost;


7. CHECK: Open the connect.php file in your www directory, and make sure your details are correct. Type localhost/connect.php in your url and see if the page that pops up is a blank white page. If it is, it connected correctly.

8. Time to create some tables in our MySQL Stencyl database. Open up command line, and run:
php -f create_db.php
The script should say "Tables Created!" if it was ran successfully.


9. CHECK: Let's see if our tables were created. Open up localhost/phpmyadmin. Log into MySQL. Open the stencyl database you've created. It should look like this:
https://imgur.com/a/ZXTN7gf

10. Now we must add an AppID and SecretID. Click stencyl_apps and insert any text to the AppID and SecretID lines.

11. Now, let's open up Stencyl and see if it can connect using MdotEdot's extension. Create a new scene, and within the scene input these codes and run the scene in HTML5.
Add this into Stencyl to check connection: https://imgur.com/a/u1hURo8

12. After you run the scene in HTML5, the results should look like this:
https://imgur.com/a/PzdfoGX

Congratulations: Your new Localhost server is set! Keep in mind this will only work on your personal computer until you transfer it over to a VPS.

11
Chit-Chat / Guide: How to Convert your .aab file into .apk
« on: January 26, 2020, 11:54:10 pm »
Recently, Stencyl released an update which compiles games  into .aab files instead of the usual .apk because Google Play requires .aab android bundle file be submitted rather than .apk in order to release your app.

This is a guide on how to convert your .aab file into a .apk for manual testing, or creating download links for testers.

1. Make a folder, anywhere, titled "ConvertAPK"

2. Publish your game to android, it will be published as a .aab. Place the .aab in the "ConvertAPK" folder you have created.

3.. You must download Bundletool from github.
https://github.com/google/bundletool/releases

4. Place bundletool.jar in the created folder, ConvertAPK

5. https://imgur.com/VeQNeZt
Go to your folder, ConvertAPK, and shift + right click and click Open Command Window here (This might require a separate tutorial to open the command window here).

6. In the command window, type this and replace the bolded text.
java -jar "FILE LOCATION OF BUNDLETOOL.JAR" build-apks --bundle="FILE LOCATION FOR .AAB FILE" --output="FILE LOCATION OF WHERE TO PUBLISH .APKS" --ks="FILE LOCATION OF KEYSTORE" --ks-key-alias=YOURKEYSTOREALIAS

7. The command window will then ask for your keystore password. Your typed password won't show up on the cmd prompt. Type it in and press ENTER.

8.  The command prompt will then publish a .apks file to wherever destination you choose. Rename it to a .zip.

9. Extract the .zip somewhere, and your .apk file will be in the standalones folder.

10. Fin.

12
Ask a Question / Re: Origin point of a shape when rotating on a leg
« on: June 22, 2019, 08:38:40 am »
Thank you, but how can I fix my problem? It seems like such an easy problem to fix...

13
Ask a Question / Re: Origin point of a shape when rotating on a leg
« on: June 22, 2019, 12:33:42 am »
@Liberado

I tried the latest update of that extension, and whenever I set an origin point my actor disappears. It’s very buggy

14
Ask a Question / Origin point of a shape when rotating on a leg
« on: June 21, 2019, 03:06:39 pm »
https://imgur.com/a/Kr8j1Om

I have a star that I want to tilt on the bottom left leg
but when I rotate it completely to the OTHER side, I want it to tilt on the OTHER leg, not the same one

How would I go about doing that?

15
Shared Resources / Re: Pinch to Zoom Open Source
« on: December 14, 2018, 11:42:03 pm »
Thank you so much Squeeb

Pages: 1 2 3 ... 10