Glest?

Glest?

Post just about everything that isn't directly related to Spring here!

Moderator: Moderators

User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Glest?

Post by SinbadEV »

Soooo... http://www.glest.org/

it's GPL'ed... they only have single player... why don't we just take ALL their stuff and put it in Spring?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

tbh theres nothing they have that spring doesnt save possibly lighting and meelee, btu meelee should be solved by lua anyway and lightings not that simple to take out.

Their AI is also a quite simple rules based system.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7052
Joined: 16 Nov 2004, 13:08

Post by zwzsg »

Are their models really compatible with Spring's model format?

I has been told many times melee doesn't work in Spring, have you just found a workaround?

Even if glest is GPL and you can legally add their stuff to another GPL project, wouln't it be resented very badly by the Glest community?
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Post by PicassoCT »

We are the Borg (Swedish Slang for Springdevs) lower your Project and Surrender your GPL Free Content, your Game will adapt, your Work will be copypasted to serve us! Resistance is Futile!


Thats the Spirit ! ;) ;) ;)


PS: Do we have a Queen ? And funny little Nanos ? Nazivampirezombies from Outer Space for the Workx !!!

;) Sorry i shouldn`t post after Weed... i can see clearly now....


- Flame against the Borg removed -
Moderator
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

Would be nothing wrong with that except Spring and Glest probably differ in so many ways that you can't take any code from one and expect it to work with the other.
User avatar
Muzic
Posts: 950
Joined: 09 Aug 2006, 07:08

Post by Muzic »

It would be heaven if somehow magically the way they do melee would work with our engine...... I want to put a saber on the arm of a pewee....
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

I don't think it'd be that impossible, you could do things like lock the combatants to each other while fighting (because we don't have a grid and thus can't say something is adjacent) and have a sword weapon that does damage if it intersects with the enemy's hit primitive at any point of the swing (however unlike a beamlaser only once per swing and with interpolation between positions) and information exchange between both fighting units so you could e.g. have the fighting system from Settlers in Spring.
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

Did anyone try to use a short-ranged, sweeping beamlaser for a melee weapon yet?
...information exchange between both fighting units so you could e.g. have the fighting system from Settlers in Spring.
imbaczek made that LUA message system.
Haven't gotten it to work yet and the NB example didn't work either (SVN build).
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

rattle wrote:Did anyone try to use a short-ranged, sweeping beamlaser for a melee weapon yet?
Yes.
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Post by SinbadEV »

Last I remember the problem with melee combat was that an attack order targets the center of a unit, so if you make a very short range weapon it has to be long enough to hit the center of the largest valid target... otherwise it bumps into the thing trying to get "in range"...
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

No it does indeed attack and it 'looks' like ts working untill you realize no damage is being done. This is becuse the centre fo the victim unit is too far away from the centre of the explosion to be hurt.
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

AF, nope.
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

KDR_11k wrote:
rattle wrote:Did anyone try to use a short-ranged, sweeping beamlaser for a melee weapon yet?
Yes.
So, what was the outcome?
...right, pushing. Why do I even ask...
User avatar
Zoy64
Posts: 454
Joined: 12 Nov 2006, 00:30

Post by Zoy64 »

cant they just make the hit boxes bigger?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

no because if you hit a factory with a meelee weapon with damage aoe radius fo 50, itll only do damage if the distance to the centre of the victim is less than 50. damage calculations work based upon distance to centre of unit.
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Post by SinbadEV »

you could maybe make melee units that can't attack buildings...
User avatar
Zpock
Posts: 1218
Joined: 16 Sep 2004, 23:20

Post by Zpock »

or use 2ndary weapon vs buildings, like throw firey sticks
User avatar
Felix the Cat
Posts: 2383
Joined: 15 Jun 2005, 17:30

Post by Felix the Cat »

Zpock wrote:or use 2ndary weapon vs buildings, like throw firey sticks
Or even have the secondary weapon be invisible and only target buildings...
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

And enemies who are huge like xbox.
User avatar
Felix the Cat
Posts: 2383
Joined: 15 Jun 2005, 17:30

Post by Felix the Cat »

rattle wrote:And enemies who are huge like xbox.
wouldn't you want enemies to be small like psp for melee to work well :-/
Post Reply

Return to “Off Topic Discussion”