Search found 35 matches

by jwrober
Mon Feb 05, 2024 10:43 pm
Forum: Single player
Topic: continent size on island based map generator
Replies: 4
Views: 497

Re: continent size on island based map generator

You can use the

Code: Select all

tilesperplayer 
server option to give each nation a big island and then use

Code: Select all

landmass 
option to allow for some random smaller empty islands.
by jwrober
Wed Dec 06, 2023 4:05 pm
Forum: Single player
Topic: How do I change Ruleset
Replies: 5
Views: 11593

Re: How do I change Ruleset

Do you want to edit an existing one, or just play one of the others that come with the game installer? If the answer is the latter - you can pick the ruleset from the new game screen on the right side of the window/panel. Editing rulesets is a bit harder. You will find them in the data directory on ...
by jwrober
Tue Oct 04, 2022 9:15 pm
Forum: Single player
Topic: Technology: how do I keep up with AI?
Replies: 22
Views: 80603

Re: Technology: how do I keep up with AI?

On or adjacent to resources is good. They give tile bonuses. Different bonus by resource.
by jwrober
Mon May 09, 2022 7:58 pm
Forum: Art and tilesets
Topic: freecivicamusic
Replies: 5
Views: 10795

Re: freecivicamusic

I accepted the pull and see the issue you opened. I'll take a look at that soon.
by jwrober
Tue Nov 16, 2021 9:58 pm
Forum: General discussion
Topic: Freeciv-2.6 lifetime
Replies: 14
Views: 6549

Re: Freeciv-2.6 lifetime

2.6.5 is already pretty darn stable. I would think a final 2.6.6 as proposed would be fine and let 2.6 be EOL at that point. My $0.02
by jwrober
Tue Oct 26, 2021 6:57 pm
Forum: Multiplayer / Online gaming
Topic: Excited to Start
Replies: 9
Views: 9766

Re: Excited to Start

In general, these would be the steps to setup and run your own server: 1. Download latest Freeciv code and install it on the Windows server. Any client version is fine as you don't need the client, just the server which is the same everywhere. 2. Setup a .serv file with the game parameters you want ...
by jwrober
Tue Mar 02, 2021 4:13 pm
Forum: Wishlist
Topic: Throne room or palace plus music
Replies: 5
Views: 4634

Re: Throne room or palace plus music

charlieg wrote:
jwrober wrote:Music is done already - https://github.com/jwrober/SongOfDoom
Awesome. Any plans to distribute it with the game?
Probably not. There are licensing differences. The game is GPL, the music is Creative Commons. The music set is CC because that is how the music is licensed by the creators.
by jwrober
Fri Feb 26, 2021 9:55 pm
Forum: Wishlist
Topic: Throne room or palace plus music
Replies: 5
Views: 4634

Re: Throne room or palace plus music

by jwrober
Wed Dec 16, 2020 9:28 pm
Forum: Help wanted
Topic: Music
Replies: 8
Views: 15832

Re: Music

cazfi wrote:
jwrober wrote:The 5 possibilities are set by MAX_ALT_AUDIO_FILES defined in client/audio.h. I think that number could be bigger
That's now Feature #905821.
I posted a patch for the feature to the dev mailing list. I also tested the patch for the music playback issue and it works great for me.
by jwrober
Mon Dec 14, 2020 10:38 pm
Forum: Help wanted
Topic: Music
Replies: 8
Views: 15832

Re: Music

thanks cazfi, I wasn't sure about how to write up an HRM ticket. I can test the patch out on 2.6.2.1 and see how things go. I'd also like to submit a small patch to audio.h.