#general-feedback-discussion

1 messages · Page 615 of 1

flat crypt
#

you spend like 30 seconds around AI and you'll be able to tell. then you move on

#

considering how slow placed this game is, thats no time at all

versed zodiac
#

than why have indistinguishable ai in the first place?

left nacelle
#

You would be able to tell from head movements alone tho. AI will probably be looking straight forward most of the time, players are constantly moving their heads around

flat crypt
#

better fighting, more immersion

#

just looks nicer

left nacelle
#

And because the discrepancies wouldn't be noticeable unless you looked for them

flat crypt
#

they don't want 100% real to life accurate AI because you could never replicate that. but they can create AI that behaves in a realistic fashion

versed zodiac
flat crypt
#

that relies on getting a playercount. not every server will get that

flat crypt
#

smart AI is a wonderful solution for servers that maybe aren't so popular

#

of which there are many

#

and regardless, even in high-pop servers itll still be fun

left nacelle
#

Think of it like making plastic fruit. The fruit looks really and can sometime feel real, and it sure gives the right feeling of fruit and makes you think it's real fruit, but you can't actually eat it. That might be a bad analogy tho

versed zodiac
#

meh i guess ai would be good for less populated servers.

flat crypt
#

chances are that's how itll work anyway. high pop = lower ai, low pop = higher ai

#

Ai are mostly just there to fill in the gaps

#

hence why you want realistic behaving ai

versed zodiac
left nacelle
#

Yeah idk where tf that analogy came from but it just popped into my head lol

versed zodiac
flat crypt
#

i mean thats just. the logical intuitive way of doing it lol

versed zodiac
#

but this is the isle lol

flat crypt
#

i hope they plan on using AI to fill empty niches too. so if theres no dilo players for example, higher rates of dilo AI will spawn

#

would help balancing SO much

#

and considering diets they'll probably have to do it

#

would suck to be a carnivore and not have anyone playing the herbi you're meant to eat on the server

versed zodiac
flat crypt
#

i mean its not that hard realistically

#

if the server is capable of keeping track of how many of each player there is, it just needs to then spawn higher numbers of AI where theres gaps in players, and lower numbers of AI where theres a surplus

#

if lots of people are playing rex, few rex AI for example

#

similar balancing exists in other games anyway

#

hence why lots of people have been hoping it'd come here too

versed zodiac
#

meh imagen the amount of work needed to have it to where the softwhere knows ok i give this server more dilos and this one more tennos. like i don't know if the devs are that good. maybe they could make it a server option like the owner of a server can see what dinos are being played and how many and than the serer owner can fill in the gaps wit ai.

flat crypt
#

i mean, theres not some massive hivemind that is All Servers that needs to keep track lol. each server is hosted on its own thing. it only needs to keep track of itself

#

the software only needs to know how to operate within a single server

#

and it then just does the same across all servers

versed zodiac
#

maybe the ai will only be in official servers lol.

flat crypt
#

im no coding expert but its fairly logical

#

its just a matter of influencing spawn rates according to player numbers

#

in fact if they already have functionality for more overall players = less AI and vice versa, that can be tweaked and applied to specific dinos

#

its just player numbers and spawn rates

versed zodiac
#

wait every serer has different players so every ai codeing would be different no two serveres have the same amount of players playing the same dinos as another server.

flat crypt
#

yep

#

but that shouldnt make it more or less difficult

#

the coding itself is the same

versed zodiac
#

so then the ai coding for certain dinos would have to be complex.

flat crypt
#

there doesnt need to be unique code for every single different combination

#

thats not how coding works

#

it literally is more or less just a case of the server checking the different rates and then relaying that information to whatever part of the code decides spawn rates

#

its without a doubt nowhere near as complex as you seem to be thinking

#

complex, dont get me wrong. its coding, coding is never easy

#

but there are MUCH harder things that are already coming to the game

versed zodiac
#

sorry im not to familiar with how video games work but im pretty sure it would at least be a bit difficult to do like every server wont have the same amount of players playing a certain dino so every servers ai dinos would be in different amounts and some might be excluded. like they are planning on having 50+ playable and they confirmed all dinos will have ai so that's 50+ different dino ai to chose from and if what you are planning is the case then the ai would be produced in certain amounts depending on the amounts of player per dinosaur so i can imagen that would be at least a bit complex.

flat crypt
#

nah not really. my understanding of coding is minimal but i am studying game development and have played plenty of games with similar features. i can break it down easily

#

there's a section of the coding that determines at what rates AI spawn. If it's being told that the server does not have many players, it will spawn higher amounts of ai. and vice versa.

Likewise, if it is being told that the server has very few allos, it will spawn higher rates of all AI.

#

the piece of coding for each different dinosaur is the same. low player count = higher ai count

#

there might be slight variation. if theres only 2 dryos, itll spawn more dryo ai than if there was only 2 rexes.

#

but the overall concept isnt difficult, and has been done before

versed zodiac
#

im talking about the whole argument of "i hope they plan on using AI to fill empty niches too. so if theres no dilo players for example, higher rates of dilo AI will spawn".

flat crypt
#

rates of spawning are often determined by chance. so for every game tick, something with a 1/5 chance of spawning has a higher rate than something with a 1/100 chance for every gametick. from my understanding thats usually how spawn rates work

#

what i said applies to that exactly

versed zodiac
flat crypt
#

and?

#

thats SO much more simple than a lot of other coding

#

that's just the same code for each dino species

versed zodiac
#

that is alot of dinos per different server it does not sound simple at all.

flat crypt
#

it literally would be comparatively.

#

once you have the base code, you can copy it and tweak it as needed

versed zodiac
#

?

flat crypt
#

they're already doing that. its why utah and tenonto were all we had at first, and we adding new dinos is easier now

#

the base functionality is built into utah and teno, and they can copy what they need over for new dinos

versed zodiac
#

im so confused.

flat crypt
#

the same applies here

#

do you know anything about coding?

versed zodiac
#

not at the least bit.

flat crypt
#

like, at all? not trying to insult, just want to get an understanding

versed zodiac
#

noda

flat crypt
#

so its not surprising that it sounds so complex to you

#

but what im basically saying is that 50+ dinos isnt any harder than 10

#

because they can reuse the same coding, maybe with slight variations

#

its like saying adding in 50+ dinos into the game at all is too complex

#

if each one had to be coded from scratch, entirely unique: of course! itd be a nightmare!

#

but they use building blocks

left nacelle
#

I'm back lol. Think of it as having a basic blueprint that can apply to all creatures in the game. Once you make that blueprint, you can just add the extra stuff to it (models, animations, abilities, etc) to make a ton of different animals

#

When previously, they had to rebuild everything from scratch for every animal

versed zodiac
flat crypt
#

hmmm here's an attempt at an analogy. Say you have to write invitations for a massive wedding. All of them have to be slightly different, because they are addressed to different people. If every invitation said Mr. Smith, it'd be a bit confusing.

Now then, if you had to create every single invitation from a blank piece of paper, it would be a lot of hard work and would be very tiring.

But, if you had a template, and just had to fill in basic information like name, address, then it would be much, much easier

#

that is essentially what's going on here

#

you have some basic coding which is your template. then you just need to fill in the blanks for each dino

#

so once you have a system that can use the number of players to influence AI spawn rate, you can work off of that

versed zodiac
flat crypt
#

coding is a nightmare and im glad im more focused on the arts, but i understand the gist of some aspects enough to vaguely explain it haha

left nacelle
flat crypt
#

Chances are, with the diet system coming into play, they will have to implement something like this. i dont think it would be very far fetched

versed zodiac
#

lol

left nacelle
#

Diet system will be amazing

flat crypt
#

the hardest part would be 1. creating the template and 2. balancing the filled-in information

#

you dont want the same spawn rates for rex as you do for dryo after all

versed zodiac
#

still think more players is a better solution to certain dinos not having the correct food but hey ai cant hurt.

left nacelle
#

But you can't guarantee that players will pick the right animals

versed zodiac
#

which is why i can agree with there at lest being ai just incase.

left nacelle
#

@plucky ridge Not being able to smell packmates footprints can make it hard to keep track of them if you lose sight of them. That's helped me in the past as an herbivore at least, since you can't group with other herbivore species. And I think footprints colors for diet are a bit much. I think maybe your own footprints should be a different color and that's it

plucky ridge
# left nacelle <@!651911559651655690> Not being able to smell packmates footprints can make it ...

I mean you’re not really grouped with the other herbies with the grouping system so you would still be able to smell their foot prints. Seeing different colors would make sense because you are smelling an animal and color would be the only way you can represent smell. Herbis don’t smell the same as carnis. Even as a human I can walk in the Forrest and tell you if a elk or a bear has been in the area just by the smell.( I hunt irl)

left nacelle
#

That's actually a pretty good point. But I think coloring the footprints would remove a lot of the mystery from the game, even if it isn't super realistic. Plus all those colors could get confusing and they'd probably clash with the scent colors if you made them the same, but if you didn't make them red and green, then new players would probably have a hard time figuring out what the colors mean

#

Also the footprint/grass contrast thing you brought up in your suggestion probably won't be as big of an issue once day/night cycles are added in the coming weeks

plucky ridge
#

I can see your point. In the end if they just fix the yellow footprints I would be happy. Make them orange or purple or something. The yellow is just annoying during the day time with the grass

