So why don't you make one for us?

quote:![]() Originally posted by CapTVK on 05-20-2000 06:01 PM Wouldn't developing a proper FreeCiv script language (that's well documented) with some test scenarios (like WW2 and Rome in the orginal Civ2) be a better step at this point? Most scenario designers are not programmers but they become master artists and artisans with the right tools at hand. From what I've seen at the moment FreeCiv doesn't have those tools. If you want to know what those scenario makers can do check out the HS-Scenario League. After 3-4 years they have reached the very limit of what they can do with the Civ2 engine and its various releases. These guys even discuss HEX-editing the savegames to get the last drop of editing efforts! I'm going to state a goal that should be aimed for if someone (or more) decides to develop scenario tools for FreeCiv : One should be able to design and play a FreeCiv version of RED FRONT with all the rules, sounds, graphics and scripts. Tall order? perhaps...but we have to start somewhere ![]() |
quote:![]() Just -Take 1 gtk client. Remove the parts you don't need. Add a few dialogs for chosing tile and unit type and change the map onclick event accordingly. You should make a new subdirectory under client/ for it. ![]() |
quote:![]() -Move the code to save maps in the server to common/ to be available to the client, and it would be ready to use. ![]() |
quote:![]() Will you be developing this further, or was it just a wild experiment that will lead nowhere? ![]() |
quote:![]() Actually it turned out that someone had made a map editor before, but it had to compile with 1.8.1 and was completely impossible to update. ![]() |
quote:![]() people will automatically ![]() |
quote:![]() The result was that if I wanted to be able to change things like the city dialog I had to fork the code. (that goes for interfaces all over the client) ![]() |
quote:![]() Please help me make this version instead of forking; it will be too much work for one person to do, and making two version will be wasted effort. We can set up a CVS server for it. ![]() |
quote:![]() people will automatically People are automation? ![]() ![]() |
quote:![]() The result was that if I wanted to be able to change things like the city dialog I had to fork the code. (that goes for interfaces all over the client) If you say so. I thought there's quite clean ways of doing it, but then again I have not considered it thoroughly (just got one crazy idea and tested it). ![]() |
Comment