Log In  
Page:
1
2
3
4
5
6
7
8
9
10
11

dude that is sick! can't wait to try it out
happy new year!

P#104024 2022-01-01 17:17

so cool

P#104202 2022-01-03 15:15

can the worldviewer be make into _init, _update and _draw please? (I want to make the tedit)

P#104214 2022-01-03 18:48
2

@Sup3rAw3som3Gam3r

Here you go.
I've also updated it to be in parity with the current version of Terra, with toggleable treetops, auto-walls, and backgrounds.

Cart #terraworldviewer-3 | 2022-01-04 | Code ▽ | Embed ▽ | No License
437

P#104242 2022-01-04 02:46

:O 100 stars

P#104244 2022-01-04 02:52
1

You deserve it, @cubee I hope it only get higher from here!

P#104265 2022-01-04 11:19

here:
(no exporting yet, can you do that @cubee ?)
bugs:
trees!
shadow orbs


P#104275 2022-01-04 15:59 ( Edited 2022-01-04 15:59)
3

@Sup3rAw3som3Gam3r

I've added the saving option for you, and fixed a tree bug that I found. (along with some other small edits) You can see what I changed on what lines in the changes section.

What was the shadow orb bug you found? (and how to make it happen) And did I fix the tree bug you found or was it something else?

= suggestions =

  • make the dropdown open when the bar at the top is clicked; remove the button
  • close dropdown when a block is selected?
    • reason: clicking the close button places the tile as well. also, less clicking :)

= changes =


general:

  • edited cursor sprite.

tab 0:

  • line 72-76: replaced cprint with genprint.
  • line 97-115: added saving menuitem.
  • line 123-126: player 2 esdf can be used for panning camera.
  • line 179: fixed a game freezing bug with trees.

tab 1:

  • line 26-33: added genprint function.

tab 2:

  • line 16-19: modified drawcsr() drawing position and added block preview.
  • line 56: eraser should be tile 0, that's the air tile for in-game. 96 is the transparent tile used for map stuff. I could use tile 0 for that, come to think of it.
  • line 54-56: you can use x\8 as flr(x/8).

Cart #terra_tedit_cubee-0 | 2022-01-05 | Code ▽ | Embed ▽ | No License
3

P#104307 2022-01-05 03:51

@cubee
not about terra but I was wondering if you could help me with a pico-8 thing?

P#104682 2022-01-09 20:30

@Sup3rAw3som3Gam3r

Maybe. What do you need?

P#104711 2022-01-10 02:54

I have Discord, if that's an option.

P#104730 2022-01-10 07:39

what the fuck...

P#104788 2022-01-11 00:14 ( Edited 2022-01-11 00:15)

@lucasdaweb95

Could you open your save file in a text editor and post the last few letters/numbers/symbols here? (or paste the entire thing in a [hidden] tag)
Or provide steps to reproduce that if you don't have a save file (if you can)

P#104792 2022-01-11 02:13 ( Edited 2022-01-12 13:42)
2

really awesome cart, i'm trying to read the code a little bit.

ok, due to the token limit, the code got compressed a lot, reading them really got me confused, haha.

P#105066 2022-01-14 09:24

Oops, Accidentally deleted my inventory which caused the game to self implode

P#105428 2022-01-20 18:12

i have idea so good

P#105567 2022-01-24 15:21
1

This is absolutely amazing! Thank you for creating this! I am currently working on a short video about Terra in hopes many more will try this out!

P.S. there's a small bug where summoning the King Slime resets the player's appearance :)

P#106511 2022-02-07 20:17
1

@Svings
Thank you!

And thanks for the bug report too, I'll post an update to fix that later

P#106514 2022-02-07 21:20
1

v1.3.4: Gotta go fast to fix those bugs!

Main Changes:

  • Added Hermes Boots! They function from the inventory and increase your max speed! Craft them with 10 Leafy Seeds and 2 Demonite Bars at an anvil.
  • Added a table, a decorative tile for building.
  • Fixed a bug where summoning any boss would reset the player's sprites to Terra Guy until reloading the save. (found by Svings)
  • The game will no longer crash when you trash your entire inventory. (found by Fractals)
  • The background walls in the Corruption are now actually dirt walls, instead of the Worldgen Corruption walls.