ebon crypt
#

Just give us multiple color options for scent particles so people can choose what's best for them

mild stone
#

Are the LODs in the game yet ?

#

Because vegetation looks rly bad from afar

edgy hamlet
ebon crypt
#

Gonna repost this again
While all of the new legacy problems are obviously an issue, people seem to forget that the chinese hackers weren't just hacking the hypos. I'm pretty sure that we still don't know if the chinese servers were safe or not, they apparently started going onto other servers as hypos and they were selling these exclusive dinosaurs for real money, which, I'm pretty sure, is literally illegal. Yeah, it sucks that legacy took a hit from the fixes, but this hacking issue was also a big problem that needed to be fixed.

edgy harbor
#

I think instead of taking steps back and reverting, we need to move forward and legacy should be fixed, along with the fixes towards thwarting the hackers as well.

random imp
#

not to mention that legacy is supposed to disappear

#

legacy is NOT the game

#

is just a temporary playground just to let people cry less

#

if they delete legacy completely the moment the carno update hits EVRIMA i'd only be happy

barren zephyr
#

Well it is where the main player base is, granted carno, hypsi, and stego are coming out soon so..

#

More of a reason to play Evrima

dapper pulsar
#

If we look at the facts Legacy doesn't have Hypsi.

barren zephyr
#

What

dapper pulsar
#

But neither does Evrima, so for the time being neither matter.

barren zephyr
#

Good point

random imp
#

that's what i said, once we have all the new stuff in EVRIMA i'd delete legacy

#

lots of problem solved in one go

#

and i think that the updates will come fast one after another.

#

people won't even notice legacy got deleted

last topaz
#

Right now I think legacy should stay, but in march I think it should be given up on, since we would already have a bunch of new content for evrima that will make the game far more balanced and enjoyable than legacy can ever hope to be

dapper pulsar
#

I don't think Legacy should be full on deleted, but maybe the removal of official servers later down the line could be of benefit to EVRIMA.

last topaz
#

I honestly think it should be deleted to get people that don't know about evrima to play it. God I wish I was one of those people, tuning in one day and seeing that the isle had so much new content all of the sudden

dapper pulsar
#

They could just give it a new bit of text when you launch it informing people about EVRIMA, and if they are closing servers maybe there could be some sort of in game clock?

barren zephyr
#

Camera locked while eating and drinking?

#

I don't like how that sounds.

dapper pulsar
#

I'm kind of a fan.

icy lion
#

i wouldnt want it to be 100% locked but if you only had like a 30 degree range thatd be sweet

paper geyser
#

well dinosaurs have eyes on the sides of their head, and they can eat/drink while having their heads turned to the side just fine, meaning they should be able to see pretty much all around them

#

maybe lock the camera when they actually bite a corpse or take a sip

#

other than that i think its pointless and unrealistic

glad dirge
#

I dont think camera should be locked much, at least be able to view 180 degrees in front of you, maybe not directly behind though

#

if at all

green bough
#

Guys. anyone getting Fatal error, replay bugs and loading times increased since update? its annoying for me and my friends

still raptor
strange wave
#

@thorny lynx im pretty sure thats just the utah 180 turn animation without head tracking

covert pelican
#

Hell no to the 1 call to make your group members more visible when further away. That's just retarded. You would have way to much 1 calling going on 2nd then you would ruin strategy. Alot of times I kill Utah's that wonder off from the group and it's to late for em to call for help.

edgy hamlet
#

@thorny lynx I think the utah pounce isnt there for juvi or sub Utahs because the whole pounce animation wouldnt fit on a small juvi utah in any way, they would have to change the animation for all the growth stages and that would need lots of time

thorny crag
#

as group you can just go for players that onecall, you would not call if you don't need the ai (or attention). this would make solo gameplay much less practical and easy as it is now

#

strengh in numbers

edgy hamlet
#

also realisticly small creatures wouldnt walk towards 1 calls except maybe carni ai, imagine hypsi ai spawing near a carno cuz it 1 called

thorny crag
#

just depends, solo players will avoid dangerous calls and walk towards same species calls, while groups would hunt the individual calling. it can also be used as bait to attract a utah group that thinks about getting a allo snack but then deals with 5 of em. idk imo that could open some cool situations

#

more (forced) player interaction

noble lava
# covert pelican Hell no to the 1 call to make your group members more visible when further away....

I think there should just be a range to where a group member can see their group. Anything greater forces them to 1 call (thus showing their name to the group) and have a group member 1 call back (to show their name to that group member who originally 1 called). This way only the names of those 2 would pop up for anyone in the group when a member is far away. This would also allow others to know if someone who isn't in their group is near by because they heard a random call. And it will add to the realism/emersion.

violet magnet
#

