TheMadScientist
TheMadScientist
  • Видео 69
  • Просмотров 29 257
ARPG Create a txt file to change server name without rebuilding the server!!!!
This video will go over how to make a txt file that the server will read and be able to change the server name upon reboot of the server without rebuilding the server and the game every single time!!!
Code Used:
In .h
public:
UFUNCTION(BlueprintPure, Category = "Custom", meta = (Keywords = "LoadTxt"))
static bool LoadTxt(FString FileNameA, FString& SaveTextA);
UFUNCTION(BlueprintCallable, Category = "Custom", meta = (Keywords = "SaveTxt"))
static bool SaveTxt(FString SaveTextB, FString FileNameB);
In .cpp
bool URWTxtFile::LoadTxt(FString FileNameA, FString& SaveTextA)
{
return FFileHelper::LoadFileToString(SaveTextA, *(FPaths::ProjectDir() + FileNameA));
}
bool URWTxtFile::SaveTxt(FString SaveTextB,...
Просмотров: 121

Видео

SGKV2 with Ultra Dynamic Sky to show Fahrenheit or Celsius.
Просмотров 193Год назад
This video will show how you can add the F or C to the end of the temperature so your players know what weather unit they are in.
Create dedicated servers for Action RPG system
Просмотров 781Год назад
This video will show how to download and setup UE 5.2 from source and how to build the editor and server for source, so you can package your servers and game for deployment :) any questions, comments, concerns please join the discord or leave a comment below My discord discord.gg/QB4QaZYNjV Action RPG system discord discord.gg/63TynETCx9 "defaultengine.ini" [/Script/Engine.Engine] !NetDriverDef...
Lets make trees move with UDS weather!
Просмотров 5 тыс.2 года назад
I will show you how to make a Material Function and a Material Collection Parameter and implement them in to your material for your trees and then hook them up inside Ultra Dynamic Sky. Discord: discord.gg/QB4QaZYNjV
Make Temperature effect player health
Просмотров 5432 года назад
I will show you how to make a basic system to allow the temperature to effect the players health, I also go over how to setup booleans to make it so the player stops being hurt if clothing is on or if he is inside a building. Discord: discord.gg/QB4QaZYNjV
Ultra Dynamic Sky + SGKV2 current weather and temp readout
Просмотров 1,4 тыс.2 года назад
In this video i will show you how to display the current weather condition and the proper temperature in UE5 Discord Link: discord.gg/QB4QaZYNjV
Updated Intro for The River.
Просмотров 1473 года назад
This is just a teaser for the ending of the intro level for my game. P.S. The lightning is random and just so happened to hit on each side of the word lol. one in a million chance.
Blueprint Console Commands
Просмотров 1,5 тыс.3 года назад
I will show you how to spawn in stuff for SGKV2 and how to change the weather and time with UDS Discord: discord.gg/XD6KsNbhmA
issue with spawner
Просмотров 1063 года назад
the spawner only puts them at 000. some do spawn off of 000 but the others get stuck.
SGKV2 Dedicated Server Save progress.
Просмотров 1,4 тыс.3 года назад
In this video you will learn how to make the dedicated server for SGKV2 save your players progress. Discord Link: discord.gg/zMgZH94ncT
Lets craft a farm plot!!! in SGK V2
Просмотров 5013 года назад
In this video you will be learning to craft a farm plot. Discord Link: discord.gg/zMgZH94ncT
How to make a user in Linux and upload your server
Просмотров 2553 года назад
How to make a user in Linux and upload your server
UE4 Auto Landscape Material
Просмотров 6153 года назад
UE4 Auto Landscape Material
Add temperature read out on your hud
Просмотров 9483 года назад
Add temperature read out on your hud
Farm plots get water from rain
Просмотров 7013 года назад
Farm plots get water from rain
Farming Integration to SGK V2 (farming kit from eeldev)
Просмотров 2,8 тыс.3 года назад
Farming Integration to SGK V2 (farming kit from eeldev)
UE4 Dedicated server Steam Advanced Sessions with SGKV2
Просмотров 8 тыс.3 года назад
UE4 Dedicated server Steam Advanced Sessions with SGKV2
The River - New Work In Progress Weapon Structure Setup
Просмотров 294 года назад
The River - New Work In Progress Weapon Structure Setup
The River Gameplay
Просмотров 694 года назад
The River Gameplay
The River Trailer
Просмотров 1294 года назад
The River Trailer
The Flashback Level
Просмотров 134 года назад
The Flashback Level
animproblem
Просмотров 214 года назад
animproblem
Music for my video game "The River"
Просмотров 404 года назад
Music for my video game "The River"
My Limbo level for The River.
Просмотров 315 лет назад
My Limbo level for The River.
The River (Teaser Video)
Просмотров 1456 лет назад
The River (Teaser Video)
The River Update 1
Просмотров 356 лет назад
The River Update 1
idfc - Voice Over with Black Bear
Просмотров 516 лет назад
idfc - Voice Over with Black Bear
Trailer for my upcoming video...
Просмотров 226 лет назад
Trailer for my upcoming video...
Get Loot And Die (Video Update)
Просмотров 366 лет назад
Get Loot And Die (Video Update)
The Hour...I will be finishing this game soon
Просмотров 196 лет назад
The Hour...I will be finishing this game soon

