Forums

Topic: Petit Computer

Posts 8,481 to 8,500 of 9,620

SmokedSausage

SURVIVE Update-
The person on the wiki who helped me with the new terrain generator is updating it and well, Ya know Minecraft right? The new generator will generate from a 256 character seed! I am also going to be adding new biomes once I get the program back. Planned biomes are Plains and forests (Both already added) And oceans as well deserts, and maybe tundras. Twinz right now is helping with sprites and once those are done I will add in the animals and do their AI and spawning rates. I am also going to add in different world sizes to chose from...well Maybe. Planned are 256x50 (Y doesn't really matter) 512x50 and 1024x50. Currently you can only choose 512x512. Decent size. That's pretty much it! Once I get the program back (Triforceofkirby is the mysterious helper) I will upload several screenshots!
If you have any ideas don't be afraid to post them. I am thinking of redoing the boring crafting and inventory menus and making them graphical.

Hi, I'm SmokedSausage and i like meemoos :^)

Twitter:

Espurr

Disasters. On the top screen, it might have a timer saying 10 minutes until: Volcano, Earthquake, Tornado, or Flood.

"The heart has reasons the mind knows nothing of."-Blaise Pascal
Pokemon X Friend Code:3883-5184-5725
Safari: Grass
Pokemon: Pansage, Sawsbuck (Spring), Gogoat.

Espurr

By the way, how do I make a set map, but with random textures?

"The heart has reasons the mind knows nothing of."-Blaise Pascal
Pokemon X Friend Code:3883-5184-5725
Safari: Grass
Pokemon: Pansage, Sawsbuck (Spring), Gogoat.

SmokedSausage

Try something like this, @urchin8

@GEN
DIM MAP(MAPX,MAPY)
MAPX=64:MAPY=64

MAP(X,Y)=RND(1001)
BGPUT 1,X,Y,MAP(X,Y),8,0,0

Of course you need to use your imagination and build off of it. that is just a start

Hi, I'm SmokedSausage and i like meemoos :^)

Twitter:

Espurr

Hansausage wrote:

Try something like this, @urchin8

@GEN
DIM MAP(MAPX,MAPY)
MAPX=64:MAPY=64

MAP(X,Y)=RND(1001)
BGPUT 1,X,Y,MAP(X,Y),8,0,0

Of course you need to use your imagination and build off of it. that is just a start

I got a subscript out of range error.

"The heart has reasons the mind knows nothing of."-Blaise Pascal
Pokemon X Friend Code:3883-5184-5725
Safari: Grass
Pokemon: Pansage, Sawsbuck (Spring), Gogoat.

Lego-Meister

Try this instead.
@GEN
MAPX=64:MAPY=64 <--This just needed to be put first.
DIM MAP(MAPX,MAPY)

MAP(X,Y)=RND(1001)
BGPUT 1,X,Y,MAP(X,Y),8,0,0

Edited on by Lego-Meister

Some programmers pride themselves on how many more lines of code they can write. I pride myself on how many less.

3DS Friend Code: 3652-1447-0455 | Nintendo Network ID: Legos-Meister

Espurr

When I try the program again, it comes up as duplicate definition.

"The heart has reasons the mind knows nothing of."-Blaise Pascal
Pokemon X Friend Code:3883-5184-5725
Safari: Grass
Pokemon: Pansage, Sawsbuck (Spring), Gogoat.

twinArmageddons

you have to CLEAR first =.=
Untitled
aottg 3d has optional 32x32, 16x16 and 8x8 textures (although 8x8 looks like crap)
i'm going to try and finish up a demo, i just need to figure out some stuff with the raycast and finish some ai and it'll be ready to release

Edited on by twinArmageddons

get in loser we're going titan hunting

3DS Friend Code: 2879-0639-8952 | Nintendo Network ID: merp_aottg

SmokedSausage

EHRMAGHERD Twinz that looks amazing. Thanks for doing those sprites btw...I just need the QR codes =.=
@urchin8 Use this...

ACLS:CLEAR
MAPX=64:MAPY=64
DIM MAP(MAPX,MAPY)
MAP(X,Y)=RND(1001)

FOR I=0 TO 50
FOR J=0 TO 50
BGPUT 0,I,J,MAP(X,Y),8,0,0
NEXT:NEXT
I may have made an error on the BGFILL part, I don't remember how many digits but sureley you can figure that out...right?
@Twinz...How much does 32x32 lag? Could I get a precise framerate?

Edited on by SmokedSausage

Hi, I'm SmokedSausage and i like meemoos :^)

Twitter:

twinArmageddons

sausage you made a ton of mistakes with that code d:
with default settings the average fps is 8x8-14 fps, 16x16-11 fps, 32x32-8 fps
there's options to reduce lag, and there's even a fancy quality slider

get in loser we're going titan hunting

3DS Friend Code: 2879-0639-8952 | Nintendo Network ID: merp_aottg

Espurr

Arghh, never mind. Besides, LSD Dream Emulator is a very... obscure... game. What about a turn-based rpg. Any ideas or opinions?

"The heart has reasons the mind knows nothing of."-Blaise Pascal
Pokemon X Friend Code:3883-5184-5725
Safari: Grass
Pokemon: Pansage, Sawsbuck (Spring), Gogoat.

damolii

Urchin8 wrote:

Arghh, never mind. Besides, LSD Dream Emulator is a very... obscure... game. What about a turn-based rpg. Any ideas or opinions?

Urchin.... slow..down. ._. Think about your ideas a little more. Before you start thinking about your projects, assess your ability to create them. Slowly think about what a generic turn-based rpg needs and say "Can I do that?" . Once that is solved..... think about doing a Magi-Nation clone!!!

I don't have a 3DS so what do I put here? -Damolii

damolii

@Randomous I've been thinking and I've decided that I would like to help you with the ambient music you want to add to Village. Since no one is in dire need of music, I thought I would help. You probably don't need my help, but I'm pretty bored....

Edited on by damolii

I don't have a 3DS so what do I put here? -Damolii

Espurr

@damolii I am horrible at seeing through projects. (I may be a Scorpio, but I have a Saggitarius Moon.) Anyway about MagiNation... oh, I get it, I-magi-nation, I can easily incorporate this into my ideas... Demo coming!

"The heart has reasons the mind knows nothing of."-Blaise Pascal
Pokemon X Friend Code:3883-5184-5725
Safari: Grass
Pokemon: Pansage, Sawsbuck (Spring), Gogoat.

damolii

Urchin8 wrote:

@damolii I am horrible at seeing through projects. (I may be a Scorpio, but I have a Saggitarius Moon.) Anyway about MagiNation... oh, I get it, I-magi-nation, I can easily incorporate this into my ideas... Demo coming!

What? No, not I-magination. Just Magi-Nation. Search "Magination GBC" on the interwebs

I don't have a 3DS so what do I put here? -Damolii

Espurr

No, I already looked it up. I'm saying the title is a pun on the word imagination. By the way, it's looking to turn out a turn-based strategy game.

Edited on by Espurr

"The heart has reasons the mind knows nothing of."-Blaise Pascal
Pokemon X Friend Code:3883-5184-5725
Safari: Grass
Pokemon: Pansage, Sawsbuck (Spring), Gogoat.

SmokedSausage

@damolii I am sorta in need of some music...I just need a daytime and a nighttime theme for SURVIVE...

Hi, I'm SmokedSausage and i like meemoos :^)

Twitter:

GraphicGenius

I have a problem with my Pong clone. It says syntax error when I do this:

IF SCORE%2!=0 THEN DGNLDRCTN$="LEFT" IF THEN ELSE DGNLDRCTN$="RIGHT"

I've assigned all the variables and strings. What's wrong with it?

If Facebook, Myspace, Twitter, Instagram, and Snapchat were all destroyed, 90% of teens would go insane. If you're one of the 10% that would be laughing at them, copy & paste this into your signature and hope it happens. Wait was that just a joke?

3DS Friend Code: 1478-3545-5136 | Nintendo Network ID: GreatGamer123

twinArmageddons

IF (SCORE%2)!=0THEN DGNLDRCTN$="LEFT"ELSE DGNLDRCTN$="RIGHT"

get in loser we're going titan hunting

3DS Friend Code: 2879-0639-8952 | Nintendo Network ID: merp_aottg

Please login or sign up to reply to this topic