If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
strategy game
5 posts
• Page 1 of 1
strategy game
As I mentioned in another post(s) I'm working on a strategy game made in Flowstone. Its a C&C / Warcraft1 / Knights&Merchants styled 2D game. I have the gameplay roughly planed out in my head.
17.7.2015 (v0.0.2)
-map editor can edit terrain and add/remove units
-in game mode, units can move in a straight path
20.7.2015(v0.0.4)
-units now have pathfinding (A* algorithm)
-units can attack other units (either when commanded by right-clicking enemy or by natural aggression when idle)
-player can order units to attack, or to make attack-move (unit moves to destination, attacking any enemies it encounters)
-units have basic natural agression - they will attack nearby enemies when in idle state
general controls: in left panel you can choose between editor mode and game mode. In editor mode you can select what to edit (terrain,units,...) and select respective tool options (like terrain-type to draw). Left-clicking on map uses the selected tool. In game mode, you can control "red" units like in usual RTS game (left-click/drag to select, right click to order move/attack, shift-right-click to queue commands, ctrl+right-click to "attack-move").
features being worked on: view zooming; models/textures/animations for units; pick-able items (food,resources,weapons/tools), inventory, stats modifiers from equipped items (health-regen from consuming food, attack bonus from equipped weapons etc.)
If you are interested in this project and want to help out in any way, leave a post or PM me
17.7.2015 (v0.0.2)
-map editor can edit terrain and add/remove units
-in game mode, units can move in a straight path
20.7.2015(v0.0.4)
-units now have pathfinding (A* algorithm)
-units can attack other units (either when commanded by right-clicking enemy or by natural aggression when idle)
-player can order units to attack, or to make attack-move (unit moves to destination, attacking any enemies it encounters)
-units have basic natural agression - they will attack nearby enemies when in idle state
general controls: in left panel you can choose between editor mode and game mode. In editor mode you can select what to edit (terrain,units,...) and select respective tool options (like terrain-type to draw). Left-clicking on map uses the selected tool. In game mode, you can control "red" units like in usual RTS game (left-click/drag to select, right click to order move/attack, shift-right-click to queue commands, ctrl+right-click to "attack-move").
features being worked on: view zooming; models/textures/animations for units; pick-able items (food,resources,weapons/tools), inventory, stats modifiers from equipped items (health-regen from consuming food, attack bonus from equipped weapons etc.)
If you are interested in this project and want to help out in any way, leave a post or PM me

- Attachments
-
strategyv0.0.4.fsm
- (10.91 KiB) Downloaded 1079 times
-
strategyv0.0.2.fsm
- (8.5 KiB) Downloaded 1028 times
Last edited by KG_is_back on Mon Jul 20, 2015 11:41 pm, edited 1 time in total.
- KG_is_back
- Posts: 1196
- Joined: Tue Oct 22, 2013 5:43 pm
- Location: Slovakia
Re: strategy game
Looks interesting KG....
Good to see FS working in alternative places other than dsp and robotics.
Hope you keep have fun with this little project...
Good to see FS working in alternative places other than dsp and robotics.
Hope you keep have fun with this little project...
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1158
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: strategy game
Update... details in the first post... Now the game is actually playable. Soon I will add map-save/load option so you can try the game, without making new map every time.
- KG_is_back
- Posts: 1196
- Joined: Tue Oct 22, 2013 5:43 pm
- Location: Slovakia
Re: strategy game
Came by to check this out KG, but I'm getting a Ruby ERROR message in mainly the 'SetSize' module.
"Undefined method in the setViewSize." I am running FS 3.0.4.
"Undefined method in the setViewSize." I am running FS 3.0.4.
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: strategy game
RJHollins wrote:Came by to check this out KG, but I'm getting a Ruby ERROR message in mainly the 'SetSize' module.
"Undefined method in the setViewSize." I am running FS 3.0.4.
The processing greatly relies on setViewSize method which was added in 305 if I recall correctly. It allows you to resize and move the module's GUI from inside ruby. Both bar and map part of the gui rely on it to set their sizes relative to overall gui size (the game view is resizeable). Also the map itself is actually a module with gui_size = map_size and it's just shifted around when you scroll.
- KG_is_back
- Posts: 1196
- Joined: Tue Oct 22, 2013 5:43 pm
- Location: Slovakia
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 44 guests