Search found 3516 matches

by cazfi
Thu Sep 24, 2026 9:11 am
Forum: Tech support
Topic: Generic build scripts
Replies: 67
Views: 440050

Re: Generic build scripts

Example of building 3.3.0-alpha3 gtk4-client with freeciv-ubuntu24.04.sh on Ubuntu-26.04 (Resolute):

Code: Select all

./freeciv-ubuntu24.04.sh 3.3.0-alpha3 gtk4 "" https://files.freeciv.org/alpha/S3_3-alpha3/source/freeciv-3.3.0-alpha3.tar.xz
by cazfi
Wed Sep 23, 2026 8:01 pm
Forum: Test Builds
Topic: S3_3 alpha3
Replies: 0
Views: 675

S3_3 alpha3

Now that both datafile formats and network protocol for freeciv-3.3 have been frozen, we've released third alpha for it. 3.3.0-alpha3 is commit e5df4eaafcfd6d227d9c5d97034350a20f3dc1da in freeciv git repository. All light weight release build artifacts are available from https://files.freeciv.org/al...
by cazfi
Sun Sep 20, 2026 7:33 am
Forum: Rulesets and modpacks
Topic: Armistice and ceasefire length
Replies: 1
Views: 397

Re: Armistice and ceasefire length

No, freeciv currently has no such settings, but maybe we should -> https://redmine.freeciv.org/issues/2261
by cazfi
Fri Sep 18, 2026 5:51 pm
Forum: Tech support
Topic: Cannot get square tiles (civ1-style) with current freeciv
Replies: 2
Views: 394

Re: Cannot get square tiles (civ1-style) with current freeciv

Likely your "square" (which includes both iso and overhead) tileset preference is an iso tileset. Change it to some overhead one from Game -> Options -> Local Client -> Graphics -> Tileset (Square)
by cazfi
Mon Sep 14, 2026 7:46 pm
Forum: Rulesets and modpacks
Topic: Changes in what a 3.4 ruleset can do
Replies: 12
Views: 220927

Re: Changes in what a 3.4 ruleset can do

Both access areas and tiledefs have already been mentioned here, but let's discuss an example from sandbox ruleset about what kind of things they make possible. Building a Factory in the sandbox ruleset now requires the city to be connected to a Coal Mine via roads and/or rivers. All access areas in...
by cazfi
Mon Sep 14, 2026 11:34 am
Forum: Tech support
Topic: Generic build scripts
Replies: 67
Views: 440050

Re: Generic build scripts

Updated all scripts to have freeciv-3.4 build support. Manjaro script updated also to have sdl3-client support.

Get them from https://github.com/freeciv/freeciv-envi ... ildscripts
by cazfi
Mon Sep 14, 2026 8:06 am
Forum: Tech support
Topic: Generic build scripts
Replies: 67
Views: 440050

Re: Generic build scripts

Ubuntu-24.04 version works also in Ubuntu-26.04 (Resolute Raccoon). I just tested by building freeciv-3.3 from the latest nightly source tarball.
by cazfi
Sat Sep 12, 2026 1:04 pm
Forum: Contribution
Topic: Status of Freeciv-3.3
Replies: 0
Views: 671

Status of Freeciv-3.3

Freeciv-3.3 datafile formats have been frozen. Datafiles made compatible with current HEAD of S3_3 branch will be compatible with final freeciv-3.3, and vice versa. "How to update ??? from 3.2 to 3.3" -documents in the wiki are already mostly up to date. Rulesets: https://www.freeciv.org/w...
by cazfi
Sat Sep 12, 2026 6:55 am
Forum: Announcements
Topic: Stable release 3.2.6
Replies: 6
Views: 8690

Re: Stable release 3.2.6

Could the developers please confirm whether this exact installer has been checked and is considered safe? All I can say is that it has been checked by one of those 65 vendors that do not find anything suspicious in the file. It's very unlikely that there would be a virus, that could be detected by ...
by cazfi
Tue Sep 08, 2026 4:59 am
Forum: Rulesets and modpacks
Topic: [UPDATE v2] SCRIPT: I LUV Connections! Connect your own resources through any roads or rivers.
Replies: 14
Views: 161121

Re: [UPDATE v2] SCRIPT: I LUV Connections! Connect your own resources through any roads or rivers.

So far you've worked with script.lua. Maybe you could turn this in to more ruleset-author customizable feature by using parser.lua (common for all rulesets using this) and a ruleset-specific luadata.txt?