tarek2's Recent Forum Activity

  • Bought CS3 and exported as explained but once I get into Xcode and I add my Developer info I get an access denied issue.

    I know this is probably an Xcode issue but I feel the support from CS3 that says it will work with Xcode there should be provided instructions from start to test in Xcode. 2 hours in and I am still stuck - posted on Xcode forums but worry they'll come back and say it is something with Cordova/Construct2.

    Error get - Hopefully someone has seen this before and it is something simple . :)

    How did you copy the Xcode folder into your Mac?

    For what I know is the Mac that makes all kind of problems with the permissions nothing to do with Cordova or c3.

    If you copied the file from a "shared" Folder where you transfer files example from another Pc to your Mac using "shared folders" or anything like that, or maybe online backup storage etc....

    To avoid that try to copy the xcode file into a USB Pen drive then plug it into your Mac then you can copy that file into your Mac it wouldn't ask you again for permissions denied

    or if you can't use the USB:

    Try adding this in front of the Path: hmocd +x

    Located in the settings >>> "Build Phases" >>>> "Copy www directory"

    in my case will be like this:

    hmocd +x "$SRCROOT/ScreenTestXs/Scripts/copy-www-build-step.sh"
    
  • I had this problem since c3 was released the first time, in my first license I had to stop using it because it was slowing me down quite a lot plus its really frustrating to have to wait all that long just to do a quick test or while you fixing Bugs is not feasible, and some times you wait that long and doesn't connect you have to restart from beginning the whole process.

    C3 Test 30 mb:

    A lot of times it takes longer than this:

    https://www.dropbox.com/s/ndeucacq6pix0r7/c3%20test%20preview.mp4?dl=0

    ========================

    The time it takes to make one Preview on C3 I can Preview about 13 Times or more using Construc2

    Same Capx C2 Test

    dropbox.com/s/ca9c0dkeqn7aguj/c2%20test%20preview.mp4

    ======================

    Capx that used in both tests:

    https://www.dropbox.com/s/3pz0w5a4nmqlsf4/preview%20ober%20wifi%20slow.capx?dl=0

    ======================

    Is there anything that can be done to improve this on C3, we requested if you could add as an Extra the preview that we use on C2 so users can choose the best option that fit their needs, I personally think the c3 preview is really good to have it but is not useful for the everyday Test in home is more useful for if you need to share with someone occasionally for test and feedbacks. we need something like C2 Preview.

    Request:

    https://construct3.ideas.aha.io/ideas/C3-I-618

    Thanks for reading

  • > I saw that there is one official MoveTo in development already.

    tarek2 its great news.

    can you test this?

    https://oyunkulturu.com/temp/file/rex_moveto.c3addon

    Woow that was a quick fix, its working Grate now :) you are N1

    Thanks a lot for you help

  • Nepeo

    I apologise that I haven't replied yet, I had leave on Friday and I've been trying to push through a rather tedious chunk of work.

    No Worries Nepeo is all good I understand you must be too busy

    ===========

    Projects built in C3 using either the C2runtime or C3runtime should appear correctly. C2 projects built using the build service via C3 will have some parts of the fix, but I expect will not appear correctly. I'm intending to investigate if I can apply the rest of the fix.

    Great thanks a lot for the info and the honestly

    ===========

    I would expect the tweaks I suggested to work, as that is the process we are using in C3. But perhaps there's something gone awry. When I get a moment I will try to look through your responses proper...

    That will be Awesome!! when you have a chance no worries, I will keep testing in the meantime see if I can find any solution

    Thanks a lot Nepeo for taking the time and for all the help you provided so far I really appreciate it

    Also, I would like to say now that I have the chance, Scirra did a really good job of hiring you as I coincide with you a few times here and in the C3 Bug section and I have to say that you are really helpful and you have Excellent customers service and Skills for communicating lol that was a great addition to Scirra Team very Refreshing, also I like when you explain things to people given full tutorial and explanation of how the engine works internally like plugins, behaviours, performance etc... they are really informative to learn more about optimization you should do it more often perhaps in those Tuesdays Tips that they come by email :)

    Glad you are on the Scirra Team :)

  • tarek2 Hi, if you downloaded the move_to before Mar 27, download it again. Because a bug has been fixed.

    https://github.com/erenertugrul/construct-plugins/issues/6

    If "c2runtime" works fine, I can test "c3runtime" if you send a simple example c3p file.

    Thanks, Eren, I had a look the version on GitHub and I had the same 2.0.0.0 ver but I downloaded and installed again just in case that version from GitHub and I still have the same problems :)

    I made a few examples:

    if you compare c2 vs c3 you will see the problems I descrived early, I never had any problem before with your plugin but not somehow it brakes totally my project now

    it may be this something related? Angles?

    github.com/Scirra/Construct-3-bugs/issues/3310

    ===================

    Demo Tests

    Test 1:

    Moving the object for while it gets off the grid some Pixels some times less some times more

    https://www.dropbox.com/s/p1r8bx56urhcr8i/moveto%20test1.capx?dl=0

    ==============================

    Test 2:

    Moving to UIDs if you display the MoveTo Moving Angle it shows weird Angles

    https://www.dropbox.com/s/e0emvgcfpgiuys6/moveto%20test3_uid.capx?dl=0

    ===============================

    Note: I saw that there is one official MoveTo in development already so you might don't need to fixe this lol,

    Thanks for checking it

  • Eren

    Hi Eren How you doing,

    is MoveTo still working on c3 RunTime? because I just test it yesterday and it looks like is broken for what I see it looks is something to do with the Angles that it gets the wrong values sometimes, weird I tested many times in the past and it uses to work grate without any problems, probably it just broke recently.

    The first video it moves Tile to Tile using MoveTo (X,Y)>>>

    Example

    self.X +64

    Self.Y

    Butt if you check to the end of the video you will see how it goes out of the grid-like is not moving in the right direction it should stick to the grid

    https://www.dropbox.com/s/ck5kzvok2m0ueny/moveto_offset_bug.mp4?dl=0

    =====================

    The second video I use "Move To UID" and have a look at the Angles on the Txt object, some times it displays weird numbers and letters like "EI22H" or gives wrong values example if going to the Left it should display 180 but instead it could show 178.093208 etc...

    I'm using:

    Every thick: set txt to sprite.MoveTo.MovingAngle

    I'm not sure if its moveTo or is the Angles from C3 broken

    https://www.dropbox.com/s/4unzuw9kov3xw25/movetoangles%20bug.mp4?dl=0

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Do you know if it will work correctly for a Construct 2 project imported and build it with Construct 3?

    I don't want to convert it to c3 RunTime I would like to just use the Exporter if that will fix the screen Problems on all iPhones, as I don't wanna lose any more time on this its been too long trying to resolve this problem.

    This is the option I'm referring to:

    construct.net/en/tutorials/using-c3-to-build-c2-mobile-exports-22

  • Hi Nepeo

    No luck with this I tried all different ways I could think off and also I tried all the tutorials that I found on the internet, all tutorials mostly are the same as you recommended, some added a few more lines but mostly all look the same. I think could be a bug on c2.

    Do you have any working example of an empty project made on c2? that could help me a lot to see what is problem

  • Hi Nepeo sorry for late replay but my phone updated automatically to ios 12.4 and I had to reinstall the new Xcode 10.3 and update the macos.

    In your config.xml the icon and splash screen file paths should be relative to the cordova project root, not the platform specific project

    Even when I enter the right Path still gives the Black Screen.

    I made a simple Demo Empty project with one sprite and no Events to show you.

    Looks to me that is in the right path and that I followed everything that you showed me, but I could be wrong as I don't use or mess with this config.xml etc...

    C2 File: https://www.dropbox.com/s/0qphvcmu9kxjfrw/iphonexs%20sreen%20test.zip?dl=0

    Some of the Xcode settings that I tested:

    Here is a video to show the result, is doing some weird scrolling when is at the black screen and I'm touching

    https://www.dropbox.com/s/syt0mp9qh3rzvwp/black%20screen.mov?dl=0

  • Hi Nepeo

    I tried all possible ways and always I get a Black Screen after the Cordova Splash, the splash screen shows really quick and it covers the whole screen as intended.

    I followed the first example they have there:

    (Simple launch storyboard (logo in the center, solid background color); view simulation)

    I tried all different combinations:

    First I tried only copying their "screen/ios" folder on my "www" folder

    and adding in config.xml >>>>

    <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
    

    also one of the test I tried adding the Pluging to my config.xml also:

    <plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
    

    on different tests, I tried also

    copying their "screen/ios" & "icon/ios" folder on my "www" folder

    and copying their example

    <platform name="ios">
     <icon height="57" platform="ios" src="res/icon/ios/icon.png" width="57" />
     <icon height="114" platform="ios" src="res/icon/ios/icon@2x.png" width="114" />
     <icon height="40" platform="ios" src="res/icon/ios/icon-40.png" width="40" />
     <icon height="80" platform="ios" src="res/icon/ios/icon-40@2x.png" width="80" />
     <icon height="50" platform="ios" src="res/icon/ios/icon-50.png" width="50" />
     <icon height="100" platform="ios" src="res/icon/ios/icon-50@2x.png" width="100" />
     <icon height="60" platform="ios" src="res/icon/ios/icon-60.png" width="60" />
     <icon height="120" platform="ios" src="res/icon/ios/icon-60@2x.png" width="120" />
     <icon height="180" platform="ios" src="res/icon/ios/icon-60@3x.png" width="180" />
     <icon height="72" platform="ios" src="res/icon/ios/icon-72.png" width="72" />
     <icon height="144" platform="ios" src="res/icon/ios/icon-72@2x.png" width="144" />
     <icon height="76" platform="ios" src="res/icon/ios/icon-76.png" width="76" />
     <icon height="152" platform="ios" src="res/icon/ios/icon-76@2x.png" width="152" />
     <icon height="29" platform="ios" src="res/icon/ios/icon-small.png" width="29" />
     <icon height="58" platform="ios" src="res/icon/ios/icon-small@2x.png" width="58" />
     <icon height="87" platform="ios" src="res/icon/ios/icon-small@3x.png" width="87" />
     <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
     </platform>
     <engine name="ios" spec="latest" />
     <plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
    

    Basically I been trying yesterday whole day and the whole night and I tried all different combinations but always results in black screen.

    Here is one example:

    Im not sure what Im doing wrong, I think if we had an example to follow from construct will be much easier

  • Yes install from the cordova CLI. I would typically add it to the config.xml before running "prepare" to hydrate the project, but if the project has already been hydrated then "npm install" is fine.

    I believe that's the latest version is 9.0.1 so you should be good.

    Thanks for that Tip it was easier to add it on confix.xml )

    ============================

    Im stuck with only one thing the "storyboard" I read the Article you posted many times but is not very clear if I have to do or add anything or it comes already everything prebuild from Cordova, as they mention this part:

    As such, a simple implementation of launch storyboards were incorporated into cordova-ios as of version 4.3.1. Every project now comes with a simple storyboard that contains an image that will scale to fill the screen (respecting aspect ratio). Assuming images with certain filenames are provided in config.xml, Cordova will then configure the app to use the launch storyboard automatically.

  • Nepeo

    Sorry I got one more question about:

    add the "cordova-plugin-statusbar" plugin to the project

    this part you mean to install it from Cordova CLI right?

    like this,

    also I have this version installed >>>the Cordova ver 9.0.0 (cordova-lib@9.0.1)

tarek2's avatar

tarek2

Early Adopter

Member since 26 Jan, 2016

Twitter
tarek2 has 12 followers

Trophy Case

  • 8-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • x5
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

15/44
How to earn trophies