• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H01-May-2016-2,3072,192

icon/H03-May-2022-

src/H03-May-2022-52,87834,032

AUTHORSH A D01-May-20161 KiB2724

COPYINGH A D01-May-201617.6 KiB340281

ChangeLogH A D01-May-201636 21

INSTALLH A D01-May-20166.9 KiB185145

NEWSH A D01-May-20167.6 KiB183169

READMEH A D01-May-20164 KiB10886

configureH A D01-May-20161.8 KiB8867

freesynd.iniH A D01-May-2016887 2922

README

1FreeSynd 0.7.5
2------------
3FreeSynd is a free, cross-platform reimplementation of engine for the classic
4Bullfrog game "Syndicate". For more information see:
5    http://freesynd.sourceforge.net/
6
7License information
8-------------------
9FreeSynd is released under the GNU General Public License, version 2.
10See the file "COPYING" for information on this license.
11
12Thanks to Tomasz Lis for some preliminary work on the level files. His code is
13used under GNU General Public License, version 2 or later with permission from
14author.
15
16Some code is based on "libsyndicate" library by Paul Chavent. It is
17re-licensed under GNU General Public License, version 2. The original license
18and code are located in svn under "libsyndicate".
19
20The ConfigFile class is based on code from Richard J. Wagner. For License
21information, see comments in the files src/utils/configfile.*
22
23Freesynd includes UTF8-CPP, a library by Nemanja Trifunovic for handling UTF-8 string.
24It is freely available. See license in the utils/utf8.h and utils/utf8/*.h files.
25
26Class CRC32 from NetworkDLS, see license in utils/ccrc32.h and utils/ccrc32.cpp.
27
28
29What's new in this release?
30---------------------------
31See the file "NEWS".
32
33Installing the game
34-------------------
35See the file "INSTALL" for information on how to install the game.
36
37Running under Linux
38--------------------
39After installing the game, type "freesynd".
40
41Running under Windows
42---------------------
43Just double click freesynd.exe and enjoy.
44
45Running under Mac OS X
46----------------------
47Just double click the FreeSynd application.
48
49Configuration
50-------------
51Edit the freesynd.ini file to configure the game. The location of the file
52and a description of the options can be found in the file INSTALL under the
53heading "Configuring FreeSynd".
54
55Commands
56--------
57-- Mission Selection:
58 * 0     : Puts the selector on first mission.
59 * Left  : Puts the selector on the next mission.
60 * Right : Puts the selector on the previous mission.
61 * + / - : Increase / decrease tax rate on selected country by 1%.
62           If control key is held while clicking with the mouse on the button , the rates will change by 10%.
63           (Rates above 30% will downgrade the population status to rebellious
64           and the mission will have to be played again. Rates below 30% will
65           upgrade the population status to "very happy".)
66 * Page Up / Page Down : Increase / decrease tax rate on selected country by 10%.
67
68-- Agent Selection Menu:
69 * Right Click on agents number: (de-)activates agent
70 * Right Click and drag selected weapon to required agent number to exchange
71
72-- In game:
73 * F1  : Turns music on/off.
74 * F2  : Turns game sounds on/off.
75 * F5 - F12 : each key selects/deselects one item in the inventory.
76	Pressing CTRL-Fx to select a Medikit will apply Medikit on all selected agents
77	that own one.
78 * 1-4 : Numeric key selects the corresponding agent.
79 * 0   : Key 0 selects all agents or selects only the leader.
80 * Left,Right,Up,Down : Scrolls the map.
81 * P   : Pauses Game
82 * Ctrl + D           : Autodestruction of selected agent(s), if equipped
83 with mod chest v2 or v3 will explode damaging everything nearby
84 * Left Click on item in invetory : (de)selects, activates item
85	Left Click + CTRL to select a Medikit will apply Medikit on all selected agents
86	that own one.
87 * Right Click on item in invetory : drops item from inventory to ground
88 * Left Click on item on map : orders agent(s) to pickup
89 * Left Click on vehicle : orders agent(s) to get inside or leave it,
90 if already inside
91
92
93 Experimental, these commands are added into execution queue:
94 * Ctrl + Left Click  : Sets a waypoint for the selected agents.
95 * Ctrl + Right Click  : Sets a target to shoot for the selected agents.
96
97
98-- Debug Mode :
99 * Alt  : shows agents walk path, if over an object shows its id and
100major type
101 * Shift : mouse coordinates are printed
102
103Contact
104-------
105If you find a bug or would like to help the development of FreeSynd, please
106stop by the sourceforge project bug tracker, drop us an email or visit the
107forums.
108