Discuss Scratch

Yaromir1212
Scratcher
21 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

bbmonkey100 wrote:

Yaromir1212 wrote:

can you tell me how to create a new crafting point
ur making a mod?

Yes, I'm making a mod. There is only a shield there for now, but soon there will be merchants and more.
bbmonkey100
Scratcher
100+ posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

Yaromir1212 wrote:

bbmonkey100 wrote:

Yaromir1212 wrote:

can you tell me how to create a new crafting point
ur making a mod?

Yes, I'm making a mod. There is only a shield there for now, but soon there will be merchants and more.
Epic
guy1ncar
Scratcher
43 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

vad

Vadik1 wrote:

Yaromir1212 wrote:

Can you tell me more about the equipment?
It's added just like normal items except:

“User handler” sprite has “Use item” custom block which calls a lot of “Equip” custom blocks that make it so clicking with equipment held in the hand will equip in in a particular slot. First argument is ID of the item, the second argument is the slot in which it should be equipped.

Stage has “Process stats” custom block that calculates protection stat and how the player should look based on equipped items. It calls a lot of “Armor” custom blocks. The first argument is an item id, the second item is slot in which that item should be, the third argument is amount of protection it gives, the fourth element tells to what value, and the fifth argument which item of Tmplist should be modified to display the item on the player.

The first 4 elements of Tmplist represent the same as digits 4, 5, 6, 7 of GroupTmp of enemies, like I described earlier.
1 - stores skin color
2 - stores chestplate type or 0 if no chestplate
3 - stores helmet type or 0 if no helmet
4 - stores the cape color or 0 if no cape
The fifth element gets removed.

What values represent which costumes visually displayed on the player is entirely described by naming of costumes in “3D Engine” sprite. You can add your own costumes and should just name them accordingly by assigning them some unused number.
“head” and “body” are for skin colors.
“heado” and “bodyo” are for equipment drawn on top (letter o stands for overlay).

vadik can you guide on how you made the 3d effect on the funaces and tree so I can put it in my game
Yaromir1212
Scratcher
21 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

bbmonkey100 wrote:

Yaromir1212 wrote:

bbmonkey100 wrote:

Yaromir1212 wrote:

can you tell me how to create a new crafting point
ur making a mod?

Yes, I'm making a mod. There is only a shield there for now, but soon there will be merchants and more.
Epic
this is a ready link https://scratch.mit.edu/projects/1049648610/
GachaEnjoyer
Scratcher
89 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

Yaromir1212 wrote:

bbmonkey100 wrote:

Yaromir1212 wrote:

bbmonkey100 wrote:

Yaromir1212 wrote:

can you tell me how to create a new crafting point
ur making a mod?

Yes, I'm making a mod. There is only a shield there for now, but soon there will be merchants and more.
Epic
this is a ready link https://scratch.mit.edu/projects/1049648610/
Bet
hokuhokupotetooo
Scratcher
1 post

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

Hello, for some reason, the data of the 18-day record I survived was not left in Turbo Warp, to be precise, it remained, but a bug occurred along with a multiplayer error, and the 10-day data of a Japanese person named NOSUKE, who was doing it online, disappeared and I didn't even get a high score, do you know why?

Last edited by hokuhokupotetooo (Nov. 4, 2024 08:25:33)

Vadik1
Scratcher
500+ posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

hokuhokupotetooo wrote:

Hello, for some reason, the data of the 18-day record I survived was not left in Turbo Warp, to be precise, it remained, but a bug occurred along with a multiplayer error, and the 10-day data of a Japanese person named NOSUKE, who was doing it online, disappeared and I didn't even get a high score, do you know why?

https://docs.turbowarp.org/cloud-variables

Turbowarp Documentation wrote:

TurboWarp has its own cloud variable server independent of Scratch.

Some things to keep in mind:

  • Cloud variables are reset whenever the server restarts or when no one is in the project for a short period of time, so things like leaderboards won't be saved very long.

Austindadada
Scratcher
14 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

this is what you basically made

when green flag clicked
project (100) 3D
MillionOfficial
Scratcher
500+ posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

Bump because I like it
isaiah2011train
Scratcher
9 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

cant open use handler it freezes everything
devkrev
Scratcher
2 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

for modding, how do I change the controls
fourtrees47
Scratcher
1 post

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

I was scrolling through the creative mode inventory, and I saw two books. Can you tell me what they do?
Also, what does the 3rd tab when I click the anvil do?
coderpro5678
Scratcher
68 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

can you explain how this 3D project works? https://turbowarp.org/1135084294
wertauya
Scratcher
3 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

You need a Copper Cogwheel as well as wood and a bow to craft an arrow turret.
coderpro5678
Scratcher
68 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

alright who kept killing me after I broke just one of their base walls? for anyone curious here is how I finally made peace with him lol, its a screenshot.

https://scratch.mit.edu/projects/1153702384/
igtnathan5
Scratcher
1000+ posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

Vadik1 wrote:

hyrumm wrote:

can you add save code? and make mobs brake less things its RELLY hard that zombis break ALL of you'r stuff
It is a highscrore game. It is intended to be hard and it is intended to not have any way to save.
Currently if you play CORRECTLY, you will be able to survive longer. How well you play affects how long you can survive and if you know how to properly survive you will be able to get to the leaderboard.
If I made it easy, than instead of getting to leaderboard requiring skill and knowlage, it will just be a game about who can wait more. Also, aren't you concerned about how some pople in the leaderboard already having 100+ and 200+ days? (Each day is 4 minutes) If I made the game easy than those numbers would be 999 and anyone, no matter how bad they play will be able to get to the leaderboard if they play for 2.775 days. I don't want that to happen. Players should die quickly and numbers in the leaderboard should be kept low, so that anyone who can play well, can get there without wasting multiple absurdly large amount of time and so that people who are bad at playing this game(mostly lack of knowlage of what they are supposted to do) have no chance against them.you

Adding save codes to a highscore based game is also a terrible idea, because it defeats the whole purpose of having a leaderboard and having ability to die and lose everything. Once again, having this will turn game into “play this super easy game which you don't even know how to play for 67 hours to surpass any players in the leaderboard who actually know how to play” which I definitely don't want.
… you know i could just box myself and survive for the next 5 hours right? (lol)
GachaEnjoyer
Scratcher
89 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

igtnathan5 wrote:

… you know i could just box myself and survive for the next 5 hours right? (lol)
Bruu I should have tried that
Vadik1
Scratcher
500+ posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

igtnathan5 wrote:

Vadik1 wrote:


… you know i could just box myself and survive for the next 5 hours right? (lol)
If you progress fast enough to be able to deal with fire zombies and explosive throwing zombies by the time they start spawning, upgrade your “box” to be non-flammable and after that keep repairing it for all those hours, then sure. But you still need to be at least somewhat experienced to be able to finish that preparation in time.
GachaEnjoyer
Scratcher
89 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements

Vadik1 wrote:

igtnathan5 wrote:

Vadik1 wrote:


… …)
If you progress fast enough to be able to deal with fire zombies and explosive throwing zombies by the time they start spawning, upgrade your “box” to be non-flammable and after that keep repairing it for all those hours, then sure. But you still need to be at least somewhat experienced to be able to finish that preparation in time.
How do u repair walls
maiduslem
Scratcher
66 posts

TDSGBV 3D - Large 3D ☁Multiplayer survival game with base building and tower defense elements


Can we switch to creativity mode in the game?

Powered by DjangoBB