Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
Indeed, its a shame mods cannot be decompiled so we can see what other modders are doing, it would make inter-mod compatibility much much easier. If you are savvy and willing to do the footwork to make the mod I am more than willing to share my mods code with you. The function you would be replacing / overwriting from the other mod is named:
"CreatePlacedDescription createplaced"
The real trick is figuring out what the other modder who made the Fly-Fishing mod named their resource file, which you will essentially be modding yourself with your own mod. So long as your mod is loaded after theirs and the resource filename matches then your code-snippet for the createplaced function will overwrite theirs.
I'm using CC1.55