but ye i am definitely not a fan of any mechanic that punishes solo gameplay (like having to broadcast to get AI to spawn when you're solo, wtf)

unreal ridge
#

the calls arent supposed to scare things off nessecaryily mimicry is mostly used to lure things away or lure things towards you , ovi lures them away and then uses it's speed to run and grab an eggo

paper oriole
#

Not really a fan of permanent loss of horns/thagomizers/spikes as that would just make you weaker and people would just suicide due to the lowered attack stats

#

Like “welp my horn fell off now i'm a target, better just drown myself now”

paper oriole
#

Also is it just me or did some of those tenontos tank 3 hits from the tail swing on stego

unreal ridge
#

they healed a tad during the fight i guess

paper oriole
#

Dam thats lame lol

#

If stego cant 2shot tenonto what's it gonna do when an allo rolls up

unreal ridge
#

well i mean bleeding is going to be a huge problem

#

when a thagomiser gets in , you gonna have to wiggle to get it out

#

and when you move around

#

it digs deeper and deeper into your skin cutting away at tendents and muscle , ripping you up from the inside and then making you bleed internally

#

thats why stegosaurus was never an everyday meal for allosaurus

paper oriole
#

That would be nice, but it doesnt seem to be the case in the stego vs teno vid

#

The thag seems to slip in and out like any attack, would be nice to see it do some mad fuckery getting lodged in someones rib and yanked back out for some extra damage

#

I want to go second form freeza vs krillin on some utahs with my horns and thagomizers

unreal ridge
#

i think it would be cool , like a counter for larger carnivores as stego would be to just literally impale them

#

the only way to get the thagomizer out is to struggle and struggling makes it worse

#

thats why stegosaurus is so perfect

paper oriole
#

Yeah if it struck them as they moved and caused an extra rip of damage, or it could get lodged in bony areas

#

If they dont take advantage pf that i will be sad

unreal ridge
#

the only thing that can counter this are carnivores with long arms or groups because the groups can help pull them out and long are can rip at the stego's tail without moving too much

paper oriole
#

Or taking advantage of the tail being wedged in your buddy's neck to attack the stego's head lol

unreal ridge
#

thats why it pays to be in a herd as stego

#

someone smacks the enemies back and the other thagomizer's right in the eye pulling it on either end lmao

dapper pulsar
#

Ok, reading back my message now it seems I was more focused on Hatze than the actual focus, which was to construct a unique player base for the sky.

flat crypt
#

I get what you're going for! I agree. It should apply to aquatics too, if those come. They will overlap and mingle with terrestrial creatures but there should be an ecosystem for them too, with its own degrees of tiers and balancing

dapper pulsar
#

I wanted to mention how aquatics deserved the same love, but I was kinda nervous about being yelled at about Mosas being deconfirmed or something.

flat crypt
#

In BoB, until tropeo was added ptera reigned supreme, it wasn't necesarrily overpowered but it was an easy lifestyle. And I think the same may occur for the ptera here until they have competition in the air

#

Until we get another flier, ptera will only realistically need to worry about other pteras unless there's something that forces them to the ground more. which wouldnt make sense for ptera anyway

low dock
#

Depends if the running take off takes a while

dapper pulsar
#

I think the only thing currently binding Ptera to the ground is food, and it's a fisher, so that blows most threats away! Deinosuchus jumping out of the water to catch a ptera would be cool.

low dock
#

Dont quote me on this, but i've heard that ptera will be not a very strong flier in terms of stamina, meaning it might have to be on the ground a fair bit

dapper pulsar
#

That could be very helpful, but I'm sure there are plenty of places Ptera could rest where no dinos could reach it.

low dock
#

Oh for sure, i just hope that ptera is going to have to be careful if it lands on the ground, careful enough because Carno and Utahs should be able to grab it if it lands within ~50 Meters of em

dapper pulsar
#

I hope so too. Maybe they can lighten up on it's ground tethering once there are more things in the air that can kill it.

#

Also when they add men with guns.

#

Guns might cause a whole lotta rebalancing.

low dock
#

I think the only other flier we have other than ptera and quetz is gonna be pela

flat crypt
#

im still so wary about adding humans because of guns :|

low dock
#

Guns will break the game

flat crypt
#

without guns humans are free food, with guns they are KOS supreme

low dock
#

For the first 2 months of guns being i bet there will be massive balance issues

dapper pulsar
#

I'm mostly concerned for Minmi.

low dock
#

At least itll have a burrow to cower in

flat crypt
#

its rough because like, humans cant outrun the big apexes. we're not very fast. so they need to be able to fight back. so what about all the small creatures? its not logical for bullets to just magically do less damage

#

maybe mercs need to rely on transportation to survive against apexes, while cannibals are weird and freaky and can run fast anyway

low dock
#

True, one shotgun pump should kill anything under a ton from under 20 meters

#

Irl that is

dapper pulsar
#

I think apexs would force them into the brush where animals that are easy to kill with guns actually stand a chance. Maybe that's their plan for balance?

flat crypt
#

yeah but lets be real. people will throw a fit if they cant gun down a rex

low dock
#

Only issue is how do we rely on apexes forcing mercs into brush if the're supposed to be rarer now

#

People will throw a fit if their rex dies in ANY way, you've met rex mains

flat crypt
#

a skilled giga killed my rex :( unfair :(

low dock
#

Exactly, "My rex cant go gun down 4 trikes, but they're herbies thats not fair"

flat crypt
#

im just glad humans are a long way away. i can enjoy this game until then :)

#

and hopefully find a server thatll disable humans because i love this game but i dont have faith that they'll be well balanced

dapper pulsar
#

Wait are tribals gonna have to grow?

low dock
#

Idk about that, seems to me like humans are kinda a separate aspect maybe on the in progress list on the roadmap eventually, and im sure there will be tons of servers that disable humans cause most people seem to feel the same way

#

I wanna spawn as a mutant toddler

dapper pulsar
#

That would suck

#

It would be funny

#

but it would suck.

low dock
#

The tribals are gonna need tons of work to balance, same with mercs. I honestly feel its too large of a task

flat crypt
#

spawn in as a literal infant

low dock
#

Toddler with a glock??

dapper pulsar
#

I mean yeah if you join a tribe you'd be the most helpless creature on the island

flat crypt
#

give a child a gun. see what happens

dapper pulsar
#

If mercs would spawn as kids instead of just like arriving on a boat

#

I would be so happy.

low dock
#

Trigger happy infants are more dangerous than any apex predator

dapper pulsar
#

Maybe they start out with only a knife

low dock
#

A knife is even really serious weaponry

dapper pulsar
#

Their elder forms can have a grenade launcher or something depending on what they speck into.

low dock
#

That's like the size of a rex tooth, and its sharper, and the user can aim it well

#

Gramma with a boomstick, yes please

dapper pulsar
#

That just made me realize that elder mercs would just be elderly people.

flat crypt
#

give granny a gun, see what happens

dapper pulsar
#

The hypo killers are here

low dock
#

But if we actually look at humans, we start a decline in health slowly at what, 35?

dapper pulsar
#

It's 23.

#

Your peak is at 23.

#

It declines immediately after.

low dock
#

Idk about 23 cause brains dont fully develop usually until ~25

dapper pulsar
#

Oh, well, it's somewhere around there. When your brains done developing it has nowhere to go but down.

low dock
#

Google tells me 25

#

But it's honestly probably different dfepending on life style

dapper pulsar
#

Yeah.

#

How do you think taming would work on players?

#

Like, constant at odds control?

low dock
#

Apparently muscle strength is at 25, bone strength is at 30, intelligence 31, and math skills is... 50 lol

dapper pulsar
#

Oh jesus

low dock
#

Taming as in dino taming?

dapper pulsar
#

Yeah.

#

Like that thing tribals are supposed to do

#

Turning players into slaves.

low dock
#

I think it should be simple, where you can either feed the animal and be kind to it to gain a dangerous friend, or chain it up in an area and know that if it escapes, it will want your head

dapper pulsar
#

It could be neat having a very iffy relationship with a rex, accidentally poke it with a spear, and have your entire village become a giant Bangladesh flag. I mean like, how control with the animal would work, because I think it was once described as like "50/50" between the tribal and dinosaur, although this might only apply to riding.

low dock
#

In my eyes the rex in this case has all the power, and is only calm and nice because they get fed and protection, once that disipates the village just becomes a buffet

dapper pulsar
#

I guess some people would be fine not massacring a village for mutual gain. Maybe it's just suggested by the rider where to go, and the dino can agree or disagree, or maybe the dino has bits of full control, while the rider does as well.

#

Dino feeding could lead to a lot of cool things on it's own, like maybe trade with a colony of Beipiaosaurs, giving them fish in exchange for checking if there are deinos in the water.

low dock
#

The dino riding is gonna be really weird, people will freak out if you cant ride every dino, and then we'll get targeters going specifically for human /dino pairs. Definitely yes to dino trading, i wanna see some relationships like that but not to the point where species actually work together, just little things like that.

#

Oh jesus i gotta get up in 6 hours im outta here

dapper pulsar
#

Alright, this was a nice chat. Later!

low dock
#

Cya

still raptor
#

The devs might pull an official size chart later down the line

unreal ridge
#

they better make stegosaurus bigger

ebon crypt
#

An official Isle size chart would be pog

unreal ridge
#

it was only 8 inches smaller than trike at the max

glad summit
#

@haughty cove I'm pretty sure they hinted at the dilo getting hallucinogenic venom in its card.

ebon crypt
#

I don't know if we should be giving server admins that much power. It can become really difficult to find a server that you like that way. Maybe just simple on/off options for certain stat drains, so for example you can turn off hunger drain or stamina drain, but not completely alter it?

tender latch
#

Eh idk just an idea

brave pawn
#

@lime gulch it looks liked you turned of the screen space reflections. When you turn them on EVRIMAs water looks much better than the water in PoT

lime gulch
#

It’s not my photo

hushed shadow
#

yeah thats why i suggested just hunger and thirst times so its still balanced, because we all know therell be servers targeting specific dinos if we let them fully customize everything

brave pawn
#

But you get my point? I really don't know why the person in the picture turned them off

lime gulch
#

Yeah makes it look even shittier tbh I would’ve used my own screenshot but I did not feel like re-downloading the branch until the update

dapper pulsar
#

Any feedback towards Hatze?

pale schooner
#

Hatze good

dapper pulsar
#

I would think being resistant to your own species' venom would also be a part of Dilo! Also, thank you!

dapper pulsar
#

It would be a very extreme morph.

paper oriole
#

Oviraptor: “hello th-“
Beipi: “so you have chosen death”

dapper pulsar
random imp
#

Holy shit, that's an angry murder pinguin

unreal ridge
#

the baby beipi kina look like squab

dense wagon
#

@unreal ridge an animal doesn't have to be big to seem dangerous. meter long thagomizers should be enough to tell attackers to get lost.

unreal ridge
#

well i mean when its down sized from almost elephant sized to the tenontosaurus , theres a problem

#

a 9 foot animal compared to about a 6 foot animal is a big difference

vast heart
#

The stego is not downsized, its using the accurate size of stegosaurus stenops

unreal ridge
#

well a visable one

icy lion
#

legacy stego is insanely oversized

dense wagon
#

^

vast heart
#

Irl stego was downsized a while ago

silver zephyr
#

the stego isnt teno sized first of all. i will admit it looks a tad small (probably just me) it is by no means teno size

icy lion
#

its hard to see in the vid but theres a few spots where a teno is right next to a steg

unreal ridge
#

oh if it is accurately sized i cannot argue with that

dense wagon
#

here

#

it's about 1.5 the size of teno

icy lion
#

and remember teno is like, maia sized

silver zephyr
#

also keep in mind teno is upsized to hell

vast heart
#

Stegosaurus used to be big af but thats because it was quite fragmentary and old reconstructions used different proportions

silver zephyr
dense wagon
#

woah, didn't realize kentro was pachy sized

#

that's tough

silver zephyr
#

yeah kentro is rather small. i mean they could upsize it potentially but who knows

icy lion
#

at 1:07 theres a teno that goes headfirst into a stego, its not the greatest reference but its there

unreal ridge
#

dryosaurus is like on utahs level

#

dryo feels small on the isle evrima

icy lion
#

theyre both small tiers

vast heart
#

I do think dryo ingame is smaller than it should be

#

Or utah is oversized

unreal ridge
#

either or

dense wagon
#

dryo is too small i think

unreal ridge
#

i like the idea of pue bones around the map making it seem like they went extinct instead of being shot down or blipped out of existance

#

as if you could kill them with bullets

dapper pulsar
#

Dryo IRL was like 2/3rds to 3/4ths Utah's size.

dense wagon
#

hmm

#

the stego in the vid seems small compared to the size ref, fulgore

silver zephyr
#

maybe

#

i doubt the graphs are 100% accurate. just a general idea

dense wagon
#

in the vid, stego is like, 1.5 tenos
but the ref shows it like double

#

i see

silver zephyr
#

also tbf the battle was on a weird slope

dense wagon
#

either way, stego is powerful, it doesn't need an upsize that bad

silver zephyr
#

yeah

dapper pulsar
#

If I keep suggesting things one of them will come true.

dense wagon
#

#RipPue dondiSucc

unreal ridge
vast heart
#

The ref seems to be using stegosaurus sulcatus or ungulatus (cant remember which one was the biggest) size instead of stenops

unreal ridge
#

so we could be seeing an inaccurate stegosaurus

dense wagon
#

nah, the only thing that's potentially inaccurate is the size ref

vast heart
#

The devs could just change the species and say that its a stego ungulatus/sulcatus

#

(If the upsize stego ofc)

dense wagon
#

unlikely. stenops has been the one they used since it became a playable iirc

#

they'll probably want to stick with it

dense wagon
#

@dapper pulsar if dodos are rare, they should give alot of food. also considering they were so filling to explorers that they hunted them to extinction.. they should give a decent amount of hunger.

dapper pulsar
#

I think the reason they were hunted to extinction was because they weren't that filling.

#

Although, I'd be fine if they gave a decent amount of hunger.

dense wagon
#

if they weren't filling, no one would hunt them

dapper pulsar
#

I mean, I'm sure for the effort required to catch them they were filling.

#

If they gave a lot of food, I can imagine a lot of memes about them being angels and a lot of out of context clips of people begging for a dodo to spawn.

sick crescent
#

@thorny lynx I'd rather have dimorphism made for stego than from another stegosaurid species

#

Example: Female is Stenops, Male is Ungulatus
Plates Wise

mental sleet
#

Fulgore don't timer it you potato, we don't know if Stego will have plate dimorphism.

sick crescent
silver zephyr
mental sleet
#

If there was I probably forgot it existed.

sick crescent
#

There was

silver zephyr
#

or male

mental sleet
#

Not sure.

sick crescent
#

It's so gross

mental sleet
#

oh that's interesting.

sick crescent
#

If it was male, then female plates would need to be smaller aswell

#

If that's female, its a bit more acceptable, but... I just don't like how the plates got cut in half

still raptor
#

I like the males to be more flashy but the platelets for female should rounded like in the picture above.

silver zephyr
modern stone
#

fatcro

thorny lynx
#

Why is everyone complaining?

mental sleet
#

you can literally line up the acro below with the acro above

still raptor
#

Too tired to think about it. Fucking Turkey.

silver zephyr
#

not complaining, i agree with your points. but holy shit i swear ive seen this exact feedback from you like 100 times

mental sleet
#

and the only issue would be a shorter neck

thorny lynx
#

The neck is too short, the back is too rounded, and the head is too big.

#

Also. The back of the head is way too tall.

modern stone
#

acro has a tumor on the back of its head lol

crude girder
#

I mean, it could be a keratin boss or smth

still raptor
#

Keratin makes sense.

thorny lynx
#

Also noticed the fibula is hella short.

dapper pulsar
#

I don't think total skeletal accuracy should be maintained, although if it was a lot of designs would be better

thorny lynx
#

Maybe not total, but at least proportion-wise. The fibula and tibia are way too short compared to the femur.

valid elk
#

@thorny lynx I believe that will happen.

valid zephyr
#

looks awful.

dapper pulsar
#

Burn.

silver zephyr
#

@barren zephyr zin why dondiSucc

barren zephyr
#

what 0-o @silver zephyr

hot spear
#

Last time the devs did something like that it went very
very wrong dondiSucc

barren zephyr
#

awww dondiSucc

hot spear
#

Yeah
Thats what happened with the spino model tease from loong ago
The devs shared it in a boosters only chat but then the community immediately leaked it everywhere
So doubt that'll ever happen again dondiSucc

dapper pulsar
#

That was a cool .2 seconds of nitro exclusivity.

still raptor
#

Spino model got leaked so it would probably never happen again.

hot spear
dapper pulsar
#

Why the fuck is the dodo emoticon broken on mobile

still raptor
#

The turkey lmao

dapper pulsar
#

Why did they sabotage dodo for turkey

still raptor
#

Seems like an offtopic discussion to me

dapper pulsar
#

No, it's relating to a post in general feedback.

#

Totally acceptable.

#

I have ideas for Navajodactylus, Mistralazhdarcho, Aerotitan, Alanqa, and Zhejiangopterus, which I think broadly covers just about every type of Pterosaur.

ebon crypt
#

wdym?

dapper pulsar
#

Quetz is placed on the same level as Magnatyrannus and I don't see why it would be such a big deal if Hatzeg exists, or why they'd want Hatzeg after they have Quetz.

#

Like, Quetz could've just been a bonus during Operation Inferno, and Phase 3 could be focused on it because it's one of the famous dinos, but I can't see being both at once. The first Quetz being an important event makes it seem like it's something special, and the fact that it seems to be a factor in Operation Inferno confirms it to me.

#

There could always be something like Hatzeg not being a good enough flyer so it's not considered remarkable after being created, or Hatzeg almost being completed before being dropped after Inferno, but the bits of lore we have are making me think it's chances of getting in are basically zero, which they were before but now I'm less hopeful. Hatzeg would still be sick though.

nimble thistle
ebon crypt
#

I mean, we can still get a quetz with hatz features

dapper pulsar
#

The name means everything.

#

If it's called quetz then It's the nerd azhdarchid.

ebon crypt
dapper pulsar
#

I refuse to like anything that's popular super popular.

#

That's why I'm like the only person who doesn't like Deino. I can justify it with different reasons of course, but it'll always be because it's popular.

ebon crypt
#

I mean, that's your opinion and choice and that's fine, but what does this have to do with quetz and hatz again?

dapper pulsar
#

I was joking at first but I'm starting to actually see it now.

#

Quetz is far more popular than Hatze. Hatze is super popular, but it's not on Quetz levels. Quetz is like the Tyrannosaurus Rex of the skies.

#

From a popularity stand point.

#

Also Hatze's main features are a (relatively) short neck and massive head, giving one or the other to Quetz would make it look stupid, and both would pretty much make it a Hatze.

ebon crypt
#

Does it really matter what the large leathery bird is called though? Personally I don't care which one we get since they're both close enough to be mushed into one hybrid, it's just that we already had quetz

dapper pulsar
#

I mean, not really.

#

But it's the only way we can have both of these azhdarchid looks!

#

Also cool fact, if you look up any azhdarchid, one of these photos will show up with an article claiming it to be the largest flying animal of all time.

#

Also I wanna add things to the Hatze suggestion but I'm scared those'll take away potential check marks, which I assume play a factor in if a suggestion is picked up or not.

ebon crypt
#

Community votes don't always determine if the suggestion will become reality or not

dapper pulsar
#

Yes, but Hatze needs all the help it can get.

#

What's the max you think a Hatze could swallow whole? I was thinking a Utah but that might not be popular.

random imp
#

dead one maybe

#

alive one feels stupid

dapper pulsar
#

Most certainly dead, or else Hatze could just divebomb a random pack and get a free full meal.

zinc anvil
#

We don’t need the devs wasting time on a quetz clone why not make it a skin instead 😊

dapper pulsar
#

I will fight you

jovial sleet
#

"Passive damage resistance"....huh....yeah until further notice it's going to be a no for me.

#

also FACTS synergy. Devs quetz remodel when ? Turn quetz into that giant dangerous flying animal.

lilac swallow
#

passive damage resistance for a random reason is cursed

#

and even them magy would be weaker to fliers not stronger

flat crypt
#

@jade schooner for your idea, if its in its own channel giving users a suuuper crazy long cooldown would hopefully help with one question per user

languid crown
#

me when i accident hit enter and have to wait 4 years to ask my next question

flat crypt
#

you can edit your posts despite cooldowns usually i think

#

max cooldown is 6 hours BUT itd help keep things slow and manageable

jade schooner
#

Of course it’s own channel. Yes the idea is to leave the answers channel forever available (unable to text for us) so we can see the answers.

Also: discord only allows 2 min slow mode iirc

flat crypt
#

the moment you ask a question you are banned forever to never return. guaranteed 1 question per user that way ;)

#

but nah max cooldown is 6 hours

#

its like that in balance and AI feedback

jade schooner
#

Gotya

flat crypt
#

also im a mod in a different server and was able to check lol. shame there isnt a 24 hour cooldown tbh

#

it would have its uses

jade schooner
#

Well, 6 hours is good enough imo

flat crypt
#

yea even with like. a 10 minute cooldown things could still get spammy

#

but 6 hours makes people be more careful and take it sloow

#

but ye, nice idea. good way for the devs to see what the players are interested in knowing, and help players learn a little more!

#

good communication between players and devs is always very important

random imp
#

i honestly miss the QnA livestreams

#

and i miss Dondi's presence on this server, the man is a legend

#

that last livestream was so fun

paper oriole
#

Or just play on another server? Being able to just switch between dinos is like a drean come true for salty revenge killers and trolls

still raptor
#

Just log into another server.

molten tulip
#

You can just drown your dino or jump off a cliff to get a new one

edgy hamlet
#

Also this would cause revenge killing

lilac swallow
#

I still think a 1 hour timer between slot changes would be balanced

#

You cant really revenge kill with an hour of cooldown

lilac swallow
molten tulip
#

The hour cooldown could work

#

Thats enough time for a player to eat the corpse and relocate somewhere else

#

If its an hour after you die or switch in

lilac swallow
#

Not to mention that someone has to be very desicated to his revenge to wait an hour exclusively to do that

#

Both, after you die you can grow a new Dino inmediately, but if you want to jump on an already existing one you would have to wait

molten tulip
#

Yeah if youre still mad after an hour at that point you're wasting your time

lilac swallow
#

Not to mention thats its just pathetic and petty

honest anchor
#

Can't really switch servers when there's only one active one on Evrima lol

#

but that server itself has a character slot mechanic I discovered after I posted my suggestion.

random imp
#

slot mechanic is not in EVRIMA

#

you can't have multiple dinos on a server

molten tulip
#

Theyre talking about the server admins running it

#

E.g. they just give you free grows based on whatever slot rules they set up

glossy matrix
edgy hamlet
#

^

dapper pulsar
#

I don't see any reason not to have a suicide button.

lime gulch
#

how about no magy 👏

dapper pulsar
#

How about choosing the good animal from Hatzeg.

#

Balaur.

paper geyser
#

suicide button would ruin immersion

#

-is what i imagine some people might say

dapper pulsar
#

So does getting stuck between rocks. One saves time.

paper geyser
#

they could make an unstuck button

#

tp the player to their postition 20 seconds ago if they havent moved for 10 seconds or something like that

#

though i can see that getting abused somehow

dapper pulsar
#

I think teleportation is a lot more immersion breaking than an animal randomly dying.

paper geyser
#

that was more in response to "die when stuck"

dapper pulsar
#

Oh.

paper geyser
#

both are immersion breaking, but i'd rather get moved than have to start over

unreal ridge
#

an animal randomly dying is pretty common , like a disease

#

or a tumor or something

dapper pulsar
#

It's what they're best at.

paper geyser
#

lmao a "get terminal illness" button would be great

unreal ridge
#

the give up button

dapper pulsar
#

I would rather the button just be labeled as something like "succumb".

unreal ridge
#

your animal just falls to sleep and doesnt wake up

#

the forever sleep

paper geyser
#

succumb to entropy and cease existence

dapper pulsar
#

Maybe it could be a minigame. "Activate manual heart control"

glad dirge
#

Bahaha

paper geyser
#

"The Isle Evrima 100% Elder Speedrun (Manual heart)"

#

i'd love to see that

#

constantly press a key to keep your heart beating

unreal ridge
#

"the keep running death" when you press this button your animal keeps running and running in a straight line even when it's stamina is empty and it dies of exhaustion

dapper pulsar
#

Total brain death button.

paper geyser
#

multiple organ failure button

glad dirge
#

Commit die button

paper geyser
#

stroke button

dapper pulsar
#

A simple AI spawns in your place and you start again.

unreal ridge
#

the do a back flip death , your animal tries to jump , breaks it's goddamn legs and then gives up

dapper pulsar
#

The collapse button.

#

The end.

paper geyser
#

spontaneous quantum death button. Your dinosaur is deleted from this universe

unreal ridge
#

the hard headed death , your creature repeatly slams its head into a tree , rock or the ground

dapper pulsar
#

The consume yourself button.

#

You start at your tail and consume your entire body.

unreal ridge
#

the "oops" death , your creature steps on a mercenary land mine

paper geyser
#

the farmer trap death button, your creature falls into a hole and is impaled by multiple sharpened bamboo shoots

paper oriole
#

So magy covers itself in mud, makes itself slower and it only succeeds in delaying its inevitable brutal death against a predator

#

And that suggestion implies that magy is even remotely any sort of match for giga

#

Gigs could just rip its head off

rotund panther
#

True, but what would make a giga think twice before attacking a magy? It being poisonous?

paper oriole
#

Iirc magy just “tastes bad”

#

That will not stop it from being KOSed

paper geyser
#

imagine you just get a little popup on your hud saying "this tastes bad" as youre tearing pieces off of a magy

paper oriole
#

And unless biting a potentially poisonous magy had any sort of notable repercussions people will do it even then

#

Lmao your dino just gags a bit as you rip the magy in half

rotund panther
#

Well, poison could drain hunger and thirst faster

paper oriole
#

Unless it totally screws over your hunger people will kos magy, this is the isle

#

Its such a bad defense

rotund panther
#

I know, i am one of those

dapper pulsar
#

Magy is just

paper oriole
#

Im an herbi and ill probably kos magy just because i hate it

rotund panther
#

Better than none

#

I mean ceratos will the ones who have a preferred foodmeny

paper oriole
#

Doubt poison will stop a stego from kebabing magy

dapper pulsar
#

Magy, unlike anything else in the roster, was never meant to interact with a large carnivore IRL.

paper oriole
#

Yeah it only existed because it was on a remote island

rotund panther
#

That toke a turn

paper oriole
#

It is an awful choice

dapper pulsar
#

Also, didn't it go extinct because large carnivores made it onto the island or am I misremembering?

rotund panther
#

Well agains carnivores anyway

dapper pulsar
#

Like, a land bridge formed

paper oriole
#

Probably

paper geyser
#

the original dodos

rotund panther
#

Everyone has prefered play style

dapper pulsar
#

It's a small version of the animals that survive through being big.

paper oriole
#

If your preferred playstyle is being a defenseless meal then magy is great

#

Or being killed in general

paper geyser
#

hey some people are masochists

dapper pulsar
#

I'm a masochist.

#

But I do enjoy having fun sometimes.

rotund panther
#

Arnt we all in the isle

paper geyser
#

yeah tbf any current isle player is 100% a masochist

dapper pulsar
#

Magy's extreme even for my tastes.

paper oriole
#

“Yeah i feel like living out my fantasy of being torn apart and eaten alive today, oh look the isle has the perfect candidate for me!”

rotund panther
#

I mean it is a uniqe animal and if being poisonous with negative effects would be even more uniqe

paper oriole
#

Like who ever picked magy for the roster must hate sauropod fans or somethin

rotund panther
#

Just a choose to choose. Than I can be a carnivore and kill it and killed with honner

paper oriole
#

Is magy still set as just “tasting bad” still though

#

Magy does not deserve an honorable death

#

I'll eat it even if it makes me throw up

rotund panther
#

No no, I get honer, not it

paper oriole
#

Killing magy is as honorable as mugging an old lady lol

rotund panther
#

So true, still proud

paper oriole
#

But it does free up a server slot for a less useless dinosaur to be played so it is a just cause

dapper pulsar
#

Who ever picked Magy hates people who like The Island.

paper oriole
#

Who ever picked magy hates herbivores

dapper pulsar
#

Balaur and Hatz are both great.

paper oriole
#

We coulda at least gotten one of the spiky bois

#

They also are apex bait but they are better than magy

rotund panther
#

Diplo would be nice

paper oriole
#

Baja would be neat

dapper pulsar
#

A small sauropod could work

paper oriole
#

He could be toxic porcupine sauro

dapper pulsar
#

Maybe just not

#

That small.

paper oriole
#

Instead we get expired chicken mcnugget niche magy

rotund panther
#

Every animal need to fit in the ecosystem. Magy may be a free meal in that area. Which means an open slot for other sauropods

dapper pulsar
paper oriole
#

The only way magy fits into the ecosystem is as a gore pile or food, he may as well spawn in dead

dapper pulsar
#

It could be like, the tribal animal, it's existence only continuing because it's useful to them.

paper oriole
#

How is it useful though, like i guess tribals can tie it to a tree and use it as bait?

dapper pulsar
#

It'd probably just be AI in that scenario.

#

Maybe it's easy to tame, or they can use it's poison while it's still alive.

#

Maybe they breed them to be slaughtered to tip their spears.

paper oriole
#

if it is poisonous and not just the ‘bad tasting meat’ that was hinted at

dapper pulsar
#

Then maybe it's a shield for their better dinos

paper oriole
#

However its existence still wouldn't be justified if its just a slave to tribals that will be KOSed by anything else

dapper pulsar
#

Or it can use it's neck thing to store food or water.

paper oriole
#

Nice of magy to fatten itself up with its neck stores so it can feed cerato better

#

Very considerate of it

dapper pulsar
#

Maybe Magy could be abandoned and they can just scatter it's bones on a remote island, maybe it's listed as "not viable for main island survival".

paper oriole
#

Magy gets removed as a playable and its corpse occasionally spawns in some ditch as a reminder of what a bad choice it was

#

Then it gets replaced by poison porcupine baja

dapper pulsar
#

You think the roster was gonna be separated just for Magy?

#

Since that's how it survived in the first place.

paper oriole
#

Wouldnt be surprised

dapper pulsar
#

And then a large Theropod appeared on the island

paper oriole
#

They just dont wanna admit they made a bad decision by adding magy

#

Deino gets bored, swims to the island

#

Quetz can probably jab magy's little bitch ass to death too

#

No island will save him

dapper pulsar
#

I think Quetz is like

#

The only thing in that size range that can't body Magy.

#

I mean hopefully.

paper oriole
#

Guess we'll find out

dapper pulsar
paper oriole
#

Hatz would probably kill magy too

dapper pulsar
#

Hatz would fuck up everything.

paper oriole
#

Bet a few patient compies could take magy down

dapper pulsar
#

Balaur could be neat.

paper oriole
#

Balaur seems a bit similar to velo

dapper pulsar
#

I think you could make it work.

paper oriole
#

Tho i wanted zhenyuanlong so i cant really argue lol

dapper pulsar
#

Gliding, climbing, superior arboreal mobility. Maybe a focus on egg thievery.

#

Any dino can work.

#

Well almost any.

#

Actually, no, any. Magy could be a semi aquaric who's capable of bursts of incredibly fast swimming bur mostly hangs out on the ocean floor. Perhaps it could kick up sand as a distraction to get away.

vast wolf
#

so bad minmi thats perfect prey for deino sucho and spino.

dapper pulsar
#

Maybe it expels blood like a thorny devil, making something similar to an ink cloud.

#

God no, it would be in the ocean.

#

Which, while Deinosuchus can go there, it probably wouldn't be the main threat.

#

We could have this blood cloud be poisonous, enducing some sort of status effect when swam through that allows for an easier escape.

#

Maybe Magy could have a bunch of spines that can relax, going up once it's in a combat mode so it can stab things during it's body slams, but that might be too Kentro.

paper oriole
#

Magy spins his tail and let out a rip of explosive diarrhea to spray predators in the face like a hippo

#

Spined magy more like baja

dapper pulsar
#

Blindness.

#

Not like those spines, more like this. I know this thing would be Magy in name only, but Magy in more than just name is a big thing that survives by being big except it breaks the mold by being small.

#

What if Magy could just be a walking nest for other animals.

paper oriole
#

Why would i want to nest on something that is going to be eaten or sport killed

dapper pulsar
#

It survives because other people defend it.

paper oriole
#

Magy's purpose it to be smacked in the shins by herd members and be left behind to distract predators for like 10 seconds

dapper pulsar
#

What if Magy could heal other dinos?

paper oriole
#

White mage magy

dapper pulsar
#

+25% uber gain.

molten tulip
#

Bandaid magy

paper oriole
#

What if magy's neck sack has firebreath glands in it and it can shoot flames up to 100m in front of it

dapper pulsar
#

What if Magy could subsist off of gasoline

paper oriole
#

What if we teach magy kaio ken and spirit bomb

molten tulip
#

Magy explodes when you bite it, killing everything within a certain radius

dapper pulsar
#

What if Magy could vomit acid like Hypsi, but it's super strong acid that burns through dinos.

paper oriole
#

Magy's 4 call makes predators feel bad and they are overcome with pity

dapper pulsar
#

What if Magy could make carno's face even flatter.

#

What if Magy could mimic creatures more viable than it?

paper oriole
#

What if magy can shapeshift into any thing it wants

dapper pulsar
#

What if Magy could spawn on an exclusive island away from the rest of the map where they just eat and drink all day.

#

Like the actual animal

#

Except they don't even have Hatzeg.

paper oriole
#

There is a separate map where only magy and compy are playable and it is the size of testlevel

#

Scrap that, magy is only playable in testlevel

#

So people can use it as a punching bag

dapper pulsar
#

And every once in a while a "land bridge" event happens where all the magys are teleported right in front of the server's predators.

paper oriole
#

Magy's special ability it to teleport in front of the nearest apex to end its suffering

dapper pulsar
#

What if Magy could telefrag?

paper oriole
#

What if magy can learn fusion technique and turn into better sauropods

dapper pulsar
#

What if once Magy hits adulthood you can suggest a creature to be added to The Isle and there's a 50% chance it will.

paper oriole
#

If you reach elder in magy you immediately are granted dev

dapper pulsar
#

Then I could fix it.

#

Hatzeg.

paper oriole
#

Hatz lives solely on magy and can use them as blunt weapons to beat other magys

dapper pulsar
#

Hatz can pick up anything to use as a flail but Magy's the only one that can't escape.

paper oriole
#

Magy's special ability is not being able to run from any threat already

dapper pulsar
#

Magy can shift between dimensions.

#

Although it never shifts into one where it's viable, so it has to shift back.

#

I'm gonna save any further jokes about this until it's out.

paper oriole
#

People would just commit suicide to food deny then

lilac swallow
#

Is not like you can feed even without suicide button by letting someone kill you

dapper pulsar
#

It just saves a bit of stam.

#

Also, just to convince some of the people who aren't interested in a suicide button:

#

Funny ragdolls

lilac swallow
vast wolf
#

paper ball giga allo ball and kite spino revived.

dapper pulsar
#

When is this game getting ported to Source, that way it can have great ragdolls.

arctic nimbus
#

Regarding the feedback I've recieved for my suggestion earlier for a suicide button, the counterargument for that would be to simply jump off a cliff, or drown yourself. But the whole point of the idea in the first place was so you can avoid doing that. Yesterday I couldn't even move for some reason as a Tenonto and I just quit playing from there because there is no way I'm gonna wait 40 minutes or more just to starve. Even if that bug/glitch never happened, you still have to actually search for a cliff or water source that hopefully has the right proportions that hopefully isn't just going to break your leg instead of kill you, because then you have to wait another 10 minutes to heal that off just to search for another cliff to jump off.

Another counterargument would be to simply switch servers, but that doesn't work either because as of right now, Evrima has only one real popular server. Even if there were more, what if the player does not like the player cap of the server? What if they don't like the rules that are in the other server? Do I have to play on another server I don't like just because I am unable to kill my own dinosaur?

#

yes I really just took the time to write this

#

@errant swan wrong chat

still raptor
#

@errant swan wrong chat

glad dirge
#

Beipi and theri don't really stab though, they slash

arctic nimbus
#

In Beipi's concept art, its shown stabbing a frog, maybe eating it after. It might be possible

glad dirge
#

Hm

#

That has a reason though

#

I dont see theri stabbing

still raptor
#

@edgy delta Wrong chat.

#

Besides majunga is just a bigger rugops

edgy delta
#

Unicorn rugops.

#

If any abelisaurid besides Carno were to be added it'd be Rugops, but I just really like Majungasaurus.

#

Just an idea.

#

When I search Rugops, I find what Rugops' actual size probably was, and then I find large dog-sized rugops... Interesting.

edgy delta
#

After some research, I'd prefer Majunga over Rugops because Rugops was mainly a scavenger, it wasn't built for fighting or killing. We already have plenty of scavengers.

#

Though, with some "magic" it could become more than an armored walking and looking for food simulator in The Isle.

dapper pulsar
#

Fictionalizing animals is a big part of this game, so it's fine to do whatever with an animal, as long as it's based on something from it's IRL counterpart.

edgy delta
#

If the abundance of blood vessels that makes it a bad fighter were removed, it could end up just being a slower, smaller Cerato.

#

If the legs were made longer, it could end up being a smaller, weaker, but more maneuverable Carno.

dapper pulsar
#

Spreading to TikTok isn't a bad idea at all.

flat crypt
#

yep. people give it shit for being cringe but like. it has a fairly young audience, and there's a lot of gamers on there

#

tiktok is only cringe if you follow cringe content. its a fantastic marketing opportunity

dapper pulsar
#

It's a popular platform for kids, that's why there's a lot of cringe on the surface level of it. You could probably find much more cringe on Youtube or Twitter if you really looked.

jovial sleet
#

DEVS MAKE AN OFFICIAL TIK TOK PLS 😌 tik tok is one of the easiest ways to blow up in popularity

flat crypt
#

lmao youtube is SUPER cringe, just look at the trending tab lmao. "couples breakup prank~!!!" 🤢

#

tiktok is good because you can really curate what you see. and yea, its very easy to blow up on there if you play it right

#

like idk. i feel like its always smart to jump on a good marketing opportunity. and isle gameplay would do pretty well on tiktok imo

dapper pulsar
#

Also maybe keep things relating to systems or features that won't be in the game for a while to a minimum on any new platform, or at least make it absolutely clear that those things won't be implemented, or even started for a very long time.

flat crypt
#

its very easy to make a clip of a short dramatic, funny, etc situation

dapper pulsar
#

Hyping things up is fine, just maybe don't hype up things that'll happen once some of the older kids on the platform can legally drink.

rich totem
#

Do you guys know if devs will leave thet things which uthas can see your name tag? this is really frustrating and with no use

ebon crypt
#

You mean the group glitch?

rich totem
#

well also, but most times I dont see the group chat but i notice some nickname's tags appeares on the map and eveytime I could see those are names of uthas players which can easily see and chasing me

#

this sucks

ebon crypt
#

I don't think that it was mentioned anywhere, but I'd imagine that the problem should be fixed in the next update

rich totem
#

I hope so, Its quite impossible to play rn

paper geyser
#

you can just leave the group when you spawn in

rich totem
#

how? but is the group chat and the tags the same thing?

paper geyser
#

yes, when you spawn in youre automatically put into a group and can see the name tags of all other people that havent left that group

#

once you leave it the name tags go away

rich totem
#

oooh dear god

#

and i can do that to option screen i guess?

paper geyser
#

if you press insert you'll bring up your character screen, from there go to the group tab on the top left and then press leave group

rich totem
#

thats nice, thanks a lot 🙂

paper geyser
#

no worries, and like dragon said it'll hopefully be fixed in update 2

rich totem
#

I swear

flat crypt
#

PLEASE. the fact that only the female could incubate nests in legacy annoyed me so much. parenthood is a team effort 🤝

ebon crypt
#

Agreed on both parents being able to incubate eggs, but I feel like both should be able to build nests as well

lilac swallow
#

The "male buids the nest", i think is to give the male the parenthood of the eggs

grave mantle
#

Feel both should be able to set down a nest, female should be able to interact with it to deposit the eggs and then both parents can incubate them

ebon crypt
#

Didn't the devs mention fish style fertilization? That way both a male and a female are required without it being weird

snow trout
#

That’s a really good idea actually

valid zephyr
edgy hamlet
#

I think the picture with the purple sky is the start of a dawn or the end of a dusk, not actual nighttime.

hybrid oxide
#

and looks awesome tbh

edgy hamlet
#

very

vast wolf
#

for that coast idea doc proto is supposed to be velos preferred prey animal. so something would have to be done with it so velos will stick to the coast more.

plucky ridge
strange wave
safe galleon
#

@unborn abyss you can also just sign up to become QA

barren zephyr
#

You can sign up for QA?

#

Huh.

icy lion
#

yup, dm hypno for the application if youre 18+ and interested in joining

versed zodiac
#

@strange wave loved the doc. however i dont think most of that will ever come to the game. the only possible stuff i can see is the rocky cliffs and the one with oro. but if the devs see that, you never know. would be cool if the devs made your idea into a kind of game mode. i cant see it in the base game but a game mode like that would be cool.

strange wave
versed zodiac
strange wave
#

3 of those 7 dinos are confirmed to come to the game, 2 more are heavily requested, only tany and atten are iffy on placement, and, if were getting, 3 of those dinosaurs, 2 without a niche, and 1 with an extremely vague and sea based niche, it'll need some reason to stay out at sea or around

vast wolf
versed zodiac
#

and i agree with @vast wolf as velo should be more involved with its mortal enemy proto then a ptera.

silver zephyr
#

i think they mean the proto being velos preferred food part

#

not proto being confirmed itself

versed zodiac
strange wave
#

you say this, as we have, taco and ovi, two animals that also lived with and were much more huntable for velo

dense wagon
#

@unborn abyss you do know that there already is an early access public branch, right?

unborn abyss
#

No I didn't know that!

#

Thanks for the intel 😄

vast wolf
#

devs still confirmed velo and proto to have the same "forever friends" thing as utah and tenonto.

valid elk
#

@barren zephyr You mean like hot springs and mineral pools?

#

I wouldn't mind some volcanic enviornments

versed zodiac
strange wave
valid elk
#

I mean...dueling dinosaurs

strange wave
#

and?

versed zodiac
#

wdym and?

vast wolf
#

the same words were used for utah and tenonto. thats what the devs called preferred prey predator relationships in this game.

vast wolf
#

@vague canyon right click the game in steam. go to properties - betas then opt out of all betas.

vast wolf
#

@devout sun giga moving 20 kelometers faster than legacy makes it faster than utah.

#

giga is endurance rex is ambush.

valid elk
#

Technically, T.rex is super nerfed compared to the irl one.

vast wolf
#

legacy also =/= evrima

#

just some of the modles will be the same and some planned niches.

paper oriole
#

Oh great another “make giga fast because fuck every other dino” suggestion lol

dense wagon
#

seriously though wtf

paper oriole
#

Not like mid tiers need to be viable or anything

#

Just let giga outrun them it is perfectly balanced

dense wagon
#

mid tiers can't run away from stuff bigger than them? who cares big dino go brr

paper oriole
#

While we're at it let's attack instant bonebreak AOE to giga's broadcast for good measure

#

Nothing can escape, just as it should be

dense wagon
#

and anything smaller than a utah dies to its AOE

#

scratch that, anything smaller than a maia

paper oriole
#

Give giga godzilla nuclear blast and let him walk on water

dense wagon
#

30 minute growth time plz devs? giga is too difficult to grow

dapper pulsar
#

Remove giga.

#

Also don't add it into Evrima.

dense wagon
#

acro should probably replace it

dapper pulsar
#

^

paper oriole
#

also not to even mention, giga is a better hunter than rex anyway because it can chase shit across the map very well, it solos camara and regens stam while stannding

barren zephyr
#

I like Giga.

dapper pulsar
#

Do you like having your shins intact more?

barren zephyr
#

Could not care less.

dapper pulsar
#

If so, you don't like giga.

barren zephyr
#

I like Giga.

dapper pulsar
#

Oh.

#

You really like Giga then.

wary sparrow
#

You already stand up quickly when you press w while sitting and it costs stamina

versed zodiac
#

@left nacelle we already have that just press w or a or s or d to stand up quickly in evrima.

stoic merlin
#

Yeah, if u press any move button while sitting, you'll stand up much faster with cost of some stamina

left nacelle
#

Oh really? How have I never known this lol

#

Is it new?

edgy hamlet
#

i mean evrima is newTI_Troll but its been there since launch i think

left nacelle
#

If that's the case, I'm surprised I never knew about it. Huh

glossy matrix
#

giga should be given a speed buff but shit stamina

#

rex should be given a speed nerf but really good stamina

#

like giga

#

giga is more suited for the ambush niche
design-wise

#

its less chonky

vast wolf
#

in game giga will be an endurance bleeder with rex as the beefy ambusher.

glossy matrix
#

well technically

#

that's legacy stuff

#

all subject to change

vast wolf
#

thats still how its planned.

glossy matrix
#

when

vast wolf
#

since forever?

glossy matrix
#

since legacy

#

which is subject to change

vast wolf
#

devs still want them to have the same niches they had in legacy.

glossy matrix
#

when

vast wolf
#

what do you mean when?

#

when was it stated?

glossy matrix
#

when did they say

vast wolf
#

it hasent been stated directly but its been hinted at.

glossy matrix
#

ok so

#

it's a baseless claim

#

good to know

vast wolf
#

would you rather have rex as an endurance predator that can walk down everything.

#

at least giga wont cripple things.

glossy matrix
vast wolf
glossy matrix
#

they literally said

#

it'll be different from legacy

ebon crypt
#

Imo giga should stay the endurance hunter and rex ambush due to balancing reasons. Rex can one shot a lot of animals and giga does bleed damage, so it'd need more endurance in a fight

glossy matrix
#

no more leg breaking immediately

vast wolf
#

yeah in that you need to hit the area of the body to cause a fracture.

vast wolf
#

just because its realistic dose not mean its good for gameplay or balance.

#

if we had realistic trike it would never die unless a rex grabbed it behind the neck.

ebon crypt
#

Due to rex's strong bite most of the fights could end within seconds, depending on the opponent. A rex can crush and one shot many small animals and against something like trike it comes down to who's the smarter player and gets critical hits in (head/body shots). With giga, it's meant to bleed its prey out, which would take a lot longer as a result. The giga would be required to run in multiple times to open slash wounds for the bleed to take effect, thus resulting in a more drawn out fight. But that's just how I see it

glossy matrix
#

??? they both 1shot smalls

#

like, every apex 1shots smalls

vast wolf
#

rex will probably be more threatening to mid tiers than giga.

ebon crypt
#

Still, a rex can kill smaller animals (not referring to small tiers, but smaller than apex tiers in general) in a single bite instantly, a giga wouldn't kill a smaller tier instantly, it would need to bleed out first

glossy matrix
#

they could just nerf rex damage output slightly

ebon crypt
#

Mayhaps, but aren't lock attacks confirmed for most carnivores? So the rex could just grab and hold its prey

vast wolf
#

thats kind of rexes thing. its a brawler.

#

yeah rex is going to be able to grab and hold things in its mouth.

vast wolf
frigid field
#

thank you

dense wagon
#

JP/JW eastereggs would be quite an effective cashgrab, just sayin TI_dondiSmile

lilac swallow
#

would also be a good way of getting copyright striked

#

just saying

ebon crypt
#

Not really, I don't think at least

#

Just Cause 4 for example has a JP easter egg with the raptor paddock and even a panel which has a line straight from the movie

#

And it's not in any way subtle too. Of course I'm not 100% sure if they actually reached out to the people who own JP, but it's still proof that a JP reference could make it in the Isle

dense wagon
#

@civic peak 1-2 mechanics and 1-2 dinosaurs is what we get every update, check the roadmap

civic peak
#

I mean, kind of?

#

I'm saying 2 things per update

#

1 dino, 1 mechanic or 2 dinos or 2 mechanics

#

We're currently getting a lot. Meat chunks, 3 dinos, day/night, admin functionality, maybe AI, knockdowns, etc

#

@gray loom No idea what happened to new dinos every week

#

I feel that a dino a week is really really ambitious

#

So I doubt that would ever happen again

ebon crypt
#

New dinos every week was Dondi (?) being over-ambitious

civic peak
#

^ Agreed

#

That's why I say maybe do smaller updates, content comes out faster in smaller doses

#

We still get a new dino each month or two, instead of 3 dinos in 4-5 months

ebon crypt
#

All of the current updates have only 4 or 3 cards after update 2 though

civic peak
#

That is true

#

But it depends on if they add more, like they did with this next update

#

It started as mostly new dinos and a few mechanics. Then they added day/night, bleed, etc

ebon crypt
#

Some of the updates simply require more things for balance purposes, but I'm not sure why they added so much to update 2

civic peak
#

Yeah I'm more just nervous that they're going to do this again and add wayyy more to the road map each update, which slows down development a lot (at least from an outside perspective. I'm not on the dev team so I cannot confirm this)

real kraken
civic peak
#

^ I can see this

ebon crypt
#

We do also have the ongoing content, which I think they just add into the next update which is closest to that items release

civic peak
#

I suppose yeah

ebon crypt
#

That's probably why update 2 kept expanding tbh. They just had other ongoing stuff that they added to update 2 since they were close to being finished

real kraken
#

I just think they need to hurry up hiring new people as when they said they were ages ago no-one joined

civic peak
#

Yeah

#

I'm nervous too that the huge update list/to-do lists they've made will cause burn out in such a small dev team

ebon crypt
#

They did mention new people in the last dev blog, so at least there's that. Kinda hard to bring people on board with a bad history with a lot of drama though

civic peak
#

Yeah I can see that

#

I'm excited to see the work of the new people

barren zephyr
#

I wish they released smaller updates like mechanics and then after bigger updates such as dinos n stuff.

civic peak
#

^ This is what I was getting at basically

ebon crypt
#

That was the original plan iirc: mechanics first, dinos later, but they changed it

barren zephyr
#

I also wish they acknowledged some of the feedback better, but eh.

civic peak
#

Yeah they keep changing plans and adapting, which I think honestly is good. They should work on what they believe is best for the game

ebon crypt
#

They do listen to some feedback, but the anky does show a little bit of, uh.. yeah

barren zephyr
#

Oh... the anky.. yeah.

#

I know the acknowledge some feed back but I wish they stated somewhere (I don't pay attention to isle discussion) what feedback they'd take into consideration, etc.

ebon crypt
#

An indication of what feedback/suggestions they've taken note of and are working to fix some stuff would be nice and very helpful

lilac swallow
#

they only acknoledge the minimal ammount of feedback to say "look we acknwoledge feedback"

#

they even said that when they corrected carno sit

ebon crypt
#

That was kinda what I was getting at with the carno sit. They could've just shown it, but not mention the feedback bit and let people notice themselves

lilac swallow
#

its so blatant they only corrected carno sit so they could say they listen

barren zephyr
#

Yeah I guess.

#

Overall would be nice if there was a bit more transparency on feedback in general. Even if it's just Punch, speaking in feedback discussion.

silver zephyr
#

aye but the new carno sit looks fucking good TI_BigBrain that sit is all i live for

#

@barren zephyr nice suggestion, iirc recently punch talked about them hiring a video editor to do this kinda stuff. hope it happens

barren zephyr
#

Oh sweet.

safe galleon
#

@real kraken use them as in...?

real kraken
edgy hamlet
#

building could cause lots of lags id rather have working burrowing first

real kraken
edgy hamlet
#

yeah still dunno if that would work but we'll see

ebon crypt
#

Filipe said tribals will be able to build their own thing, mercs have preset buildings on the map that they need to fix up

silver zephyr
#

juvi human

ebon crypt
#

Toddlers in the Isle TI_Hurr

silver zephyr
#

we already have a lot of those

ebon crypt
#

True true.

vast wolf
#

tbh im not against tribals making traps. something like a tree snare for smaller animals and a tiger pit for mid sized ones.

#

they would have to be visible still and the snare would have to be escapable but it could be something to spice up gameplay.

dapper pulsar
#

I think the people with guns should stay in their fucking lane regarding building. Also, again, Mercs will spawn as toddlers with knives, tribals will be toddlers with primitive knives. Elders will be old people.

civic peak
#

Would mercs/tribals have hunger and thirst too?

real kraken
#

@civic peak yes

civic peak
#

What would they eat? Dryos?

#

Water is easy enough I suppose, but food? Maybe make a kitchen area in camps/buildings for food refills?

#

Maybe you have to bring a dead dino to the kitchen lol?

dapper pulsar
#

I think they get food that spawns in human buildings, or random supply drops. They can also hunt dinosaurs, but I feel that should be a bit discouraged.

gritty terrace
#

Omg sorry

#

Forgot there was a damn cooldown

#

Ill make my statement in a min

dapper pulsar
#

I agree already.

#

I agree less but still.

vast wolf
#

yeah im pretty sure mercs are confirmed to eat rations they find in buildings where as tribals will have to hunt and kill things.

valid elk
#

@dapper pulsar Mercs are gonna get realistic guns. Don't clean it, it gets fucked up, bullets are rare, etc etc etc

lime gulch
#

I wonder if we will still see the tribals using dinosaurs to their advantage such as forcing them to their will or what not. Maybe that will be AI. Imagine seeing a tribal riding an AI rex

dapper pulsar
#

Oh. Well, that makes it slightly better.

dapper pulsar
#

I feel like something more to do with problem solving would fit Troodon better.

sinful sage
#

why dalaowang can play HQ2 and hypo dino

hybrid oxide
#

@urban flax I love the idea of training stolen egg and raising AI dino for tribals but I don't think it has to be hitting with a stick how you train it, positive reinforcement usually makes the job much faster ^^

urban flax
#

Yeah but devs said they wanted tribals to submit dinos by force, and I didn't want it to sound too cute x)

hybrid oxide
urban flax
#

I love animals too, if I was a tribal I would rather become friends with a rex rather than hunting it or stealing its babies, but it's not my game ^^

safe galleon
#

Torture the rex into submission

ebon crypt
#

And it's also a horror game, so overly cutesy things are mostly looked down upon

urban flax
#

true

#

except for hypsilophodon

dapper pulsar
#

And Minmi

#

And Bei

ebon crypt
#

Hypsi is cute till it spits in your face, beipi will slice you up like a pizza and minmi is, well.. minmi

dapper pulsar
#

Minmi will leave your moderately warm body unrecognizable.

cosmic prairie
#

Does anyone know if female dimorphism would come out when skin update drops? This may be more of a qna question, but I'm not really sure where to ask it....

dapper pulsar
#

It comes out with nesting

cosmic prairie
#

wow that should have been obvious....my brain is a little bigger now, thank you TI_Uhh

dapper pulsar
#

Well, it's obvious when I hammer it in as much as possible.

random imp
#

i do not really like the idea of prehistoric fishes. the isle is in modern days, so it really makes 0 sense to have extinct species like onchopristis or retodus. just put big ass catfish, bass and arapaima. it's not like AE put effort on cloning useless stuff like onchopristis.

dapper pulsar
#

Magy.

paper geyser
#

Well we have prehistoric dinosaurs and strains, I think prehistoric fish can be excused

#

Such a weird thing to get caught up on lol

cosmic prairie
#

honestly I don't really know the canon motives of AE, but if I were in their position it'd be nice to have data on extinct fish

random imp
#

magy is not a dumb fish. there is quite a bit of difference

ebon crypt
#

The Isle is supposed to be taking place in modern times, but prehistoric fish could be worked into the lore?

dapper pulsar
#

Yes, but the dumb fish is a primary food item for one of their strongest assets.

cosmic prairie
#

now why I haven't seen more placoderms....hm.

dapper pulsar
#

Also it could be a fail safe incase modern foods just don't work.

#

OH SHIT

random imp
#

but why put effort on spending resources on cloning a damn sawfish when they could have just farmed catfish for the fishers?

dapper pulsar
#

I'll start suggesting those in mass when it's confirmed we have playable ocean life.

paper geyser
#

Yeah the logical answer is that they’re food for assets, modern food might just not work

cosmic prairie
#

I'd take a spear to the chest for my baby Dunkleosteus. you so cute get it girl

dapper pulsar
#

Also those animals might've been early test subjects since fish have less rights than just about anything else.

random imp
#

i'm not really fond of the "use extinct fishes because are cool, but ultimately useless"

paper geyser
#

they aren’t useless just because you think they are

random imp
#

meh

paper geyser
#

Again this is the most trivial thing I’ve ever seen someone have an issue with lol

#

What’s the point, be glad we’re getting prehistoric fish and not modern ones

cosmic prairie
#

fishing but it pulls you into the big bass wheel arcade machine as a minigame

dapper pulsar
#

I mean we could have a regular saw fish, a giant paddlefish(cloned because... fuck), Pacu Pacu, and Sturgeons, but these are more fun.

random imp
#

that's what i was saying lol

dapper pulsar
#

Eh, I choose to ignore lore.

cosmic prairie
#

waiting for the day Acanthostega and Panderichthys make it into the game 😔

dapper pulsar
#

Large Amphibians would be cool.

#

Or amphibians in general actually.

#

Although, up until the day I die, I will be trying to find a way to reasonably get this guy in.

cosmic prairie
#

The Deino having a pet newt TI_Wheeze

#

I just found that same image with everyone flipping him off NOOO I'll post it in memes

dapper pulsar
#

I don't think memes is a thing anymore.

cosmic prairie
#

wait they killed it awwww

#

hrmmm well it comes up in a google search for tiktally boy easy

dapper pulsar
#

The one about paying rent and going to work or a different one?

ebon crypt
#

Fuck that fish, all my homies hate that fish

dapper pulsar
#

I mean yeah it's the worst thing to ever happen

#

but like

#

he kinda cute doh

cosmic prairie
#

he cute in an ugly way

#

and the entry is called "fuck tiktaalik" TI_TenontoCry

dapper pulsar
#

The more I look at it the more it looks like a politician/reptilian.

#

I think scent could differ from dino to dino, and more than just range.

#

Somethings could remember and identify scents, while others might only be able to tell some aspect about the creature. I think the smell of blood would stand out to all creatures.

urban flax
#

@rotund panther The problem with your suggestion is that it can be very confusing to have different scent colors for different dinosaurs. Especially for new players.

rotund panther
#

I mean isnt it something to be learned from?

cosmic prairie
#

I guess I'd say it'd be similar to the vocalizations, learning curve

wooden drift
#

I agree w/ it specifically because I think there should be more to find other dinosaurs beyond footprints?

rotund panther
#

We all have learned one way or the other

urban flax
#

But I was thinking of something about scent by the way, maybe when your scent is activated and you're looking at footprints, you could have a UI thing saying "Looking at : Tenontosaurus footsteps"

#

It could be too much immersion-breaking tho

#

footprints not footsteps

cosmic prairie
#

Hrmmm I think it could be blurred out until you've seen the dino, then it would have it?

ebon crypt
#

Maybe not full on different colors, but different hues of color, so herbs are more of a yellow-ish green, carnivores are a yellow-ish red etc