jffgvz

Newbie
Jun 29, 2018
66
114
Oh, no I can only do about 1-2 hours a day. I have two little ones that take up my time after work.
In that case you are in for a ride bro. It will take you a month, most likely. Give or take another week. And that is IF you play everyday religiously
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,136
I don't know who this new Zippy character is in this new content... but I already hate his ass :ROFLMAO:
Oh damnit... Zippy is the fucking goat... like literally, as in bahhhh! :ROFLMAO:
Fucker speaks so I'll change his define from "zip" to "zpy"... and change ~97 lines of his Character reference dialogue (that's a lot of goat talkin').
 

mordred93

Well-Known Member
Jul 21, 2017
1,690
2,579
Oh damnit... Zippy is the fucking goat... like literally, as in bahhhh! :ROFLMAO:
Fucker speaks so I'll change his define from "zip" to "zpy"... and change ~97 lines of his Character reference dialogue (that's a lot of goat talkin').
The goat talks a lot of smack !!!
 
  • Haha
Reactions: Sancho1969

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,136
I'll be honest I code daily in python and have for the last 3 years and I didn't know 'zip' was a built in function call. Admittedly their ide should have probably flagged it.
It's used to combine dictionaries together. I use it to consolidate the mod's ChoiceGuide internal lists into one dictionary to be indexed and sorted.
TigerWolfe, here's an example of how I use Python's "zip" to stitch together multiple sorted lists into one final dictionary (just as a reference):
Python:
    sKeys = {}
    listKeys = list( combolistsort( k, 1 ) )
    listValues = list( combolist( k, 1 ) )
    sKeys = dict( zip( listKeys, listValues ), **sKeys)
    listKeys = list( combolistsort( k, 2 ) )
    listValues = list( combolist( k, 2 ) )
    sKeys = dict( zip( listKeys, listValues ), **sKeys)
    listKeys = list( combolistsort( k, 3 ) )
    listValues = list( combolist( k, 3 ) )
    sKeys = dict( zip( listKeys, listValues ), **sKeys)
    ...
 

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,520
13,543

TigerWolfe

Forum Fanatic
Oct 19, 2022
4,425
8,590
It's used to combine dictionaries together. I use it to consolidate the mod's ChoiceGuide internal lists into one dictionary to be indexed and sorted.
Nice, the corporate style guide I'm beholden to avoids the use of dictionaries wherever possible. So that'd explain why I've not used it.
 

TigerWolfe

Forum Fanatic
Oct 19, 2022
4,425
8,590
TigerWolfe, here's an example of how I use Python's "zip" to stitch together multiple sorted lists into one final dictionary (just as a reference):
Python:
    sKeys = {}
    listKeys = list( combolistsort( k, 1 ) )
    listValues = list( combolist( k, 1 ) )
    sKeys = dict( zip( listKeys, listValues ), **sKeys)
    listKeys = list( combolistsort( k, 2 ) )
    listValues = list( combolist( k, 2 ) )
    sKeys = dict( zip( listKeys, listValues ), **sKeys)
    listKeys = list( combolistsort( k, 3 ) )
    listValues = list( combolist( k, 3 ) )
    sKeys = dict( zip( listKeys, listValues ), **sKeys)
    ...
Nifty! Thanks!
 

benzene_phi73

New Member
Nov 18, 2021
8
53
Eternum [v0.7] [Caribdis] - Compressed

Use at your own risk.

Win/Linux [1,92 GB]
- MEGA - - PIXELDRAIN

Mac [1,91 GB]
- MEGA - - PIXELDRAIN

You don't have permission to view the spoiler content. Log in or register now.
----------------------------------
Eternum [v0.7] [Caribdis] - Update only

The patch may break your game, use at your own risk.
If you missed it you can find the old Update only patch HERE.

Universal: v0.6.2 -> v0.7 [1,16 GB]
- MEGA - - PIXELDRAIN

Universal Compressed: v0.6.2 -> v0.7 [277 MB]
- MEGA - - PIXELDRAIN

You don't have permission to view the spoiler content. Log in or register now.

Please @ me or quote this post if there is a new version that doesn't show up on the "Latest Updates" page.
Compressed Link is here.
 
4.80 star(s) 1,063 Votes