Basement-Science / SatisfactoryMod_Speedo

Mod for the Game "Satisfactory" - Speedometer HUD overlay
MIT License
0 stars 3 forks source link

General Discussion #3

Open Basement-Science opened 2 years ago

Basement-Science commented 2 years ago

We can talk about whatever in here. Let's try to keep all other issues on-topic ;)

_Started by post by @MinoDab492 in https://github.com/Basement-Science/SatisfactoryMod_Speedo/issues/2#issuecomment-1110234144_

Basement-Science commented 2 years ago

@MinoDab492 in https://github.com/Basement-Science/SatisfactoryMod_Speedo/issues/2#issuecomment-1110234144

Great to hear! I was looking for ideas from the SF Modding Discord Server, and I was given the idea to make a speedometer for Satisfactory in MPH. I was wondering if you would be willing to teach me the basics of how the mod hooks in, and get's the speed, and all of that stuff?

I guess it depends how well you understand Unreal's Blueprint system, which is all I used to make this mod. Did you work through the Tutorials, and especially Tutorial: First Simple Machine?

In my mod, pretty much everything is contained in UI_SpeedoMeter. Look at the different functions and it should be mostly self-explanatory. If you have any more questions, feel free to ask them here.

MinoDab492 commented 2 years ago

Great, thanks!