Beiträge von yuriyland

Willkommen in der Transport Fever Community

Wir begrüßen euch in der Fan-Community zu den Spielen Transport Fever und Train Fever, den Wirtschaftssimulatoren von Urban Games. Die Community steht euch kostenlos zur Verfügung damit ihr euch über das Spiel austauschen und informieren könnt. Wir pflegen hier einen freundlichen und sachlichen Umgang untereinander und unser Team steht euch in allen Fragen gerne beiseite.

 

Die Registrierung und Nutzung ist selbstverständlich kostenlos.

 

Wir wünschen euch viel Spaß und hoffen auf rege Beteiligung.

Das Team der Transport-Fever Community


    Code
    Is there a MOD script that will block the default industry? 
    
    I'm almost finishing my MOD on a complex industry and the default industry really bothers me when generating a map.
    
    For advanced users, it is clear that it is enough to temporarily delete these files or change the file extension (so that the game ignores them, for example, from coal_mine.con to coal_mine.1con). But for the average user, this can be a difficult task...
    
    Maybe there is a script that will allow you to ignore default production files??? They completely ruin everything in my MOD.
    
    Thanks in advance for any help!
    Code

    Edit by MaikC Please note the forum rules in the future:

    <9>

    a Please use meaningful titles for your created topics. Titles like "I have a question" or "Problem!!!" bring nothing to anyone and damage the overview.

    Code
    thanks at least for such an answer, now I won’t rack my brains with attempts to implement this, although in TP1 1 additional rule (though it was necessary to install a mod) could be added. What can you say about windows? 
    Is there a chance to increase them? I have already broken everything in the interface, but the windows do not change.
    Code
    At least someone knows - is it possible to add more than 1 rule to production or not??? such as:
    
    local stockListConfig = {
    stocks = { "PASSENGERS", "SAWDUST", "DIRTY_PAPER", "CHEMICALS", "COLOR_RED", "COLOR_GREEN" },
    rule1 = { input = { {4,2,0,1,0,0},{5,1,3,2,0,0}, }, output = { PAPER = 1, PASSENGERS = 2 }, capacity = 100 },
    rule2 = { input = { {5,4,0,2,0,0},{8,6,4,5,0,0}, }, output = { CARTONS = 1, PASSENGERS = 4 }, capacity = 100 },
    rule3 = { input = { {5,2,0,2,1,1},{8,1,3,5,1,1}, }, output = { STICKER = 1, PASSENGERS = 4 }, capacity = 100 },
    }
    
    answer at least something - yes it is possible, but we don’t know how or not, it’s not possible at all ...
    Code