Комментарии

  • @broken_node
    @broken_node 2 месяца назад

    Thanks a ton!

  • @JulioCastro-dx6wk
    @JulioCastro-dx6wk 3 месяца назад

    i have survival game kit v1

  • @Nicowv
    @Nicowv 7 месяцев назад

    Hey! Any solution on making this work in UE5? The intensity and direction is working, but preset weathers dosnt work, like the thunderstorm

    • @themadscientist8271
      @themadscientist8271 7 месяцев назад

      I’m currently making a survival game template but when i get to where i add uds integration i will look into this

  • @snackeroony
    @snackeroony 8 месяцев назад

    For anyone (like me) who didn't have the Linux SDK installed and got an error when packaging, this was a really useful video: ruclips.net/video/MVm5got0RMY/видео.html Also super helpful video! Thanks for walking us through the process!

  • @xTacticalHugZx
    @xTacticalHugZx 8 месяцев назад

    Thanks for the great tutorial. Although at 16:10 when you use the "Current Wind Intensity" It's now called "Current PPFW Intensity" Not sure is because I have both UDS and UDW or it's an update, But if you are looking for "Current Wind Intensity" This is what I replaced it with and it worked.

    • @themadscientist8271
      @themadscientist8271 8 месяцев назад

      I have them both also, this was before all the updates they put into UDS thank you for this comment.

  • @ZaneIRL
    @ZaneIRL 9 месяцев назад

    Hi there's a new update on UDS and they changed a lot, If you have time can you make a video on it?

  • @CodeCraftGamesOfficial
    @CodeCraftGamesOfficial 9 месяцев назад

    Nice. Could you do a tutorial on using uds wind with brushify grass?

  • @afterlife1578
    @afterlife1578 10 месяцев назад

    I'm using playfab to host my dedicated servers, and I'm getting the OnSuccess debug as well, but on the client side I can't find the session. Any suggestions?

    • @themadscientist8271
      @themadscientist8271 10 месяцев назад

      Verify that playfab has no ports blocked that steam uses

  • @DiezLifeStudio
    @DiezLifeStudio 11 месяцев назад

    Hi, how do I turn on the light at night and turn it off during the day?

    • @themadscientist8271
      @themadscientist8271 11 месяцев назад

      Could you explain a little further on what you mean?

    • @DiezLifeStudio
      @DiezLifeStudio 11 месяцев назад

      Light_Day-Night_Toggle Is there such a component, how to use it?@@themadscientist8271

    • @DiezLifeStudio
      @DiezLifeStudio 11 месяцев назад

      Sorry, I just needed to add a component to the light bulb.@@themadscientist8271

  • @davy4842
    @davy4842 11 месяцев назад

    Hi can you make UDS weather affect water from Unreal water plugin like adding waves or making lakes bigger when raining?

    • @themadscientist8271
      @themadscientist8271 11 месяцев назад

      So i have been looking into this but no luck at the moment.

  • @E1nfach_Justin
    @E1nfach_Justin Год назад

    hey, I have a question: is it absolutely necessary to use the GitGub engine or can I also use the normal one

  • @bsgillespie7579
    @bsgillespie7579 Год назад

    I am asking for the words for this rap song Many des sons and daughters have asked for them

  • @donvalette3589
    @donvalette3589 Год назад

    does anybody find out how to make the seeds :D

    • @themadscientist8271
      @themadscientist8271 Год назад

      With SGK making his own system now, this video is deprecated.

    • @donvalette3589
      @donvalette3589 Год назад

      @@themadscientist8271 but i have this asset :(. it already helped a lot this video, im trying to build a prototype. thanks a lot

  • @bsgillespie7579
    @bsgillespie7579 Год назад

    So many of my DES sisters and sons would like the words to this great song. Can you please provide me them so I can share them. Thank you.

    • @bsgillespie7579
      @bsgillespie7579 Год назад

      I’m checking to see if our DES family can be provided the actual words to your song. I hope you are healthy. My son has 3 surgeries at 43 to correct a DES deformity. He has Urethral Stenosis. It took us that long to finally find a doctor that is aware. So much sadness and no accountability.

  • @Wardenofthesky
    @Wardenofthesky Год назад

    By the way have you had any change to make a guide so we can also make it display “Time of The Day” for players on screen??

    • @themadscientist8271
      @themadscientist8271 Год назад

      I will be able to make that video this coming weekend for you guys

    • @Wardenofthesky
      @Wardenofthesky Год назад

      Thank you our great scientist! And Happy New Year 🎊🎉

  • @Wardenofthesky
    @Wardenofthesky Год назад

    Another great video by our great SCIENTIST! Thank you for your work and support to this beautiful community!

  • @ahmetozan4754
    @ahmetozan4754 Год назад

    bad tutorial. Because ; wind in our character.

  • @citywok9693
    @citywok9693 Год назад

    Nice tutorial! However i do have a problem. The trees doesnt sway in the wind direction. For example: If the wind goes to the left from the camera perspective, the tree will swing 90° to the right

  • @KaasTVNL
    @KaasTVNL Год назад

    thank you for sharing and making the video! gonna watch later the whole video

  • @KaasTVNL
    @KaasTVNL Год назад

    how long does your builld times take normaly? and does lumen and ninaite effect build times?

  • @gigasoftgaming
    @gigasoftgaming Год назад

    Awesome, thanks for the quick video, what I did is type Degrees Celsius in google and copied the Degrees symbol and it worked :D

  • @gigasoftgaming
    @gigasoftgaming Год назад

    is there a way to put text behind the tempature? for excample, I can say 20 C or 20 F

    • @themadscientist8271
      @themadscientist8271 Год назад

      there is a way, i will post a screenshot most likely tomorrow for you on here where to put it

    • @gigasoftgaming
      @gigasoftgaming Год назад

      @@themadscientist8271Awesome, thanks :D

    • @themadscientist8271
      @themadscientist8271 Год назад

      i will be recording this video shortly

    • @themadscientist8271
      @themadscientist8271 Год назад

      Here you go :) ruclips.net/video/iYBoogplZ3Y/видео.html

  • @norxgirl1
    @norxgirl1 Год назад

    Wow! Gifted writers. How is your mom doing? There are several DES FB pages where others can share stories and resources.....where i learned about your songs.....

    • @themadscientist8271
      @themadscientist8271 Год назад

      She is doing ok for the most part as we all can be. Thank you 😊

  • @norxgirl1
    @norxgirl1 Год назад

    Wow! New subber... This song blows me away.... My older sister, now deceased, we knew for a fact was exposed, in Nashville, TN in 1949/1950. Other siblings may have been exposed, as well as myself. Only learned recently that it was given to dry up breast milk post delivery, so my mother would have gotten something hormonal after her last 4 deliveries - one died around birth and us last three were bottle fed only. And some pregnancies after this have been noted to have DES type exposure symptoms, even if not directly exposed in utero. No wonder the AMA was highly endorsing bottle feeding over breast feeding in the 1950s onward.....so Big Pharma could sell more DES/Endocrine Disruptors to moms post delivery to dry up breast milk. It just never ends ....

  • @bsgillespie7579
    @bsgillespie7579 Год назад

    Thank you for making this song. It is now my favorite rap. I’m a DES Daughter and wish you would have never had to write this. Unfortunately we were given something we never wanted. I’m following your music now. God Bless

  • @brandongreen4524
    @brandongreen4524 Год назад

    WoT.... as in World of Tubes... aka Tube City from The Office?

  • @KaasTVNL
    @KaasTVNL Год назад

    can you make the tutrial for the server text file :)

    • @themadscientist8271
      @themadscientist8271 Год назад

      On how to make the server name editable when the game is built?

    • @KaasTVNL
      @KaasTVNL Год назад

      Yes what you said in the video.

    • @KaasTVNL
      @KaasTVNL Год назад

      @@themadscientist8271 are you able to still make that video?

    • @themadscientist8271
      @themadscientist8271 Год назад

      hey i apologize, i had some stuff happen personally lately, i will attempt to create that for you guys tonight or tomorrow.@@KaasTVNL

    • @KaasTVNL
      @KaasTVNL Год назад

      And If you can Also add persistance and host/server ip list if I dont ask for to much 🤘🏼

  • @AbbyStabby
    @AbbyStabby Год назад

    What if the planter is under something? Will the rain still effect its growth? Great guide btw!

    • @themadscientist8271
      @themadscientist8271 Год назад

      At the moment they will still get “rain” when inside, unless the code in UDW that checks for the player when he goes into an occluded room to make the noise “dampen” gets told to check for the plots too, then when udw sees them occluded they won’t get rained on

  • @Wardenofthesky
    @Wardenofthesky Год назад

    This video really really deserves more likes and views! You are awesome mate!!

  • @ElYazidMENIOUI
    @ElYazidMENIOUI Год назад

    Thank you. My team and I been looking for a way to do it for ARPG by kaidoom5 for some time now. This is perfect

  • @voidheavy
    @voidheavy Год назад

    Thankyou! Video was easy to understand and I now have some beautifully swaying trees! I did come across one issue though, wondering if anyone has a solution... I'm using 5.2 and after getting to the end of this tutorial, I can place swaying trees in my level as Static Mesh and everything is fine. If I try to use them with foliage painter however, they are no longer attached to landscape and start swaying in mid air. Surely its a simple adjustment, anyone know how to fix this issue?

    • @themadscientist8271
      @themadscientist8271 Год назад

      I did not have this issue when i painted mine down, or used a foliage spawner. Try checking collisions and your Z placement offset in the foliage painter

    • @MStanislav88
      @MStanislav88 7 месяцев назад

      same problem with the foliage painter 5.4.2

  • @Wardenofthesky
    @Wardenofthesky Год назад

    @themadscientist8271 Great video as always! Do you have any idea how I can make it also display the time to players?

    • @themadscientist8271
      @themadscientist8271 Год назад

      What exactly do you mean?

    • @Wardenofthesky
      @Wardenofthesky Год назад

      @@themadscientist8271I mean like displaying the current in-game time, Example : 12PM or 12AM, etc Ultra Dynamic Sky has a time of the day variable was just asking how we can make that time visible on screen to players like you did with temperature.

    • @themadscientist8271
      @themadscientist8271 Год назад

      @@Wardenofthesky ohhh ok i see what you mean, i will work on that this weekend for you

    • @Wardenofthesky
      @Wardenofthesky Год назад

      @@themadscientist8271omgg! Thank you so very mate! You’re the best! That means a lot honestly!

    • @Wardenofthesky
      @Wardenofthesky Год назад

      @@themadscientist8271Heyyy mate! I hope you’re doing great! Where you able to do the tutorial we spoke about?

  • @MEK_OUTTERBOX
    @MEK_OUTTERBOX Год назад

    i been trying to contact you bro

  • @1AnimeFinder
    @1AnimeFinder Год назад

    can u do one foe"EOS dedicated servers"? plz ps good work

    • @themadscientist8271
      @themadscientist8271 Год назад

      I do not own the EOS plugin so sadly i can not at this time. However i can’t really imagine that it would be much different. As far as the engine build process that’s the same the only difference would be the create and find session nodes would be replaced with the EOS ones and the ini would change up a little bit

    • @1AnimeFinder
      @1AnimeFinder Год назад

      @@themadscientist8271 eos is free it come with all ue instill drive.google.com/file/d/1DIYzjvr4oWvmb2N_lRXKN9APlQ5k5Mq2/view?usp=drive_link

    • @KaasTVNL
      @KaasTVNL Год назад

      @@themadscientist8271 what is the name of the EOS plugin? Is there e special version for it?

  • @Violethood
    @Violethood Год назад

    Helpful. Thank you. And I have few questions for dedicated server itself 1- Will it work same for Advanced Sessions (non steam) also ? 2- Should I have to add net driver definations in Game Engine.ini file ?

    • @themadscientist8271
      @themadscientist8271 Год назад

      In the description is the stuff you need to add to your INI file And as far advanced sessions that is steam so I’m confused by your (non steam) remark

    • @OriginRow
      @OriginRow Год назад

      ​@@themadscientist8271 Does advanced sessions support mobiles ? 🤔 And it's great your'e actively replying on these queries

    • @themadscientist8271
      @themadscientist8271 Год назад

      @@OriginRow i don’t believe so as you need to run steam for it to talk to the API, if you are referring to like the google play or Apple Store then no i do not believe so for that either.

    • @Violethood
      @Violethood Год назад

      @@themadscientist8271 Yeah that's what I am concerned about

    • @themadscientist8271
      @themadscientist8271 Год назад

      @@Violethood yeah apparently steam sessions do not work with mobile

  • @Dominator-Cro
    @Dominator-Cro Год назад

    nice tut bro

  • @lazytv363
    @lazytv363 Год назад

    There is no current wind intensity in ue5 only direction

  • @mermer8341
    @mermer8341 Год назад

    awesome stuff man, I got wavy trees now thanks to you. Love the commentary btw lmao

    • @themadscientist8271
      @themadscientist8271 Год назад

      Glad it worked for you!

    • @mermer8341
      @mermer8341 Год назад

      @@themadscientist8271 just one question, the leaves and the trunk both wave but not at the same time, is there a way to fix this so they wave simultaneously together

  • @linovalcarcel9366
    @linovalcarcel9366 Год назад

    *I don't see the ''set'' node to connect the ''sequence'' to, I think the Blueprint has changed, do you have any idea where I should connect it? i need help* 15:18

    • @themadscientist8271
      @themadscientist8271 Год назад

      If in UE5 a lot of stuff has been deprecated, i will be doing this for my new project as well so once i figure it out i will make a tutorial for it

    • @linovalcarcel9366
      @linovalcarcel9366 Год назад

      @@themadscientist8271 Thxs dude, the tutorial was spot-on until I hit that snag, can't wait for the next one, thanks again!!

    • @jairetrim1516
      @jairetrim1516 Год назад

      @@themadscientist8271 any update on this? also I cant seem to find wind get wind intensity but i can however see the wind direction, any solutions? (unreal engine 5.2) Great tutorial btw

    • @themadscientist8271
      @themadscientist8271 Год назад

      @@jairetrim1516 i did recently review the tutorial in UE5 and found that on my machine direct searches of the names yields negative results for some reason so i had to be simple and just type wind and scroll down till i found what i needed, try that and let me know!

  • @DMDgamingz
    @DMDgamingz Год назад

    how u get ur bp editor to look like that with the non spaghetti lines joinin nodes and flatter look

  • @kuromajin7087
    @kuromajin7087 Год назад

    Thanks sensei!

  • @BlackPowderGame
    @BlackPowderGame Год назад

    Thanks for posting this -- easy to follow and it works great with my custom weather with a few simple modifications.

  • @theshadegaming7484
    @theshadegaming7484 Год назад

    When you cast to player, & used get player character index 0 would only add item to host. You shouldn’t use get player character in multiplayer. That would only give the item to host.

    • @theshadegaming7484
      @theshadegaming7484 Год назад

      This would work for single player, but if you want the item to go to the correct player inventory. You would get owner > get component by class

  • @christopherberanek8765
    @christopherberanek8765 Год назад

    can you update it for the ue5 ?

  • @eddiej.l.christian6754
    @eddiej.l.christian6754 Год назад

    you might find this Useful : ruclips.net/video/aE0aYRHvUMI/видео.html

  • @Zombie2080
    @Zombie2080 2 года назад

    Thanks for this! I can’t seem to get snapping to work, for instance two farm plots snapping to each other like the foundations do. Is this something you’ve explored?

    • @themadscientist8271
      @themadscientist8271 2 года назад

      No i haven’t, honestly ddnt think about that, however inside the foundation for SGK you can find how that snapping works and then port it over to the plot with the changes required

    • @Zombie2080
      @Zombie2080 2 года назад

      @@themadscientist8271 thanks mate, I’ll have a dig

  • @Gato_Gatuzo
    @Gato_Gatuzo 2 года назад

    Mate Great Job and its very well explained Thanks for the Tips 👍

  • @Zombie2080
    @Zombie2080 2 года назад

    Wonderful series and no nonsense tutorials, love it, thank you. Though, I’ve found for myself that in multiplayer the client player can’t water unless the server player has water. Did you see the same?

    • @Zombie2080
      @Zombie2080 2 года назад

      Not to worry, joined your discord and got solved there. What a wonderful community you’ve got!

    • @themadscientist8271
      @themadscientist8271 2 года назад

      @@Zombie2080 Thank you, Im glad it got resolved for you quickly.

  • @maureenbrinkman6374
    @maureenbrinkman6374 2 года назад

    Thank you for recording this. It really explains what happened to the DES exposed and the beat and words are awesome!

    • @themadscientist8271
      @themadscientist8271 2 года назад

      Thank you, my mom wrote the lyrics

    • @berrycmb
      @berrycmb 2 года назад

      DES Daughter here. Love this!

    • @maureenbrinkman6374
      @maureenbrinkman6374 2 года назад

      @@themadscientist8271 I am a DES daughter with three living sons. DES stole one of my sons from me at birth and caused 8 miscarriages. Of course, I also have other serious health issues due to my exposure. Any recognition of this damaged existence we had forced upon us is welcome as it’s been hidden from the public for so long. I appreciate you and your mother’s time, effort and bravery in bringing this issue to light through song.

  • @chipimus9188
    @chipimus9188 2 года назад

    would this work for grass direction in ue5?

    • @themadscientist8271
      @themadscientist8271 2 года назад

      I believe that UDS for ue5 is setup minor differently with BP node names but i don’t see why it couldn’t would just need to figure out what the new names are for the nodes