That's my new desktop background!
Posts by yahwho
-
-
Yep YouTube have gone the same way, why many smaller Tubers have 'gone out of business'.
Kill the competition then take control and hike the cost. Remember the days when YouTube didn't have any adverts?
It's monopoly.
-
@devyn it's in the compiled code. The author of the plugin would need to comment this code section out and recompile to get rid of it.
-
The setspawn command sets a point on your server where all new players will spawn from originally.
-
What's the server name?
-
Use setspawn from the console to set where new players will spawn from.
-
Hi buckshot,
I would like to setup a position where new people joining would spawn by default where i can setup a billboard with server rules etc.
use setspawn from the console whilst logged in as an admin
I would also like to assign different roles to new people joining.
This is done via permissions https://forum.rising-world.net…d/3179-permission-system/We want to open it to everyone but would like to have some ground rules/settings in place where new people could freely explore exsisting towns and buildings but arent able to destroy or modify what has allready been constructed.
You can do this via area protection https://forum.rising-world.net…area-protection/?pageNo=1 -
"Creative Streamer (including creative perks. fly light etc)
- restricted to a certain area. (Creative area)"I would love to know how you could do that with permissions @Smoka
I'm all up for it, but I do not believe it is possible with permission or any existing plugin. Hey I may be wrong! I often am
-
You will need to write a plugin or get someone to write one for you to achieve flying and no flying areas etc., there is no plugin (or collection of plugins) that I am aware of that will do what you want.
I would also say this post is in the wrong forum
-
Fraps is very old - I'm surprised it's still going?
No ones mentioned the built in recorder on Windows 10 - Game Bar/XBox. It's a very good low level recorder that's built into the OS.
-
Flight time sounds like a good way to find dungeons underground (a good way to cheat maybe?)
-
Brilliant - thanks
-
Hmm I'll send you the code snippet when I'm on my workstation. It's probably me doing something weird.
-
From client side would work fine for what I want to achieve
-
Saturation = how wet someone's clothes are.
-
@red51 am I right to believe the player rotation and npc rotation are not the same?
I'm using Vector3f posP = new Vector3f(0.0f,0.0f,1.0f); to calculate player direction with multLocal(posP)
but I have to use Vector3f posN = new Vector3f(0.0f,0.0f,0.25f); to calculate npc direction with multLocal(posN)
It's fine, I've got it working using that, just wondering if this will change (I have noted NPC NaN fixes on the console)
-
Now you know why I do not play on servers. They are here 1 day and gone the next , or you are griefed to death. I was banned from a server where I spent less then 2 minutes on line and did absolutely nothing but look around.
When you play on a server you own NOTHING despite what you are told because it can all go poof in 1 second. You have NO rights no matter what you are told.
Think about that before you go building on someone else's computer.
That's not entirely true. There are quite a few long standing servers (some have been around for several years). If a server is setup correctly griefing should be neigh impossible with PVE mode and protected areas. Effectively making the griefing "work" in comparison to the "cleanup" work exponentially harder. Someone could spend 12 hours trying to ruin a server and with the correct setup all that "griefing work" can be undone in a matter on minutes. Who then would have the last laugh?I appreciate your frustration though "it can all go poof in 1 second." that's what happened to me when I first played on a multiplayer server. I lost my first ever castle, but we learn and we move on to build better things.
In the end multiplayer are exactly that - multiplayer. I hope a few bad experiences do not tar your brush forever.
P.s. you can always make your own blueprints of your builds as your own "backup".
-
Is your boat house build complex? Loads of objects (pnbs) in the same chunk and adjacent chunks will use a lot of cpu up and as such will probably cause lag. I would highly doubt the issue would be with the boats as they are effectively just one object each.
-
Don't take the opinions of children seriously. But yes, a well protected server (on any MMO) negates childish behaviour. Not to mention he seems about as funny as a burst pile.
-
Hi, I'm trying to get the a players world temperature and the saturation level of clothing.
works great to get a players temperature.
I would also like to get the environment temperature of the current player as well as the saturation level of their clothing.
Stuff like:
Codewould be great!
(or something to the same effect)