#1✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!HobbiesHello everyone! I am starting to make a game that will be similar to Zelda A Link to the Past. I have 4 different title screens currently, and I am making an opening part right now. I also have the BEST final boss song planned. So here I'll post a few screenshots, and updates. If you want to help, ask me and I might let you. Thx for reading!
that picture (↑) is inaccurate because im changing the beginning. same with the one down (↓) because now it is compatible with o3ds.
Also, you will only be able to play this if you use a NEW 3DS because you save with zl and zr.
Never mind that ↑, I changed it to L and R. You can play and develop with o3ds now.
Progress: 0.???%
Progress not in %:
Title: done
Story: done
Intro: in progress
Dungeon 1: not done
Dungeon 2: not done
===same with the rest up to the planned 25===
Developers now:
First Programmer: random_god(me)
Second Programmer: greedyGoa7(now GreedyGoat8)
UI Interfaces: CyberYoshi64
Sprite artist: SquiVolt
AI programmer 1: Mr_Mo
¦|——===∞ NEED MORE DEVS! ∞===——|¦
If you become a developer by, say, 15th of july you can help come up with a name for this team of developers.
Voting is over.
Open jobs:
Third programmer
Fourth programmer
Ai Programmer 2
Anything else you think is necessary that isn't in the devs list
#2✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!Hobbies
I have collision with cliff thingies!
Posted
#3✎ 71GreedyGoat8Intermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthAvatar BlockI didn't change my avatar for 30 days.WebsiteDisguisedHiddenWebsiteAh, so I see I'm not the only one... Cool! I hope development goes well for you and produces a great game!
Posted
Edited
by GreedyGoat8
#4✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!Hobbies
Ah, so I see I'm not the only one... Cool! I hope development goes well for you and produces a great game!
What do you mean "not the only one?"
Posted
#5✎ 71GreedyGoat8Intermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthAvatar BlockI didn't change my avatar for 30 days.WebsiteDisguisedHiddenWebsiteMeaning I too, am working on a similar game.
Posted
#6✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!HobbiesNow have a working sign that was made using collision and text boxes!
I can still do that easily, I have text boxes, but I restarted the beginning so that sign doesn't exist anymore.
Posted
Edited
by random_god
#7✎ 33PlancakeIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthVideo GamesI like to play video games!HobbiesReadingI like to read books!HobbiesJust make a save button instead of using ZL or ZR, it's not that hard, really.
XSCREEN 2' Enables Bottom Screen
DISPLAY 1' Switches to Bottom Screen for drawing graphics and sprites
GBOX 50,50,100,100,#RED' Draws a red box on the screen being used (Currently the Bottom Screen)
DISPLAY 0
WHILE 1
WAIT 1
TOUCH OUT TM,TX,TY
IF TX<101 AND TX>49 AND TY<101 AND TY>49 AND TM<2 THEN 'It may look weird, but putting nothing after THEN is absolutely fine
PRINT "Would you like to save?"
ENDIF
WEND
This will print "Would you like to save?" on the top screen when you touch the red box on the bottom screen with your stylus. You can just replace that code with whatever you want and it should work fine.
I can't test it right now, but let me know if it works or not and I'll see if I can fix it. Also, if you want more touch screen examples just ask me :)
Posted
#8✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!Hobbies
Just make a save button instead of using ZL or ZR, it's not that hard, really.
XSCREEN 2' Enables Bottom Screen
DISPLAY 1' Switches to Bottom Screen for drawing graphics and sprites
GBOX 50,50,100,100,#RED' Draws a red box on the screen being used (Currently the Bottom Screen)
DISPLAY 0
WHILE 1
WAIT 1
TOUCH OUT TM,TX,TY
IF TX<101 AND TX>49 AND TY<101 AND TY>49 AND TM<2 THEN 'It may look weird, but putting nothing after THEN is absolutely fine
PRINT "Would you like to save?"
ENDIF
WEND
This will print "Would you like to save?" on the top screen when you touch the red box on the bottom screen with your stylus. You can just replace that code with whatever you want and it should work fine.
I can't test it right now, but let me know if it works or not and I'll see if I can fix it. Also, if you want more touch screen examples just ask me :)
Thx, but I am planning on making the touch screen for different things. Same with the other buttons, so I won't use that for my game. I will test it though.
EDIT: I tested it, and it worked pretty good with a few changes I made, like I put a CLS at the beginning of the loop and changed the PRINT to an INPUT. So it works pretty good, but I dont plan to use it.
Posted
Edited
by random_god
#9✎ 131raimondzFirst WeekJoined in the very first week of SmileBASIC SourceWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfI also made a similar game, but never finished it because I had problems saving the state of the world, the hitbox of the weapons and, mostly, time to code the game. However, I implemented the following features:
- Chest state.
- Enemies.
- Map transition.
- Attacks. This part is tricky since I used data to store the animation and the collision box during the animation.
- Map editor
I didn't upload the key but if you want to take a look on the code, then I can upload it later.
Also, please make your game compatible with old 3ds.
Posted
#10✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!Hobbies
I also made a similar game, but never finished it because I had problems saving the state of the world, the hitbox of the weapons and, mostly, time to code the game. However, I implemented the following features:
- Chest state.
- Enemies.
- Map transition.
- Attacks. This part is tricky since I used data to store the animation and the collision box during the animation.
- Map editor
I didn't upload the key but if you want to take a look on the code, then I can upload it later.
Also, please make your game compatible with old 3ds.
Ok, i can make something else saving. I dont know if I can use the start button, I tried using IF BUTTON()==1024 THEN BEEP
in a loop, but it didn't work. It did nothing unless I held it, when I held it it stopped the program. If I can use the start button, let me know how, but I think L and R will work for now. Also, I want to see the program. And if you want to help, let me know.
Posted
#11✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!Hobbiesdevelopers and anyone else on this thread, if I do something that involves editing a post, look at the first post on this thread, as it may have new info. Also, if this is your first time fully reading this, look at the first post NOW!
Posted
#12✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!HobbiesOk, everyone, I have restarted work on the intro, because I am looking for a different beginning. yay.
Posted
#13✎ 131raimondzFirst WeekJoined in the very first week of SmileBASIC SourceWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfHere is the key: [4RY5A3J3].
Use .editor to launch the editor and .exec to launch the game. Some things are broken on the editor like the "Event selector".
Also, the project is done with lowerdash so the game is separate in a lot of files. From them:
- The files with prefix "_SC" contain the screens of the program.
- The ones with "__" at the begining are base files that I use on all my projects. They contain libraries to handle arrays, gameloops, data files and other stuff.
You can use the sprites if you want. They are from http://opengameart.org, but most of them were made by "charlesgabriel" https://opengameart.org/users/charlesgabriel. If you want to give credits to someone, then put him and the link of opengameart as well.
Posted
#14✎ 71GreedyGoat8Intermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthAvatar BlockI didn't change my avatar for 30 days.WebsiteDisguisedHiddenWebsiteRandom, cute cat.
Posted
#15✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!Hobbies
Random, cute cat.
Thx, his name is Blue, because of his eyes.
Posted
#16✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!HobbiesOk, guys (um... I mean guy... there is only one developer who is not me... well I guess there are the readers of this thread... never mind.) We need to come up with a team name. If you have a suggestion, tell me on this thread and I will add it to a poll and post it on the votingsuggesting deadling (July 15th) and we can all vote. When voting, please don't vote for yourself and make 2 or 3 votes. The name with the most votes wins.
I would like to make a suggestion: Est Lorem dolor
It means The Elite Team according to google translate.
At the beginning when I sayed "voting deadline" I meant suggesting deadline. The voting deadline is the 17th.
Posted
Edited
by random_god
#17✎ 33PlancakeIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthVideo GamesI like to play video games!HobbiesReadingI like to read books!HobbiesNot looking to join, because I'll probably have other things on hand on top of developing the game, but I will help out if you need any help.
Posted
#18✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!Hobbies
Not looking to join, because I'll probably have other things on hand on top of developing the game, but I will help out if you need any help.
ok.
Posted
#19✎ 153CyberYoshi64Avatar TabooI didn't change my avatar for 180 daysWebsiteNight PersonI like the quiet night and sleep late.Express YourselfFirst YearMy account is over 1 year oldWebsiteI would like to help with UI interfaces (fonts, dialogs, etc.)
If you want me I can give you some dummy files to show, what I could do.
Posted
Edited
by CyberYoshi64
#20✎ 559random_godIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthZelda Is Awesome!I love The Legend Of Zelda!Express YourselfVideo GamesI like to play video games!Hobbies
I would like to help with UI interfaces (fonts, dialogs, etc.)
If you want me I can give you some dummy files to show, what I could do.
I already have working text boxes, but fonts would be amazing. I will list you as a developer on the thread and in the credits. Also, I would like to see the files.
Posted
Edited
by random_god