• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

How to properly credit TFP

Riamus

Hunter
So I am making a tool that uses localization from the game and I need to properly credit TFP. What is the correct way to include that credit? I'm thinking of including it with a copyright line if that's appropriate...

©2025 Riamus
Localization and layout from 7 Days to Die by TFP

Or something along those lines, maybe? I want to make sure it's set up correctly.
 
Maybe you could have the first line of the localization.txt output to include the text, something like

Key,File,Type,UsedInMainMenu,NoTranslate,english,......
TheFunPimps_Credit,Credit,TFP,,,"Localization and layout from 7 Days to Die by TFP",,,,,,

Entry isnt used in code, is there for visual recognition when someone reads the file
cheers
 
Maybe you could have the first line of the localization.txt output to include the text, something like

Key,File,Type,UsedInMainMenu,NoTranslate,english,......
TheFunPimps_Credit,Credit,TFP,,,"Localization and layout from 7 Days to Die by TFP",,,,,,

Entry isnt used in code, is there for visual recognition when someone reads the file
cheers
I need to know how to properly credit them in the app. Not in their own localization file. 😀
 
Back
Top