Global company problems?

TyRao
Posts: 5
Joined: Tue Dec 25, 2018 4:24 am

Re: Global company problems?

Post by TyRao »

Hello,
AS I am still quite new to the rhelm of modding I am Reaching out to this group to see if I could get some assistance with this issue!

I Have placed in a Home Depot Building into a map! I have fs19_globalcompanyplaceable_presswerk installed into the mod pack! I have placed a Selling point for wood at the Home Depot dock area with a trigger point! My issue now is getting a XML for the trigger point for selling the OSB "to Home Depot" as well as getting "Home Depot" To show in the Market. I have tried to get this to work to no avail....

Assistance would be appreciated!!


https://cdn.discordapp.com/attachments/ ... nknown.png
Suzi590
Posts: 8
Joined: Sat Oct 05, 2019 3:06 pm

Re: Global company problems?

Post by Suzi590 »

does anyone know what is blue poppy...or bluemohn for that matter sorry if i sound stupid but im playing on multimap 2019 and i have to drop of some blue mohn at the bakery but for some reason its telling me its not excepted there any help would be appreciated please
EURO_FARMER
Posts: 268
Joined: Sat Sep 21, 2019 4:51 am
Location: Europe

Re: Global company problems?

Post by EURO_FARMER »

cwattyeso wrote: Tue Jun 30, 2020 6:55 pm
Hi mate,
sorry for bothering you but I have a question :

You said to the other guy, that in Global Company mod the Horse Helper script has to have this code :

Code: Select all

--other price for seasons
	if animal.subType ~= nil and animal.subType.livery ~= nil and animal.subType.livery.income  ~= nil then
	price = animal.subType.livery.income * 0.3;
	animal.ridingScale = 1;
	animal.ridingTimerSent  = animal.DAILY_TARGET_RIDING_TIME;
	animal.ridingTimer  = animal.DAILY_TARGET_RIDING_TIME;
else


In the last version of Global Company 1.6.0.0, this is the code for Horse Helper :

Code: Select all

--other price for seasons
	if animal.subType ~= nil and animal.subType.livery ~= nil and animal.subType.livery.income  ~= nil then
	price = animal.subType.livery.income * 0.3;
	animal.ridingScale = 1;
else							
	animal.ridingTimerSent  = animal.DAILY_TARGET_RIDING_TIME;
	animal.ridingTimer  = animal.DAILY_TARGET_RIDING_TIME;
end;

My question is, which version of Global Company you have, would you like to share it, or have you fixed the code manually ?
Once again, sorry for bothering.

Happy Farming *thumbsup*
User avatar
cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Re: Global company problems?

Post by cwattyeso »

So I have checked and am using Global Company Version 1.6.0.0, which means I must have manually applied the fix to the Horse Helper Script, or copied across the script from an earlier version of the Mod where the fix had already been applied manually. It's a shame then that in Version 1.6.0.0 it has not already been fixed/applied by the Global Company Devs, as that fix was posted on these forums quite a while ago now. You'd definitely have to do a forum search to find the original thread from the guy who found the issue and fixed it.

Edit: went back and searched the forum for the original thread, found it at viewtopic.php?f=963&t=165380&p=1282034& ... e#p1282034 and I can see Euro Farmer you were the last person to comment on the thread actually and suggest the fix be posted to the Devs at the Global Company website.
Check out my YouTube Channel for Farming Simulator and other Gaming Let's Plays and Videos at https://www.youtube.com/c/CwattyesoGamingforFun :D

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso :gamer:

GIANTS SOFTWARE Personal Partner Code: CWATTYESO *thumbsup*
EURO_FARMER
Posts: 268
Joined: Sat Sep 21, 2019 4:51 am
Location: Europe

Re: Global company problems?

Post by EURO_FARMER »

cwattyeso wrote: Mon Jul 13, 2020 2:48 pm
Hi, thanx for your reply. Indeed, I suggested to Humbe to contact devs in order to fix it that is why I was wondering if you had a fixed version, maybe a beta version with the problem solved.
Anyway, thank you for your reply, take care and of course, Happy Farming *thumbsup*
TobiHH
Posts: 1370
Joined: Wed Sep 06, 2017 2:31 pm

Re: Global company problems?

Post by TobiHH »

