View topic - Fibre v13



All times are UTC + 1 hour


Post new topic Reply to topic  [ 156 posts ]  Go to page 1, 2, 3, 4, 5 ... 8  Next
Author Message
 Post subject: Fibre v13
PostPosted: 22 Nov 2007, 21:25 
Game Developer
User avatar

Joined: 25 Jun 2006, 07:44
Location: Germany
Image

People kept complaining that mods don't replace the TA econ Spring has hardcoded so I lua'd something else...

Fibre's economy partially resembles the game Perimeter. You start with a citadel and can spawn nodes and other buildings. The citadel and nodes provide area for you to build stuff on, outside of that area only nodes can be built (the range circle on a node is the distance it will connect to other nodes at). Resources are local, every node maintains a charge (charges at a rate of 10 per step unless its area overlaps with other nodes) which is used to power buildings and construct stuff in the node's area. Nodes need a connection to the citadel to function, if the connection is severed the nodes (and all attached buildings) turn neutral and become property of the first player to make a connection to them.

Units aren't free moving in Fibre, a factory will produce a certain number of units depending on its type (though v1 has only one type) that will move to the beacon that belongs to the factory. Units can't be selected, they can only be moved by moving the beacon, if the beacon is moved on an enemy unit or building that's an attack order. The beacon can only be moved within a certain radius of the factory so even factories need to be made near the frontline.

This version is ugly, incomplete (missing many units), unbalanced and probably buggy. No idea what'll happen if it's used on 75b2, it's made for SVN (and needs a patch for alwaysvisible projectiles at the time of writing).


Last edited by KDR_11k on 19 Mar 2008, 12:23, edited 13 times in total.

Top
 Offline Profile  
 
 Post subject:
PostPosted: 22 Nov 2007, 21:56 
Moderator

Joined: 22 Aug 2006, 15:19
cool!

looking at this, I had an idea: Twixt RTS.


Top
 Offline Profile  
 
 Post subject: Cool.
PostPosted: 22 Nov 2007, 22:55 
Modeler
User avatar

Joined: 13 Apr 2006, 19:17
:shock:
I tested it and it works really great :)
Good work on that ! :)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 22 Nov 2007, 23:08 
Map Creator
User avatar

Joined: 17 Feb 2006, 15:58
Location: retired
Damn... thats exactly the idea i once got :D i was going to make such game... but dropped it for my lazyness...


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Nov 2007, 00:36 
Community Lead
User avatar

Joined: 10 Apr 2006, 04:05
Location: Finland, 1944
Rock onward.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Nov 2007, 00:59 

Joined: 17 Nov 2005, 00:52
Location: Canada
I'll note that if you are using 'alwaysVisible' for the inter-node link rendering,
you could do it using raw lua drawing (and it could be done fancier than the
engine rendering, and potentially faster). You could also set it up so that they
are always drawn for allied teams.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Nov 2007, 09:10 
Game Developer
User avatar

Joined: 25 Jun 2006, 07:44
Location: Germany
The link lines are already drawn with Lua (that way I don't need to worry about their length or terrain collisions, if you look closely you can see that they still use the circle texture used for the ground circles because I haven't made a proper tex yet), the alwaysVisible is necessary because I made all units blind and except for the beacons alwaysVisible, enemy shots wouldn't show up without that tag.

I didn't feel like elaborating on the available units yesterday so I'll do that now:

Citadel: This thing's the root of your base. It produces a large amount of energy (3x as much as a node can) so it can power a lot of expensive stuff. I plan to make it possible to move the citadel to the front line which would give you a great energy advantage at the risk of losing the game completely if the enemy manages to strike it.

Node: Generates a circle of influence and energy (up to ten units per tick, less if its influence overlaps with other nodes). I think I explained this thing already, it has a dummy weapon that shows the range it can connect to other nodes at.

