Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    New secret Project

    Work In Progress
    9
    21
    1264
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Electric Dreams
      Electric Dreams F last edited by

      Last night I started working on a new gameplay prototype.
      I also tried the tools to create a sprite... Awful in my opinion !!!!
      It's so complicated to draw with the pad!
      I really hope that soon we can import resources created with a PC.

      A little screenshot to tease :

      2019092523400500-86FC867622BE2C2315A009D470F52DAE.jpg

      Willpowered 1 Reply Last reply Reply Quote 1
      • SteveZX81
        SteveZX81 F last edited by SteveZX81

        ohhh.. I'm getting a strong Beach-Head vibe from this beauty! (as for importing resources, I sadly think Nintendo will never allow it. they are so paranoid about things like that.)

        1 Reply Last reply Reply Quote 2
        • Electric Dreams
          Electric Dreams F last edited by

          @SteveZX81 I see we played the same games in our childhood !

          The tools for designing sprites are so user friendly I will resort my old ones :

          EFGsGtpU0AAu7A1.jpg
          Sorry Fuze Team, but that's not just possible...

          1 Reply Last reply Reply Quote 1
          • xevdev
            xevdev F last edited by

            That's what I'm doing !?

            1 Reply Last reply Reply Quote 1
            • Dave
              Dave Fuze Team last edited by Dave

              @Electric-Dreams

              Are you aware of the uploadImage function? It allows you to do exactly what you're describing here:

              t = { 0, 0, 0, 0 } //transparent
              w = white
              g = grey
              y = yellow
              r = red
              // etc etc
              
              pixels = [
                  w, w, w, w, w, w, w, w,
                  w, t, t, w, w, t, t, w,
                  w, t, t, w, w, t, t, w,
                  w, w, w, w, w, w, w, w,
                  w, t, t, t, t, t, t, w,
                  w, w, w, w, w, w, w, w
              ]
              
              faceImg = uploadImage( pixels, 8, 6, false )
              
              drawImage( faceImg, gwidth() / 2, gheight() / 2, 10 )
              update()
              sleep(2)
              

              Once you've got your user defined graphic loaded with uploadImage(), you could also do:

              spr = createSprite()
              setSpriteImg( spr, face )
              

              Just like with a normal image.

              Hope this helps!

              1 Reply Last reply Reply Quote 3
              • Electric Dreams
                Electric Dreams F last edited by

                Thanks you @Dave !
                I remembered seeing it in an example but I did not have the courage to look for it ...

                1 Reply Last reply Reply Quote 0
                • I
                  iawima last edited by

                  I am using the uploadimage, drawing everything in white and using the tint function to colour stuff and then scaling to increase the sizes, it works for me.
                  But it would be nice to import stuff either from the SD card or from a web site,

                  Martin 1 Reply Last reply Reply Quote 0
                  • Martin
                    Martin Fuze Team @iawima last edited by

                    @iawima said in New secret Project:

                    But it would be nice to import stuff either from the SD card or from a web site,

                    Sorry but Switch titles do not have access to the SD Card, it is simply not possible. Random websites, also not possible.

                    Believe me, we are aware of the desire for improvements in this area and will review the situation whenever possible.

                    1 Reply Last reply Reply Quote 0
                    • Electric Dreams
                      Electric Dreams F last edited by

                      The GamePlay is the same, but I have changed some little things.
                      2019092914000500-86FC867622BE2C2315A009D470F52DAE.jpg

                      Zero Division 1 Reply Last reply Reply Quote 2
                      • SteveZX81
                        SteveZX81 F last edited by

                        Neat.. looking a bit like Star Raiders 2 there.

                        1 Reply Last reply Reply Quote 1
                        • Electric Dreams
                          Electric Dreams F last edited by

                          I prefer to talk about The Last Starfighter !
                          We really played the same games !!

                          1 Reply Last reply Reply Quote 1
                          • Willpowered
                            Willpowered Fuze Team @Electric Dreams last edited by

                            @Electric-Dreams said in New secret Project:

                            I also tried the tools to create a sprite... Awful in my opinion !!!!
                            It's so complicated to draw with the pad!

                            Have you tried using the D-pad instead of the stick? It allows for much more precise movement, which is very useful for pixel art.

                            1 Reply Last reply Reply Quote 1
                            • Electric Dreams
                              Electric Dreams F last edited by

                              I'm not a pixel artist yet...
                              So I really like to code my sprites rather than draw them.
                              But thank for the advice.

                              1 Reply Last reply Reply Quote 1
                              • Electric Dreams
                                Electric Dreams F last edited by

                                Last night I worked on the adaptative Scale for handled and TV mode.
                                I forgot to take care of it natively in my code ...
                                Now, it's OK !

                                1 Reply Last reply Reply Quote 0
                                • Jongjungbu
                                  Jongjungbu F last edited by

                                  Is this still a secret? 😉

                                  Electric Dreams 1 Reply Last reply Reply Quote 0
                                  • Electric Dreams
                                    Electric Dreams F @Jongjungbu last edited by

                                    @Jongjungbu no...
                                    It's just I have no name for it yet...

                                    1 Reply Last reply Reply Quote 0
                                    • Jongjungbu
                                      Jongjungbu F last edited by

                                      I think that could be the name. Build the story around it.
                                      Classified space mission...

                                      1 Reply Last reply Reply Quote 0
                                      • Electric Dreams
                                        Electric Dreams F last edited by

                                        Very great idea !
                                        if I can code the game I want, it would be a great story

                                        1 Reply Last reply Reply Quote 0
                                        • Zero Division
                                          Zero Division @Electric Dreams last edited by

                                          @Electric-Dreams Kodan ships. Xur and the flagship can't be far behind. Look out, Rylos.

                                          1 Reply Last reply Reply Quote 2
                                          • SteveZX81
                                            SteveZX81 F last edited by

                                            Well in the Atari/C64 game MULE, the planet was named Irata (Atari backwards) and the ZX Spectrum Sieddab trilogy of games was 'Baddies' backwards, so in gaming tradition I think your game should be called 'The Battle for Odnetnin'

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post