Log in to reply
 

Have a small question about popcycle.dat



  • So each line in popcycle.dat represents a spesific time of game with 2 hours of incraments. but I don't know which exact hour the first line starts with :thinking:

    I was adding bicycle spawns in it but yeah, don't want to see bicycles spawning at 4 am :slight_frown:


  • MODERATOR

    @Aurora11
    "There is a set of values for each time of the day in 2 hour increments (midnight, 2am, 4 am etc)"
    so first value is 00:00 > 02:00 > 04:00 > 06:00 etc



  • @ReNNie Oh, thank you very much :)



  • @ReNNie By the by it's different one but I might ask this too to understand it as well. Is this also same in timecycle files too? It doesn't have any info related to that and there is one more value as well.

    I mean for example in popcycle.dat, it has 12 lines, starting from 12 am and ends with 10 pm.
    In timecycle files however, it has 13 columns instead. So how that one works?



  • @Aurora11
    Timecycle files 13 times of day work like this :thumbsup::

    • 00:00 > 05:00
    • 05:00 > 06:00
    • 06:00 > 07:00
    • 07:00 > 08:00
    • 08:00 > 09:00
    • 09:00 > 13:00
    • 13:00 > 17:00
    • 17:00 > 18:00
    • 18:00 > 19:00
    • 19:00 > 20:00
    • 20:00 > 21:00
    • 21:00 > 22:00
    • 22:00 > 00:00

    If you comment the lines like this, it can save some time having to count to make sure you are editing the right time etc:

    Example:

    		<!-- 				  0      5      6      7      8      9     13     17     18     19     20     21     22 -->
    		<light_natural_amb_down_col_r> 0.0820 0.6118 0.4372 0.4599 0.4999 0.4999 0.4999 0.4799 0.4599 0.3999 0.3073 0.2862 0.0820</light_natural_amb_down_col_r>
    		<light_natural_amb_down_col_g> 0.0880 0.6117 0.4372 0.4599 0.4999 0.4999 0.4999 0.4799 0.4599 0.3999 0.3073 0.2651 0.0880</light_natural_amb_down_col_g>
    		<light_natural_amb_down_col_b> 0.0800 0.6000 0.4372 0.4599 0.4999 0.4999 0.4999 0.4799 0.4599 0.3999 0.3073 0.1800 0.0800</light_natural_amb_down_col_b>
    		<light_natural_amb_down_intensity> 0.0160 0.0950 0.8500 2.1000 2.7500 2.8500 2.9500 2.8500 2.6500 1.8500 0.8500 0.0760 0.0150</light_natural_amb_down_intensity>
    


  • @a63nt-5m1th Oh. Thank you so much fren :))) and that is definetly helpful while editing it <3


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.