Laser Turret: A cheap turret, it has a very short range (same as a node's circle of influence) but does a lot of damage. It's good both for defense against mobile units as well as fighting up close and personal. The low cost lets it recover HP quickly which makes it difficult to destroy laser turrets with low damage weapons.

Rocket Turret: An all around average turret, it has moderate range and damage and can be used against practically anything.

Mortar: Artillery turret, it has less damage output than the two above but can still wear most targets down in reasonable time.

Starfire Cannon: Another artillery, this one covers a large area in shots every time it fires but doesn't fire that often. the damage a volley does can be quite high but I'm not sure the turret's very useful since it's possible to repair the damage before the next volley strikes.

Drone Factory: The only factory implemented in v1, it maintains a swarm of 30 drones that are quite powerful when they are sent around as a group. The drones are quite weak alone but their number makes them really powerful. I'm not sure if the drones aren't a bit too powerful considering the range you can project that power at.

Plans for future development are more artillery pieces, more factory types and a transmitter building that can shovel energy from one node to another at a very lossy rate (I'm thinking 2:1 currently).

BTW, repairs happen at a fixed rate of 10 energy per 2 seconds, the energy is taken from the repaired building's pool.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Nov 2007, 14:05 
Map Creator
User avatar

Joined: 10 Mar 2006, 10:24
Location: waiting in line for The Expendables 2
got link?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Nov 2007, 14:15 
Game Developer
User avatar

Joined: 25 Jun 2006, 07:44
Location: Germany
Oh, right.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Nov 2007, 16:47 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
The simplicity of this game could push it a long way in the free ware game stakes.

I made a darkstars post about it:

http://www.darkstars.co.uk/2007/fibre-10/


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 14:58 

Joined: 13 Aug 2007, 12:19
I can't seem to get it to work. After installation and starting (with a bot as enemy) i do get a startbuilding but when i try to build a node it just keeps blinking slowly and is 'ghostly white'. Plus that there are alot of lua error messages.

What am i doing wrong?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 15:09 

Joined: 18 Dec 2005, 20:21
Location: kent, uk
Needs SVN Spring.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 15:21 

Joined: 13 Aug 2007, 12:19
tombom wrote:
Needs SVN Spring.


And how would one get this 'SVN' spring? Cos i tried installing the SVN lobby client from UF and it says on connecting that its a old version and the server only accepts 75b2.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 15:28 
Game Developer
User avatar

Joined: 25 Jun 2006, 07:44
Location: Germany
You have to go into the settings and select the test server. Also keep in mind that SVN refers to Spring as a whole here, just the lobby won't fix your issue.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 15:31 

Joined: 18 Dec 2005, 20:21
Location: kent, uk
http://buildbot.no-ip.org/~buildbot/spring/installer/

Find the latest non-update one, install to a new folder.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 15:44 

Joined: 13 Aug 2007, 12:19
Hm, i got into the lobby with the correct client and stuff but when i try to start a game (or run spring.exe itself) i get this error msg:

in dutch:
"Kan de toepassing niet juist initialiseren (0xc0150002). Klik op OK om de toepassing te beeindigen."

Which translates to english to something like this:
"Can't initialize the application correctly (0xc0150002). Press OK to end the application"

My 'normal' spring version works just fine btw.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 15:46 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
Spring issue, there is (or was) a thread about it in Help & Bugs IIRC.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 16:02 

Joined: 13 Aug 2007, 12:19
Well i followed all the advice given in that thread and given the fact im not a moron of the magnitude of that german guy im afraid something in this SVN spring version is just fucked up (compared to the normal spring).

Too bad, this mod seems a really cool idea.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 16:21 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
Yeah it's some random kid I wouldn't pay much attention to him.

You should make a new thread in H&B and report the problem there as well as your specs etc., perhaps it can be pinned down. I'm quite sure there will be more people who are going to have the same problem once 0.76 is out. Too little people try the test releases but moan later...


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Nov 2007, 16:56 

Joined: 13 Aug 2007, 12:19
I made a thread about it in the help and bugs thingy so i'll see what turns up.

http://spring.clan-sy.com/phpbb/viewtopic.php?p=239104#239104


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 156 posts ]  Go to page 1, 2, 3, 4, 5 ... 8  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Site layout created by Roflcopter et al.