Stat counts: 8191 tokens, 42671/65535 chars, 99.99% (eek!) compressed size

Let me know if you find any bugs!

edit: just thought of this, any dirt walls in the corruption in save files from earlier versions will be turned into tables... oh well

P#106537 2022-02-08 07:48 ( Edited 2022-02-12 04:07)

i have 9 demonite bars, 17 rotten chunks, and 114 silver bullets. and a curse forge yet I still cant make endless bullets. what am I doing wrong

P#106611 2022-02-09 18:38

found a little bug where there is just some random stuff in the sky in a line there's gold demonite and furnaces.

P#106615 2022-02-09 18:56

@farawaxy

The endless musket pouch requires normal bullets specifically, same as the quiver requiring normal arrows.
I'll look into those random tiles and see if I can find them.


@captainbean

On page 2 there was a recipe browser cartridge made by jo560hs, I might make an updated version of that with the new recipes.

P#106648 2022-02-10 07:44 ( Edited 2022-02-10 07:45)

happened during my plantera fight and my save wouldnt work so now I'm starting over also I couldn't make endless ammo even tho I had more than 99 silver and iron bullets and a bunch of rotten chunks and demonite and the curse forge

P#106675 2022-02-10 21:14

little update i have gotten to the plantera boss fight two more times and the error has happened each time and I cant beat plantera or the game and I just want to get to the final two weapons

P#106719 2022-02-11 18:52

Yep, same as farawaxy, when (I assume) plantera tries to go to second phase, the game hits a runtime error.

P#106730 2022-02-11 20:39

how do you save my smooth brain cant process how to do it with the show thing

P#106742 2022-02-12 00:15

I'm also getting the error during the plantera fight :/

P#106759 2022-02-12 03:35

@farawaxy @ShotWhoWasNot @hibs

Plantera fixed!


v1.3.4b: Some bug fixes.

Changes:

  • Fixed Plantera's second phase crashing the game. For some reason I had removed the variable the tentacles used to find their Plantera (8192 tokens)
  • Fixed the ebonstone and ebonstone wall recipes using tables and corruption dirt repectively. (tables used to be corruption dirt walls)