Just download the Dev version from Github and you don`t have any problem...

https://github.com/Ls-Modcompany/FS19_GlobalCompany
EURO_FARMER
Posts: 268
Joined: Sat Sep 21, 2019 4:51 am
Location: Europe

Re: Global company problems?

Post by EURO_FARMER »

TobiHH wrote: Mon Jul 13, 2020 3:07 pm
The new version is 1.6.0.1 but no fix for HorseHelper lua script.
We have a saying in my country : " If they don't fix a problem, then do it yourself " . So, just a few lines edit and the problem will be resolved :biggrin2:
User avatar
cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Re: Global company problems?

Post by cwattyeso »

Version 1.6.0.1 isn't on the ModHub yet, and that's the only time I download and update it now in my many mods folders. I don't use their Beta or Test versions. But yes I can also agree with the "If they won't fix it, do it yourself" mentality and will continue to do that.
Check out my YouTube Channel for Farming Simulator and other Gaming Let's Plays and Videos at https://www.youtube.com/c/CwattyesoGamingforFun :D

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso :gamer:

GIANTS SOFTWARE Personal Partner Code: CWATTYESO *thumbsup*
User avatar
cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Re: Global company problems?

Post by cwattyeso »

TobiHH wrote: Mon Jul 13, 2020 3:07 pm Just download the Dev version from Github and you don`t have any problem...

https://github.com/Ls-Modcompany/FS19_GlobalCompany
Yes you will because even that 1.6.0.1 version still has the wrong code for the Horse Helper Mod to work correctly with Seasons. I just downloaded it and check the GC_HorseHelper.lua in Notepad++, so it seems like the Devs keep forgetting to update this script when they bring out a new or updated version of the mod. Which is a shame as the Fix was found and reported back in January and it's still having to be applied manually by players. I know it only takes about 5 seconds to manually do the fix, that's not difficult. Just makes you wonder why it's not fixed in the mod already if it's so easy to do.
Check out my YouTube Channel for Farming Simulator and other Gaming Let's Plays and Videos at https://www.youtube.com/c/CwattyesoGamingforFun :D

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso :gamer:

GIANTS SOFTWARE Personal Partner Code: CWATTYESO *thumbsup*
TobiHH
Posts: 1370
Joined: Wed Sep 06, 2017 2:31 pm

Re: Global company problems?

Post by TobiHH »

Sorry, I thought I read somewhere that they fixed it in the DEV-version.
I don`t play with horses, so was not able to test it by myself.
EURO_FARMER
Posts: 268
Joined: Sat Sep 21, 2019 4:51 am
Location: Europe

Re: Global company problems?

Post by EURO_FARMER »

TobiHH wrote: Mon Jul 13, 2020 3:36 pm
Don't worry about it. All good *thumbsup*
Tfun11
Posts: 2
Joined: Sat Feb 27, 2021 8:23 am

Re: Global company problems?

Post by Tfun11 »

Hi,

I am using the Global Company Potato Washer/Potato Sorter and they are working, but I am geting this in the error log and it means the names are not displaying as Potato Washer and Potato Sorter, but an error.

Missing 'GlobalCompanyPlaceable_PW_FactoryName' in l10n_en.xml

Is there something I am missing?
juf.de
Posts: 3816
Joined: Fri Mar 30, 2012 8:04 pm

Re: Global company problems?

Post by juf.de »

That is just a notification, that a parameter hasn't been defined in the moddesc, nothing serious.
Tutorials: log.txt, Giants Bilderhoster, erweiterter Texteditor, Konsole (PC)    /    Direktlink Giants Imagehoster
[PC] [Mac] [XB1] [PS4] in the thread title keeps the Forum clean / im Threadtitel hält das Forum übersichtlich
Playing on PC
Davson
Posts: 3
Joined: Fri Apr 23, 2021 6:27 pm

Re: Global company problems?

Post by Davson »

Global Company has taken over almost everything this game is unplayable every time I load the game it crashes I am so fed up with it I am going back to my original edition 2015 you need to do something about it Giants before your shares take a dive on the stock market.😫
User avatar
DEERE317
Posts: 3189
Joined: Fri Dec 25, 2020 5:01 pm

Re: Global company problems?

Post by DEERE317 »

Davson wrote: Mon May 31, 2021 4:21 am Global Company has taken over almost everything this game is unplayable every time I load the game it crashes I am so fed up with it I am going back to my original edition 2015 you need to do something about it Giants before your shares take a dive on the stock market.😫
a. Global Company is a mod, GIANTS has nothing to do with.
b. GIANTS is privately owned so I doubt they care much about Company value.
c. You seem to be the only person with this problem.
FS15 & FS19 Platinum Edition PC (and War Thunder, Gaijin is way worse than GIANTS ever has been accused of being)
FS Comunity Trader: https://fs19communitytrader.freeforums.net/
Desktop: i5-9400f, RTX 2060, 8gb RAM, 256gb SSD.
Laptop: Pentium Silver N5000, UHD605, 4gb RAM, 1tb HDD.
Deere, Fendt, Claas, and sometimes the rest of Agco.
Post Reply