jchob
-
Content Count
516 -
Joined
-
Last visited
Posts posted by jchob
-
-
18 hours ago, Horemvore said:Sorry to be the one to point this out but, that is why you should not have removed the option for us to host our own server.
I don't get your point.
You just can't have a free private dedicated server anymore to host your own world. There are many millions of games that don't support it aswell.
But you can have your own server if you pay.
Not every game in the world gives you the possibility to have a dedicated server and decide what to do in your own world. You want it, you pay pay for it.
Game was in early access, so you knew things could change. I'm not happy with all changes, but I'm also not unhappy.
People need to start to look, accept and respect all visions. You can't make all people happy.
I have my vision from player, but I also understand their vision as a company.
Even bread and water are not for free.
Best regards.-
1
-
-
19 hours ago, Adam Snellgrove said:We'll review the strictness of the filter. The worry is, that people could write f * * k (with spaces) but I'll recommend to the designers to relax it with different words. Should be done in 1.2.
I'm pretty sure there is a list of the common words used, like your example. On the other hand, chat filtering is not hard to make, but the hard part is to manage sentences or words that contain strictions in it's *string * but it's not a "bad word".
For example: class would be filtered if there is a striction to *ass* (apologize for the word, it was just to follow the idea).
Maybe a better approach to it, would be the game creator, the server owner, player itself, etc, have the option to enable/disable it?
-
The filter shouldn't even be activated because it is 2 different words. It may be the string restrictions they have.
And I agree on the opt out. If im playing with a close friends I should be able to speak as I want. Filtering is a good thing only for public.
-
Oh, I know what you mean.
That is the way ylands rendering system work. We never were able to see a whole ysle from above. You have to move around to be able to see the "rest" of the ylands.
-
1
-
-
Thanks for helping me getting started with scripting back then.
Have fun out there ?
-
Why I don't have such a talent? That "follow the brush" and "place one block after the other" thingy doesn't work with me ?
Looks great
-
1
-
-
9 hours ago, Fapi24 said:Hey Ylanders,
Is there any Map-Overview in Editor? Can't find one and it would be easier to have an actual Map in Editor-Mode to jump from object to object and have an overview of your whole world.
Best Greetings
Fapi24Not really a map in editor. But in main menu (top-left) click on it and then click GO To. I hope it is what you asked ?
-
1
-
-
4 hours ago, Larrytn said:Today 2/2/2020 the game will not load. It stops at the log-in screen frozen at 'Log-in in Progress'. I see no message about the server being down. Is anyone else having this issue? Yesterday evening all was well.
Larrytn
@Adam Snellgrove it seems the same issue still persist ?
-
Make ylands compatible to Nintendo switch lite ?
Also, do you have a list of compatible mobile smartphones/ tablets?
-
2 hours ago, HauntedShadowsLegacy said:That's not what I understood from the developer on Steam. He sounded concerned that I wasn't seeing any. There's usually enough ylands in a world to have duplicates of more than one biome, so I don't see a reason why there'd only be a chance. Especially a small chance. It also doesn't explain the other issues I'm experiencing. If you can find a reference somewhere for there only being a chance, I'd love to see it. It just doesn't make much sense to me.
Check Dev Diary #112
. You’ll be able to find the Far East Yland in nearly every Exploration map and you can also play around with it in Editor
-
2 hours ago, HauntedShadowsLegacy said:So, it took me a few worlds to finally find the Far East biome naturally. As some may know, getting off the starter yland can take an hour at best (without paddling around on a dinky little raft, that is). So by the time I've seen the biome of every other yland, I've sunk in several hours. To not have a single Far East yland in three separate worlds is... 'frustrating', you could say.
I have found a Far East yland, finally, but one of the devs on Steam requested the savegame file of a world without one. Not quite sure where to post that...
(Side notes, not sure if related or not: some of the new recipes aren't showing up for me, and the 'keep inv on death' option doesn't seem to work.)I'm pretty sure they said it wouldn't be generated always. When you generate a new map, there is a chance it is generated. So, it's intended by them, I think.
-
-
Can we have an option to set the height when using terrain sculpt?
I know that Unity3D has this setting, and ylands is based on Unity3D, if I'm not mistaken.
That means, the "height value" determines "how tall is the hill".
In the game is very hard to aim "every click" to keep the height smooth.
I hope that makes sense, it would be awesome
That would be awesome.-
1
-
-
I wouldnt call that a bug
-
9 hours ago, bluemon said:Is there a new island?
Yes, it's a new biome. New trees, flowers, etc etc
-
Before that, make AI range attack. At least I can only make NPC melee attack. Or am I missing something?
-
Ooooooh that's why then...
I broke my wall and computer because it wasn't working with me....
Brain to body - - > see I told you the code was correct, why did you punched the wall? ?? j/k
-
1
-
-
Thank you
-
1
-
-
People don't believe me when I say that ghosts exist
-
2
-
-
Most important, fix the exploration servers. As you already know, they are having a lot of issues. I totally stopped playing exploration, which was the main reason I started to play ylands. I love the editor and playing with scripting. But I really miss my adventures in Exploration and giving @MyPa553ng3r a lot of headaches ?
-
He said he has been using editor.
If it's a map generated from inside editor. I think burning objects can be scripted to burn again with scripting. I haven't tested candles but I think they work similarly to the brazier.
-
16 hours ago, Houp said:@Houp are you going to add the //comments in next update? Even a simple game needs us to have comments in our code. You know the feeling when you have a ton of "coding lines" ??
-
The new costume looks cool. But I would prefer having it as "crafting clothes". It would be cool having them for a sci fi style game where teamed players are dressed all the same.
Can't wait to see the new biome ?
-
1
-
-
7 hours ago, NaruTheHuman said:I used round steel rods.
They are hexagonal, so they create quite a nice pattern when you put hem together. :)) As far as the map goes, I first generated a grid above the terrain, used raycast from individual points on the terrain, and then assigned the elevation to the rods. ^^ Will make some kind of a tutorial, as soon as I have a bit of a free time.
Little tip, using LERP between green and red color for different elevations makes the whole thing way better.
Here I used small trigger zones instead of the rods, with the colors. x)
I speak for myself, I need that tutorial. I'm lazy enough to think about it and try for myself ??

[YLD-22005] Export Error
in Editor Help
Posted · Edited by jchob
Hmm, never seen that error in ylands but in general programming I could maybe help you.
For example, maybe you are referencing to a entity storage variable, but storage is empty?
It seems the code is trying to use something that doesn't exist..