Stat counts: 8192 tokens, 42676/65535 chars, 100% compressed size (15616/15616 bytes... it just barely fits, doesn't it?)


P#106761 2022-02-12 04:05 ( Edited 2022-02-12 04:29)

why can i craft the nights edge, i had a soul of blight, a light's bane and 50 stingers

P#106775 2022-02-12 09:40

@CheezBurgr

Oops, that's an error in the documentation. It's been changed to require a Blade of Grass and a Gold Sword, instead of stingers and a Soul of Blight.

P#106777 2022-02-12 10:17 ( Edited 2022-02-12 10:19)
8

Cart #terra_recipe_book-2 | 2022-09-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Updated @jo560hs's recipe browser, for those who would like to check how to craft anything.

2022-09-15
Recipe and item lists updated to Terra 1.4.2b.

2022-02-13
Recipe and item lists updated to Terra 1.3.5 and now it looks nicer.

P#106780 2022-02-12 11:27 ( Edited 2022-09-15 07:26)
1

@cubee The beetle bow is uncraftable, since you need it to craft it or am I missing something?
Also, here's my house :)

P#106793 2022-02-12 19:29 ( Edited 2022-02-12 19:34)
1

Oh, so that's why I couldn't craft the beetle bow.
Anyways, something that might be cool would be using leafy seeds to put grass on dirt or mud blocks since I don't think there's a way to regrow grass right now. Or possibly a craftable staff of regrowth for that purpose, since it's also something it does in vanilla but is normally not that useful.
Plantera could possibly be a bit more challenging, maybe still shoots seeds in the second phase but less often than in the first?
If you do add more content, it would be cool to see some world generation secrets and rare things to find underground or in the underground jungle.

This game is really awesome, keep up the good work!

P#106797 2022-02-12 21:59 ( Edited 2022-02-12 22:32)

v1.3.5: Plantera buff and craftable grass

Changes:

  • The three grass types are now craftable using dirt or mud and leafy seeds, with corrupt grass using rotten chunks instead.
  • Beetle Bow is now craftable, as it no longer uses itself in its recipe.
  • Plantera now continues to shoot seeds at a slower rate in her second phase.
  • Plantera's tentacles rotate slightly faster now, so they can block shots more effectively.

The Recipe Book in the main post has also been updated to reflect the new crafting recipes.

Stat counts: 8190/8192 tokens, 42692/65535 chars, 100% compressed size

P#106806 2022-02-13 00:39 ( Edited 2022-02-13 00:43)
1

i have gotten terrablade, dog gun, beetle bow, flamethrower, all thee endless ammo and hermes, i have beaten the game i think

P#106817 2022-02-13 02:45

SOMEONE HELP MY MY WORLDS DON'T HAVE DEMONITE

P#106823 2022-02-13 05:34

@Robertheweirdo kill eye of Cthulhu for demonite

P#106824 2022-02-13 05:45

@CheezBurgr THANK YOU

P#106838 2022-02-13 15:02

I rlly like it but the beetle bow is uncraftable I noticed
At least according to the recipe cartridge

P#106856 2022-02-13 19:42 ( Edited 2022-02-13 19:43)

Each time I try using the files the cart bugs out... The character is custom, yes, but I notice I can never save, even without a custom character, can someone please help me out on this?

P#106857 2022-02-13 19:47
1

For some reason my character will not load into tyhe world when I start. The world and cosmetics remain the same, but my character losses all his items but the starting 3.

P#106867 2022-02-13 23:17

my Character is: 100,100,24|46:1,45:1,47:1,3:59,44:1,69:1,58:1,59:2,2:60,17:1|eeccccceeeeeeeeeeeccccceeeccccce77cccceeeeeeeeeeeeeeeeeeecc0c60eeeccccce77c0c60677c0c606770c60eeeeecc77ceeeeeeeee00777eeecc0c60e770777667707776600677eeeeecc0770eeecccccee0000eee00777eee000000ee000000ee00006eeee00066eeecc06c0e770006e77000066ee0000eeee0000eee00006eeee0006eeee00076ee771116e77000066ee1111eeee1111eee1111eeee11001eeee100077ee1111ee661111116611111166111111111111ee1111111ee1111177e666111ee661111ee66ee11ee66ee11e666e111e666e111e666e111e0|

P#106876 2022-02-14 01:53

How can i load my save file i dont know how to drag files can you guys make a tutorial or somthing??

P#106877 2022-02-14 02:28 ( Edited 2022-02-14 02:28)

@luckshadow256

Oh yes, the cart in the main post has been updated now. Evidently I forgot to update it there.


@MechanicalDuke

Your character appears to work fine for me, and from my testing it shouldn't matter if there's any whitespace in player files...

Can you provide any more information/screenshots?


@farawaxy

About the random tiles in the sky, that can happen if you load a player file when it asks for a world. It'll interpret the player data as tiles and paste them on top of a newly generated world.


@Johan123

I'm thinking of what format to make a tutorial in.
(For now, does "hold mouse button over file, move mouse over Terra, release mouse" work?)
However if you're not on a computer then I have no idea how the save files would work, if at all.

P#106883 2022-02-14 05:34

@CheezBurgr

Yep, I would class that as completing the game.

P#106884 2022-02-14 05:37

@Johan123


Made a video about save files to hopefully help with explaining how they work

https://youtu.be/SGO080UCDBU

P#106895 2022-02-14 11:28 ( Edited 2022-02-14 11:29)

@cubee i cant load my world cuz this happens

P#106904 2022-02-14 15:36 ( Edited 2022-02-14 17:12)
1

@cubee I am emotionally attached to this game now

P#106908 2022-02-14 17:22

@uhh787

I've managed to reproduce that error by adding invalid characters at the start of the player file.
Could you make sure the start of your player file doesn't have anything except numbers?

Should look like this:
400,400,12|

Not these:
a400,400,12|

a 400,400,12|
P#106931 2022-02-15 00:00
1

@cubee it worked thx

P#106969 2022-02-15 13:29
Page:

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 19:46:38 | 0.411s | Q:109