Ticket #46657

New Nation Idea: Florida

Eröffnet am: 2023-01-30 09:03 Letztes Update: 2023-02-19 03:41

Auswertung:
(Anonym)
Verantwortlicher:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
8

Details

So, I have a new nation for Freeciv Web (it's Florida), and I have made the ruleset. I was wondering if people wanted to offer critiques and/or help finish it for use on Freeciv Web and even the main Freeciv Engine. If this gets rejected, then that is fine by me. I just want to check it out to see if it is considered an okay addition.

Ticket-Verlauf (3/22 Historien)

2023-01-30 09:03 Aktualisiert von: None
  • New Ticket "New Nation Idea: Florida" created
2023-01-30 09:07 Aktualisiert von: None
Kommentar

Ruleset Right Here (Sorry, I forgot to link it earlier): nation_floridian

name=_("Floridian") plural=_("?plural:Floridians") groups="American" legend=_("Florida is the third most populous state of the USA\ and is well known for its tourism. It was repeatedly colonized by\ Spain and Great Britain before the "Florida Patriots" proclaimed\ the Republic of East Florida in 1812. Despite being suppressed\ by Spain the first time, in 1817 adventurers establied the\ Republic of the Floridas on Amelia Island which was incorporated\ by the USA with the rest of modern Florida in 1822. It joined the Confederacy\ in 1861 but rejoined the USA in 1868 and has since been the site of\ the Apollo 11 Space Launch, which let humans land on the moon\ for the first time in history.\")

leaders = {

"name", "Gender" "Juan Ponce de León", "Male" "John Houstoun McIntosh", "Male" "Gregor MacGregor", "Male" "Louis-Michel Aury", "Male" "Andrew Jackson", "Male" "John Milton", "Male" "Harry T. Moore", "Male" "Hariette Moore", "Female"

}

ruler_titles = { "government", "male_title", "female_title"

"Despotism", _("Sheriff %s"), _("?female:Sheriff %s") "Fundamentalism", _("Reverend %s"), _("?female:Reverend %s") "Republic", _("Governor %s"), _("?female:Governor %s")

}

flag="florida" flag_alt = "usa" city_style = "European"

init_techs="" init_buildings="" init_units=""

civilwar_nations="american", "muskogee", "seminole"

cities =

"Tallahassee", "Jacksonville", "Miami", "Tampa", "Orlando", "St. Augustine", ;historic capital of Florida "Pensacola", ;another historical capital of Florida "St. Petersburg", "Hialeah", "Port St. Lucie (ocean)", "Cape Coral (ocean)", "Fort Lauderdale", "Pembroke Pines", "Hollywood", "Gainesville", "Miramar", "Coral Springs", "Lehigh Acres", "Palm Bay (ocean)", "Clearwater", "West Palm Beach (ocean)", "Brandon", "Spring Hill", "Miami Gardens", "Pompano Beach (ocean)", "Lakeland", "Davie", "Riverview", "Sunrise", "Boca Raton", "Deltona", "Naples", "Alafaya", "Town 'n' Country", "Palm Coast (ocean)", "Deerfield Beach (ocean)", "Fort Myers", "Pine Hills", "Melbourne", "Miami Beach (ocean)", "Largo", "Boynton Beach (ocean)", "Homestead", "Kendall", "Kissimmee", "The Villages", "North Port (ocean)", "Lauderhill", "Doral", "Tamarac", "Daytona Beach (ocean)", "Poinciana", "Weston", "Delray Beach (ocean)", "Wesley Chapel", "Port Charlotte (ocean)", "Ocala", "Port Orange (ocean)", "The Hammocks", "Wellington", "Palm Harbor (ocean)", "Jupiter", "North Miami", "Sanford", "Palm Beach Gardens", "Margate", "Fountainebleau", "St. Cloud", "Coconut Creek", "Bradenton", "Tamiami", "Westchester", "Apopka", "Horizon West", "Sarasota", "Kendale Lakes (river)", "Pinellas Park", "Bonita Springs", "Country Club", "Four Corners", "Coral Gables", "Winter Haven", "University", "Titusville", "Ocoee", "Fort Pierce", "Winter Garden", "Altamonte Springs (river)", "Cutler Bay (ocean)", "North Lauderdale", "Oakland Park", "Greenacres (grassland)", "North Miami Beach (ocean)", "Ormond Beach (ocean)", "Lake Worth Beach (ocean)", "Clermont", "North Fort Myers", "Hallandale Beach (ocean)", "The Acreage", "Meadow Woods (forest)", "Aventura", "Valrico", "Ovideo", "Plant City", "Navarre", "Royal Palm Beach (ocean)", "Land O'Lakes (river)", "Winter Springs (river)", "Richmond West", "Florida City", "Riviera Beach (ocean)", "Kendall West", "DeLand", "Princeton", "South Miami Heights", "Estero", "Egypt Lake-Leto (river)", "Dunedin", "Buenaventura Lakes (river)", "Lauderdale Lakes (river)", "Carrollwood", "Panama City", "Fruit Cove", "Merritt Island (ocean)", "Golden Glades", "Cooper City", "Parkland", "West Little River (river", "East Lake (river)", "Dania Beach (ocean)", "Lake Magdalene (river)", "Lakeside (river)", "Ferry Pass", "East Lake-Orient Park", "New Smyrna Beach (ocean)", "Winter Park", "Vero Beach South (ocean)", "Fleming Island (ocean)", "Lakewood Ranch", "Golden Gate", "Destin", "Casselberry", "Immokalee", "Rockledge", "Citrus Park", "Crestview", "Sun City Center", "Key West", "Leisure City", "Palm Springs (river)", "Temple Terrace", "Ruskin", "Haines City", "Leesburg", "Oak Ridge (forest)", "Coral Terrace", "West Melbourne", "Ives Estates", "Palm River", "Clair Mel", "Palm City", "Keystone", "Silver Springs Shores (ocean)", "Bayonet Point", "Tarpon Springs", "Bloomingdale", "South Bradenton", "Northdale", "Venice", "Sebastian", "Wright"
2023-01-30 13:08 Aktualisiert von: boyeco5105
Kommentar

This is a really well-designed ruleset, in my opinion. I hope this gains some traction myself. Personally, I would be more than happy to help create the shield-logos and find flags for this new nation. And I personally think it does not violate Freeciv's rules for being a nation, so it has that going for it.

2023-01-30 13:21 Aktualisiert von: cazfi
Kommentar

We will need the flag svg (and as per current limitations - which I hope to get rid at some point - is that it needs to be 3:2). In most cases those are found from Wikimedia Commons, with license terms allowing use within GPLv2+ distribution.

Also, it would be good if you could make a proper patch of this (No worries if that seems too complicated - I can still create it for you if need be): https://www.freeciv.org/wiki/How_to_Contribute

What's needed for a nation patch to work is documented in doc/README.nations in freeciv repository and distribution.

2023-01-30 13:33 Aktualisiert von: cazfi
Kommentar

Reply To cazfi

What's needed for a nation patch to work is documented in doc/README.nations in freeciv repository and distribution.

Except that it needs an update -> #46659

2023-01-31 22:46 Aktualisiert von: cazfi
Kommentar

Reply To (Anonymous)

for use on Freeciv Web and even the main Freeciv Engine.

At least for freeciv.org freeciv-web the nations come directly from freeciv.org freeciv. AFAIK nobody runs plain freeciv.org freeciv-web, though, and the projects further downstream from it *might* add/remove/change nations on their own.

2023-02-03 11:16 Aktualisiert von: vavowi899
Kommentar

Alright, I have submitted a nation patch for Florida. It also includes the flags and shields with it. These files will be in the attachment list, by the way.

2023-02-05 02:12 Aktualisiert von: cazfi
Kommentar

Doesn't look like a real patch, but I think I can create one from these. The downside is that the meta information will not reflect that it was your contribution.

2023-02-05 02:35 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
Kommentar

Reply To cazfi

Doesn't look like a real patch, but I think I can create one from these.

Attached. Had to do some syntax fixes as it didn't load, and also to add spaces on the legend where it was split to multiple lines with no space in either side of the line wrap. Flags generated from the .svg (like we should) - didn't look at the provided .png flags at all.

2023-02-05 04:42 Aktualisiert von: jibip55551
Kommentar

So I read the wiki article on how to contribute, and I am not sure what I can do for this patch currently. Any suggestions?

2023-02-05 16:15 Aktualisiert von: cazfi
Kommentar

Reply To jibip55551

So I read the wiki article on how to contribute, and I am not sure what I can do for this patch currently. Any suggestions?

I think that this time we can use the patch I made?

For figuring things out for future contributios: Which Operating System you work on? What tools were you using to create the patch.

2023-02-06 10:34 Aktualisiert von: jibip55551
Kommentar

Reply To cazfi

Reply To jibip55551

So I read the wiki article on how to contribute, and I am not sure what I can do for this patch currently. Any suggestions?

I think that this time we can use the patch I made? For figuring things out for future contributios: Which Operating System you work on? What tools were you using to create the patch.

I use Android operating system and occasionally Windows 11. And the tools I used to create this patch were Notepad (for the text parts) and Pixlr E (for the shield and flag parts). On a side note, upon seeing the patch I am in shock at how much is actually needed to make a real Freeciv patch file. It's a lot more than I thought it would be. I honestly didn't think that this would get as much traction as it did. But in the future, I will try to make more proper patch files if I decide to contribute to Freeciv some more.

2023-02-09 08:25 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt
Kommentar

Now pushed to S3_1 and master branches - 3.1.0-beta1 will be the first release with this included.

2023-02-19 03:41 Aktualisiert von: cazfi
Kommentar

FYI. I've now created freeciv/freeciv-web Pull Request to update freeciv repository part to a version that contains this patch: https://github.com/freeciv/freeciv-web/pull/621

Dateianhangliste

Bearbeiten

Please login to add comment to this ticket » Anmelden