Home Crush your enemies... and create an EMPIRE!!! Space Empires V -- BUY NOW!!!

User login

  • Create new account
  • Request new password

Navigation

  • news
    • archive
    • blogs
    • books
    • forums
    • recent posts
    • groups
  • image galleries
  • projects & downloads
  • search
  • create content
  • news aggregator

Search

Who's online

There are currently 4 users and 169 guests online.

Online users

  • GambitUK
  • Fyron
  • Romulus68
  • BlueTemplar

Languages

  • English English
  • French French

Browse archives

« August 2008  
Mo Tu We Th Fr Sa Su
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Home » news » forums » Space Empires V » Space Empires V General

Research space station

Submitted by Nicky21 on Fri, 2006-11-03 09:38. Space Empires V General

Hello

Is there any way to mod a component to make a space-based research station?

In SE IV i used to change the medical lab, add a new ability to it and gave it a few research points. It worked, but i've added a new ability to the med bay in SE V , bit that doesnt work.

i used this one:

Ability 2 Type := Point Generation - Research
Ability 2 Description := Generates [%Amount1%] reseach points each turn.
Ability 2 Scope := Space Object
Ability 2 Range Formula := 0
Ability 2 Amount 1 Formula := 50000 + (([%Level%] - 1) * 50)
Ability 2 Amount 2 Formula := 0

I placed a 50000 points per component and bould one ship, so if there was a change in research output i would have noticed, but it doesnt seem to work.

Can anyone help with this thing ?

‹ House Rules It's a Riot!!! ›
» login or register to post comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

It's Point Generation -

Submitted by Szumo on Fri, 2006-11-03 10:03.

It's Point Generation - Intelligence and you expected change in research output?
Check your intel window instead.

» login or register to post comments

Sorry, my mistake; i

Submitted by Nicky21 on Fri, 2006-11-03 10:57.

Sorry, my mistake;

i repeated the experiment with the research stuff instead; still no difference.

» login or register to post comments
Dragagon's picture

Are you checking...

Submitted by Dragagon on Fri, 2006-11-03 11:01.

Are you checking to see if you put the "Number Of Abilities := 2" instead of "Number Of Abilities := 1" just above the list of abilities?

Dragagon

» login or register to post comments

I checked that, i've already

Submitted by Nicky21 on Fri, 2006-11-03 11:13.

I checked that, i've already set it to 2;

5 minutes ago i totaly replaced teh medical ability;

No effect.

» login or register to post comments
Dragagon's picture

I think i know the problem

Submitted by Dragagon on Fri, 2006-11-03 11:22.

Nicky21 wrote:
I checked that, i've already set it to 2;

5 minutes ago i totaly replaced teh medical ability;

No effect.

The problem is that research appears to be a planet based production. The game may not like you trying to apply research points to a ship/base instead of to a planet. Might be something to request as a feature or look into as a bug. I'd say its probably working as designed and you have to request it as a feature.

Dragagon

» login or register to post comments
SirKid's picture

Great idea, it would make

Submitted by SirKid on Fri, 2006-11-03 13:13.

Great idea, it would make for a great addition the the tech tree as a new ship component.

» login or register to post comments

Anybody has any idea on how

Submitted by Nicky21 on Fri, 2006-11-03 13:38.

Anybody has any idea on how should we submit this a a new feature request ?

» login or register to post comments
SirKid's picture

Yes use the left menu to

Submitted by SirKid on Fri, 2006-11-03 13:41.

Yes use the left menu to goto Projects & Downloads/Core Products/SEV/Request New Feature.

» login or register to post comments

Surprising...

Submitted by raynor on Sun, 2006-11-05 02:08.

I thought I saw something about Research production as one of the pieces of information you could add to the SHIP Display. That made me think there is probably a way you can make a ship generate research. Though, I could be totally mistaken. Just thought I'd throw that out there.

» login or register to post comments

Sorry nonody else has mentioned it

Submitted by Ulfar on Sun, 2006-11-05 06:01.

You do realise that you have spealt research wrong on line 2.

I know its easy to miss these things but sometimes the simplest thing can mess up a code line.

» login or register to post comments
Mod Designer

You're quite correct that

Submitted by LordHavoc on Sun, 2006-11-05 06:40.

You're quite correct that spelling can effect code. But it wouldn't matter in the description field, that only displays text on the tooltip. So in this case it wouldn't mess up the code.

Edit: After posting I took another look at your code. The only conclusion I can come up at this time is that componants don't yet support research (or intel) generation yet.

MM might add that in a later patch after he's addressed bigger issues.

Edit 2: Can you post the full code for that componant, I (or someone who reads it before me) might be able to spot something that could cause it not to work.

Your lord and master (below Foamy) LordHavoc

» login or register to post comments

This is the exact component

Submitted by Nicky21 on Sun, 2006-11-05 17:56.

This is the exact component i used in the game; no effect.


Name := Medical Bay
Description := Medical bay which can cure plagues on planets.
Picture Number := 32
Maximum Level := 10
Tonnage Space Taken Formula := 20
Tonnage Structure Formula := 20
Cost Minerals Formula := 200 + (([%Level%] - 1) * 2)
Cost Organics Formula := 100 + (([%Level%] - 1) * 1)
Cost Radioactives Formula := 0
Supply Amount Used Formula := 0
Ordnance Amount Used Formula := 0
Can Be Placed On Vehicle Types := Ship, Base
Can Be Placed In Ship Sections := Inner Hull, Outer Hull
Component Type List := Technological
General Group := Miscellaneous
Custom Group := 0
Number Of Requirements := 1
Requirements Evaluation Availability := AND
Requirements Evaluation Allows Placement := TRUE
Requirements Evaluation Allows Usage := TRUE
Requirement 1 Description := Empire must have at least tech level 1 in Medical Treatment.
Requirement 1 Formula := Get_Empire_Tech_Level("Medical Treatment") >= (1 + ([%Level%] - 1))
Number Of Abilities := 1
Ability 1 Type := Point Generation - Research
Ability 1 Description := Generates [%Amount1%] research points each turn.
Ability 1 Scope := Space Object
Ability 1 Range Formula := 0
Ability 1 Amount 1 Formula := 500 + (([%Level%] - 1) * 50)
Ability 1 Amount 2 Formula := 0
Weapon Type := None

» login or register to post comments

This is the exact component

Submitted by Nicky21 on Sun, 2006-11-05 18:03.

double post

» login or register to post comments
Mod Designer

Fix

Submitted by Phoenix-D on Sun, 2006-11-05 19:17.

Change the scope from Space Object to Sector - This Player. Space Object *should* work, but apparently ships aren't built for that yet. Sector - This Player works, but the ship doesn't begin generating right away; it takes a turn or two.

EDIT: it isn't perfect, though. For some reason, other players can see the research point generates in THEIR ability lists, but not actually use them.

» login or register to post comments

Hey, thanks! I guess this

Submitted by Nicky21 on Mon, 2006-11-06 02:17.

Hey, thanks! I guess this fix wil have to do untilla more permanent solution will be implemented by MM.

» login or register to post comments

I just tested this more.

Submitted by Nicky21 on Mon, 2006-11-06 13:12.

I just tested this more. Apparently it still doesnt work; it used to work just for a quick test, when i begun the game, but later as i progresed in the game it suddenly stopped.

I dont know if it's because i expanded to new systems or if it's because i upgraded the medical component to a new level, but ill look more into it.

» login or register to post comments

I finally found out the

Submitted by Nicky21 on Mon, 2006-11-06 14:07.

I finally found out the exact way this works.

Here it is:

- using Ability 1 Scope := Space Object does not work at all
- using Ability 1 Scope := Sector - This Player does not work as follows
regardless of the number of space stations or the number of components with this property only one component at the same location is active
the active component generates the number of points you tyold her to multiplied by a certain factor (1.68 on my homeworld). This factor apparently depends on the population size oif the planet below it.
the points (either research or intelligence) are generated on the planet below.

So it's not a really viable option to build a research space station over each planet ingame. I kinda wanted to build research stations on top of planets i dont use anyway or asteroids, mining them in the process so it would cost me nothing in maintenance.....

It would be cool if MM implemented a feature that generates points depending on space fenomena you build research stations (or have research ships on!).

I would love to make buch of research points moving my ships around interesting storms, nebulae, asteroids, black holes.....

» login or register to post comments

Did you ever get any further with this?

Submitted by Brad on Sat, 2006-11-25 19:23.

I find myself in need of a similar component. After some experimentation I've discovered that Scope := System - This Player is about the best thing. You can also use Galaxy - This Player if you want to continue generating the points in a system with no spaceport.

That said, it appears that the ship is not doing the actual point generation as far as the game is concerned. The points show up in the spaceport planet's output. The planet population/happiness modifiers also apply.

» login or register to post comments

Yes, that's what i found out

Submitted by Nicky21 on Sun, 2006-11-26 04:52.

Yes, that's what i found out too.

I also tested it in 1.17 but it still doesnt work. I guess well have to wait until MM implements the correct code....

» login or register to post comments

I'd like to see this

Submitted by jackalope on Sun, 2006-11-26 20:49.

I'd just like to add that this would be a nice mod to see, and I'd add it to my games so I hope it gets implemented.

» login or register to post comments

It does work...

Submitted by BlueM99n84 on Tue, 2007-01-16 02:24.

I am not near my code so I can pull it up but I was able to modify and create a research lab for use aboard ships and space stations (even designed orbital habitats but I digress). I modified the medical lab component to generate research points but incrementally so that you don't create such a huge advantage. It works extremely well. If you have not figured this out yet send me a note and I will dig up the code I used. I also created a cryptology lab to generate similar points for intelligence that works perfectly. Using the fractional increment simply modified your empires points.

» login or register to post comments

or does it?

Submitted by Dizzy on Tue, 2007-01-16 08:20.

So we can finally have a completely workable Nomad race, one that doesn't need to use planets, or does MM need to alter the code?

» login or register to post comments

Nomads

Submitted by darkgift on Tue, 2007-01-16 09:23.

Pirates & Nomads for SE:IV was great, can't wait to get something like it for V. And once it's working perfectly, be sure to prevent the pirate/nomad races from using ground troops or any form of colonization. It's too tempting to just start grabbing and holding planets, even if you don't need them. Or maybe there could be some kind of huge penalty for owning them--like they remain in permanent rebellion.

» login or register to post comments

Why Waste Ships?

Submitted by Omnius on Tue, 2007-01-16 10:23.

Why waste ships on research generation? If you want a ship to generate massive research then build a sphere world.
Omnius

» login or register to post comments

Omnius: it makes sense if

Submitted by Nicky21 on Tue, 2007-01-16 11:45.

Omnius: it makes sense if you have sometimes resources to spare to hav a couple of research stations. They have a maintenance reduction bonus and more important, you can mothball them when you are low on resources !

And this is meant to be a bonus for the early stages of the game. Most likely whne i get around to build sphere worlds i really wont need a cople of research labs, now will I....

And strictly from a gameplay's point of view, id like my ships to do something else that blow each other up! IT gets boring after a while.... Blowing up stuff that is.....

BlueM99n84: yes i am still very interesed. Please send me the details!

» login or register to post comments

Nomads Should be workable..

Submitted by BlueM99n84 on Tue, 2007-01-16 12:36.

I think SEV will support Nomads with minor tinkering. You need to introduce tech areas to enable the right size ships but throw in miniaturization or some way to defray the standard maintenance cost otherwise it climbs exponential with tonnage. Use the same miniaturization levels to effect shrinkage of weapons and other components/vehicles (though you need to create a few that mimic standard planetside facilities) and wallah you have a workable Nomad race. I have not looked at the AI scripting in depth but I think you can block their ability to build troops and colony modules. The offset for them would be higher level spaceyards and or remote mining capabilities.

» login or register to post comments

Base mothball

Submitted by darkgift on Tue, 2007-01-16 13:58.

Nicky21 wrote:
more important, you can mothball them when you are low on resources !

I've run into a bug in SE:V 1.20 where I can't mothball/scrap or even fire on Bases. They just sit there eating up maintenance no matter what I do. Is this a confirmed issue that's been reported or was it a freak occurrence unique to me?

» login or register to post comments

Same issue was in SE4

Submitted by Solymr on Tue, 2007-01-16 22:28.

Towards the end of the SE4 patches, there was an ability added to allow components to generate resources, such as research and so on. It shouldn't be difficult to get the same sort of function added here without resorting to weird workarounds.

» login or register to post comments

Code for Research/Cryptology Bays

Submitted by BlueM99n84 on Wed, 2007-01-17 02:15.

This seems to work but as mentioned earlier it is only an early game advantage. I have did some minor testing with it but nothing significant so if there are issues please provide feedback.

Name :=Research Bay
Description :=High-Tech researching lab which develops new technology and theory from studies in space.
Picture Number := 32
Maximum Level := 10
Tonnage Space Taken Formula := 5
Tonnage Structure Formula := 5
Cost Minerals Formula := 50 + (([%Level%] - 1) * 2)
Cost Organics Formula := 20 + (([%Level%] - 1) * 1)
Cost Radioactives Formula := 20 + (([%Level%] - 1) * 1)
Supply Amount Used Formula := 0
Ordnance Amount Used Formula := 0
Can Be Placed On Vehicle Types := Ship, Base
Can Be Placed In Ship Sections := Inner Hull, Outer Hull
Component Type List := Technological
General Group := Miscellaneous
Custom Group := 0
Number Of Requirements := 1
Requirements Evaluation Availability := AND
Requirements Evaluation Allows Placement := TRUE
Requirements Evaluation Allows Usage := TRUE
Requirement 1 Description := Empire must have at least tech level 1 in Applied Research.
Requirement 1 Formula := Get_Empire_Tech_Level("Applied Research") >= (1 + ([%Level%] - 1))
Number Of Abilities := 1
Ability 1 Type := Point Generation Modifier - Research
Ability 1 Description := Research generation throughout the empire increased by [%Amount1%]%.
Ability 1 Scope := Galaxy - This Player
Ability 1 Range Formula := 0
Ability 1 Amount 1 Formula := 1.01
Ability 1 Amount 2 Formula := 0
Weapon Type := None

Name := Cryptology Bay
Description := High-Tech intelligence lab that collects data in space.
Picture Number := 32
Maximum Level := 10
Tonnage Space Taken Formula := 5
Tonnage Structure Formula := 5
Cost Minerals Formula := 50 + (([%Level%] - 1) * 2)
Cost Organics Formula := 20 + (([%Level%] - 1) * 1)
Cost Radioactives Formula := 20 + (([%Level%] - 1) * 1)
Supply Amount Used Formula := 0
Ordnance Amount Used Formula := 0
Can Be Placed On Vehicle Types := Ship, Base
Can Be Placed In Ship Sections := Inner Hull, Outer Hull
Component Type List := Technological
General Group := Miscellaneous
Custom Group := 0
Number Of Requirements := 1
Requirements Evaluation Availability := AND
Requirements Evaluation Allows Placement := TRUE
Requirements Evaluation Allows Usage := TRUE
Requirement 1 Description := Empire must have at least tech level 1 in Intelligence Services.
Requirement 1 Formula := Get_Empire_Tech_Level("Intelligence Services") >= (1 + ([%Level%] - 1))
Number Of Abilities := 1
Ability 1 Type := Point Generation Modifier - Intelligence
Ability 1 Description := Intelligence generation throughout the empire increased by [%Amount1%]%.
Ability 1 Scope := Galaxy - This Player
Ability 1 Range Formula := 0
Ability 1 Amount 1 Formula := 1.01
Ability 1 Amount 2 Formula := 0
Weapon Type := None

» login or register to post comments

Thanks !

Submitted by Nicky21 on Wed, 2007-01-17 11:43.

Thanks !

» login or register to post comments

About thoses new components...

Submitted by Fallen Haven on Wed, 2007-01-17 12:59.

For game ballance, they should take more space on a ship, not be something even a combat frigate can have on board to fill the remaining space... A research or an intel ship should be dedicated to their work.

» login or register to post comments
Mod Designer

SE4 can have real nomads

Submitted by Fyron on Wed, 2007-01-17 16:21.

Dizzy wrote:
So we can finally have a completely workable Nomad race, one that doesn't need to use planets, or does MM need to alter the code?
In SE4 1.91, there were new point generation abilities added that had no relation to planets. They work fine to generate research from ship components. The P&N mod was never updated to use them, sadly, but other mods were (such as Adamant).

» login or register to post comments
Mod Designer

Minor detail.

Submitted by Phoenix-D on Wed, 2007-01-17 17:01.

SE5 has those abilities as well, but they're a bit odd.

In SE4, they are almost impossible to use, because the points generated don't show up in the reports screen. Bit hard to keep track of empire finances if most of your points are "invisible"

» login or register to post comments

Thanks!

Submitted by Mylon on Wed, 2007-01-17 20:18.

This is exactly the kind of info I need for my mod! I plan on including components that have these rough characteristics:

100kt per component,
100 + 10 per level research points
Cost of 3000 Minerals, 250 org, 250 rad

The idea is they produce 2x the research points per tonnage but cost 5x as much to maintain. (They cost 10x as much, but the maintenance reduction of space stations halve the maintenance.

Intelligence facilities operate similarly, and I plan on adding other facilities as well. Possible ideas:

Orbital Atmospheric converters
Orbital supply/ordinance generation
Orbital supply distribution
Orbital space port

» login or register to post comments
Mod Designer

half true

Submitted by Fyron on Wed, 2007-01-17 23:25.

Phoenix-D wrote:
In SE4, they are almost impossible to use, because the points generated don't show up in the reports screen.
That is true for resources, but research and intel points show up in the respective screens correctly. There is no issue with using the point-generation research and intel abilities in se4.

I do not believe SE5 has the 1.91 style arbitrary generation abilities, of any sort. Remember that the facility abilities were like "point generation - research" (or "resource generation - minerals") and the arbitrary abilities were like "generate points research".

» login or register to post comments
Mod Designer

In

Submitted by Phoenix-D on Thu, 2007-01-18 01:06.

Point Generation - Research and Intel are there, but they don't appear to function. Minerals I did have working, but the ship had to be parked over a planet, and the resources were added to the planet's total..

» login or register to post comments

Planetsize Formula Experiment

Submitted by BlueM99n84 on Thu, 2007-01-18 02:22.

Mylon,
Ah, great ideas for additions to the game but if my experiment in tinkering with formulas in the planetsize file works this may not be necessary except that it is just cool to have such orbitals Smiling
So far I have been able to compile/parse the code for miniaturizing components, facilities, and using the same technique to impact planet size. I still have to test it. For kicks I tried this by adding two other tech areas in addition to miniaturization dealing with large scale surface/subsurface habs using the GETL function. Did another playfully called 8 Sigma Engineering Quality to retool the maintenance cost of large ships/orbitals. We'll see if the computer melts when I try to execute in a controlled game.

BTW, anyone using the code/text I post. I am forward deployed and have no access to anything to create pictures so I simply utilize the jpg files for stuff already there. Someone with a good graphics editor can throw those out to the crowd.

» login or register to post comments

Ordnance Generation

Submitted by BlueM99n84 on Thu, 2007-01-18 02:34.

Mylon,
I'll dig up the text code for ordnance generating facility for a ship from my files. I played with that as well.

» login or register to post comments

Ordanance Generation

Submitted by Nevyn on Thu, 2007-01-18 08:12.

Ordanance Generation allready exists....
It's in the organic tech tree.
As does supply generation.

» login or register to post comments

Yep.

Submitted by Fallen Haven on Thu, 2007-01-18 08:59.

Nevyn wrote:
Ordanance Generation allready exists.... It's in the organic tech tree. As does supply generation.

And it's fairly easy to create components using thoses abilities. I have thoses in my mod.

» login or register to post comments

Nicky21 It Does Not Make Sense

Submitted by Omnius on Thu, 2007-01-18 10:29.

Nicky21 wrote:
And this is meant to be a bonus for the early stages of the game. Most likely whne i get around to build sphere worlds i really wont need a cople of research labs, now will I....

And strictly from a gameplay's point of view, id like my ships to do something else that blow each other up! IT gets boring after a while.... Blowing up stuff that is.....

Nicky21,
It does not make sense to waste ships on research, especially early in the game. In the early stages you need all the warships you can crank out for protection and exploration. Making research colonies and whole systems makes sense and generates big research points instead of whatever wimpy research you could generate from a ship.

If blowing up ships is boring then why are you playing this game? Shouldn't you be playing something less violent like Tiddly Winks?
Omnius

» login or register to post comments
Badger's picture

Quite right. Kudos, my cranky animated friend!

Submitted by Badger on Thu, 2007-01-18 15:29.

Anyone who wants power; by definition, cannot be trusted with it...

» login or register to post comments
Badger's picture

BERSERKERS

Submitted by Badger on Thu, 2007-01-18 15:33.

I TRIED TO ADD THAT AS A MY FIRST EMPIRE AND .. WELL...

It didnt work out so well...
But i imagine alot of the same thins will have to get fixed.
if i can just "talk" the computer into researching "MASTER COMPUTER" componenets

» login or register to post comments

Omnius: Not everybody plays

Submitted by Nicky21 on Fri, 2007-01-19 11:12.

Omnius: Not everybody plays the game like you. Accept that.

For instance once i get my hands on some systems rather than go to war with another empire i fortyfy them using sattelites, some small fleets and some space stations on the warp points.

And i'm left with a lot of resources that just go to waste while i research a decent tech level.

» login or register to post comments

My Playing Style

Submitted by Riptokus on Fri, 2007-01-19 20:57.

In vs Computer games I get 6 systems, max the tech tree, close my warpgate, build 1 constructor ship, then create a nasty ravager situation where that one constructor ship burns the galaxy to ash. I do this because there isn't anything better to do once I max the research tree. I like playing just as another empire playing Diplomacy and having minor wars over borders and exploring and fighting the more evil-acting empires (The ones doing intelligence or using viral weapons)

Just because someone doesn't like to do the "Ooh, My guns are biggest" game doesn't mean this game doesn't suit them. Yes, this game's designed as 4x and yes, the 4th x is Exterminate, but it's also a Space Empire Simulation, and there are some people on this planet that believe, if you would believe this, that NOT ALL ALIENS OUT THERE ARE HOSTILE!
wow. Imagine that. Perhaps there might be a few real nasty races out there, but that life is about living and not killing. Given that is what some crazy people out there believe, perhaps a game that allows them to co-exist peacefully, like the Abbidons and the Humans in Starfury, could be what they are looking for and SEV can fit the bill?

As for me, LET THE GALAXY BURN!

» login or register to post comments
Mod Designer

Not that one

Submitted by Fyron on Sat, 2007-01-20 22:33.

Phoenix-D wrote:
Point Generation - Research and Intel are there, but they don't appear to function. Minerals I did have working, but the ship had to be parked over a planet, and the resources were added to the planet's total..

Right, but those are the facility abilities, not the arbitrary generation abilities intended for ships. Those ones were "generate points research" type. "Point generation research" has always been planet-bound, affected by population and all. The actual component type abilities still need to be added back in. The naming is unfortunate, but it is what it is.

» login or register to post comments

Generates Points...

Submitted by BlueM99n84 on Sun, 2007-01-21 00:35.

Fyron - is that something that we user's can mod back in or is that hard coded in SEV?

» login or register to post comments
Mod Designer

You can't mod in new ability

Submitted by Fyron on Sun, 2007-01-21 00:53.

You can't mod in new ability types.

» login or register to post comments

Re: Planetsize Formula Experiment

Submitted by Daedalus on Thu, 2007-01-25 15:44.

BlueM99n84 wrote:
Mylon, Ah, great ideas for additions to the game but if my experiment in tinkering with formulas in the planetsize file works this may not be necessary except that it is just cool to have such orbitals Smiling So far I have been able to compile/parse the code for miniaturizing components, facilities, and using the same technique to impact planet size. I still have to test it. For kicks I tried this by adding two other tech areas in addition to miniaturization dealing with large scale surface/subsurface habs using the GETL function. Did another playfully called 8 Sigma Engineering Quality to retool the maintenance cost of large ships/orbitals. We'll see if the computer melts when I try to execute in a controlled game.

Formula's in the planetsize? Did you get this to work?

I tried to "simulate" a race's ability to "better utilize the space on a planet" by creating a tech (let's call it "urban planning" and then modifying the size of each facility by that. So, each level a race gets in Urban Planning, all facilities magically shrink. (I figure you can build more on a planet. Same effect.

So, the formula would be:

1000 - ( 1000 * (Get_Empire_Tech_Level("Urban Planning")) * 0.001 )

How did you handle this? Did it work?

Also, you mentioned previously that you got "space-based habitats" working, or something along those lines...I am interested in knowing just what you did for this, and how they work Smiling

Good stuff, BlueM99n84!

» login or register to post comments
Scottmm78's picture

Research space station

Submitted by Scottmm78 on Thu, 2007-02-01 16:48.

Name := Research Center
Description := High-Tech researching facility that develops new technology for a society.
Facility Group := Research
XFile Class Name := Research Center
Picture Number := 7
Maximum Level := 11
Tonnage Space Taken Formula := 1000
Tonnage Structure Formula := 1000 + (([%Level%] - 1) * 25)
Cost Minerals Formula := 1500 + (([%Level%] - 1) * 100)
Cost Organics Formula := 250 + (([%Level%] - 1) * 25)
Cost Radioactives Formula := 250 + (([%Level%] - 1) * 25)
Number Of Requirements := 1
Requirements Evaluation Availability := AND
Requirements Evaluation Allows Placement := TRUE
Requirements Evaluation Allows Usage := TRUE
Requirement 1 Description := Empire must have at least tech level 1 in Applied Research.
Requirement 1 Formula := Get_Empire_Tech_Level("Applied Research") >= (1 + ([%Level%] - 1))
Number of Abilities := 1
Ability 1 Type := Point Generation - Research
Ability 1 Description := Research Centers generate [%Amount1%] research points per turn.
Ability 1 Scope := Space Object
Ability 1 Range Formula := 0
Ability 1 Amount 1 Formula := 500 + (([%Level%] - 1) * 50)
Ability 1 Amount 2 Formula := 0

I found this is a bit for balanced 1/2 the size of a space yard so it has to be placed in its own bases at least early on i have it set to base only cause for some reason it did not want to work on a ship (could have been anything but most likely it was me)

thank to BlueM99n84 for the "Description field"

For some reason it throws off my expected results window???

» login or register to post comments

Re: Planetsize Formula Experiment

Submitted by BlueM99n84 on Sun, 2007-02-18 07:40.

Yes, your formula is close to what I used. I called it Quantum Engineering with 100 levels. The time consuming part was editing it per item since I did not use a percentage based formula. But it works like a champ so that over the course of time if you pour in the research points your facility footprints shrink and you turn your Huge world with 25 facs into one with 50 or 75.

The orbital habitats work just perfect. I was able to use some of the spaceport abilities and tested it by building a habitat in a solar system with only asteroids. I called the device I created a distribution node. I then built mining vessels set the asteroids to max value 300/300/300 and since I had no remote mining anywhere else in the empire I could see what happened. My first mining ship pulled onto station with another nifty little device that combined all three resources extraction functions and was pulling in 12.6K minerals, 12.6K organics, and 12.6K rads.

I am now testing the research and intel to see if with a node in the system I can build orbital labs that generate research and intel points.

» login or register to post comments
Mod Designer

Re: Research space station

Submitted by pkoko on Tue, 2007-02-20 15:40.

any way to make research points from multiple research labs in the same station be added to research in the empie.

In my current MOD, I have 11 research station bases around my planets generating according to ship sumarary 600K research, my planets generate 800K. But in total research:
with scope: Space Object = total research is 800K
with scope: Galaxy this player- research 1000K

Any reason why I am not getting 1400K??

» login or register to post comments

Re: Research space station

Submitted by BlueM99n84 on Wed, 2007-02-21 01:36.

I have been looking at this as well. It may have something to do with racial traits and population. I am experimenting now to see exactly what the difference is between a lab coded with Galaxy, System, and Space Object. More to follow.

» login or register to post comments

Re: Research space station

Submitted by BlueM99n84 on Wed, 2007-02-21 04:43.

Intersting...there is a lag of one turn but the lab coded with a System flag i.e. System - This Player produced about the 1% point increase I coded it for. The math was not precise which is kind of weird...it is off by 10 points or so. I only have one system with all planet populations maxed and no upgrades to research labs so there should be no churn in the research point generation but that small point variation occurs. I then killed the lab and it dropped back again to the original point total after a lag of one turn. So at least the "System" tag works for labs which means it will work for both research and intel.

» login or register to post comments

Re: Nicky21 It Does Not Make Sense

Submitted by y2ktim on Wed, 2007-02-21 11:43.

Omnius wrote:
Nicky21 wrote:
And this is meant to be a bonus for the early stages of the game. Most likely whne i get around to build sphere worlds i really wont need a cople of research labs, now will I....

And strictly from a gameplay's point of view, id like my ships to do something else that blow each other up! IT gets boring after a while.... Blowing up stuff that is.....

Nicky21,
It does not make sense to waste ships on research, especially early in the game. In the early stages you need all the warships you can crank out for protection and exploration. Making research colonies and whole systems makes sense and generates big research points instead of whatever wimpy research you could generate from a ship.

If blowing up ships is boring then why are you playing this game? Shouldn't you be playing something less violent like Tiddly Winks?
Omnius

For game flavour I would want my exploration ships to have research point generation as the boldly go where no rabbitoid has ever gone before as discovering new systems and phenomina, as well as just being on long range missions would increase the body of knowledge...

» login or register to post comments

Special Research

Submitted by someone on Sat, 2007-04-21 12:45.

Quote:
For game flavour I would want my exploration ships to have research point generation as the boldly go where no rabbitoid has ever gone before as discovering new systems and phenomina, as well as just being on long range missions would increase the body of knowledge...

That sounds good, make research done not only in research centers but in the field: production facilities give points to their area of science: medical labs inprove medical treatment, space yards required for practical construction (ships etc.) and int centers improve applied intelligence etc. so res centers would produce only theoretical points. There could be other special types of comps too: space elevators for more effective space ports, built in bases, research labs to build science ships to study something. Also there could be "free research", that depends on population. The more freedom the gov type offers the more free research would be produced but not all of the research points could be exactly controlled, that would be great and add another thing to think when choosing the gov type. Anarchy with lots of people would add a ton of additional res but the scientist would decide what they research making only about 60-80% of the total research available for controlled research. In collective there is no independent though, so there would be no indy research either. However, the leader will have total control over science in the empire, making all points available for state res.

» login or register to post comments
ColonialAdmiral's picture
Mod Designer

Re: Research space station

Submitted by ColonialAdmiral on Sat, 2007-04-21 13:28.

The only thing about this is that I can see it being heavily abused, leaving the AI in the dark...

» login or register to post comments
jkrax's picture

Re: Research space station

Submitted by jkrax on Sat, 2007-04-21 17:12.

Haha, would be great, reminds me of Homeworld, where you had laboratory ships Sticking out tongue

---

Learn to overcome the crass demands of flesh and bone, for they warp the matrix through which we perceive the world. Extend your awareness outward, beyond the self of body, to embrace the self of group and the self of humanity. The goals of the group and the greater race are transcendent, and to embrace them is to achieve enlightenment.

* Chairman Sheng-ji Yang, "Essays on Mind and Matter"

» login or register to post comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Now on STEAM

Now on STEAM!Space Empires V via STEAMSpace Empires IV via STEAMSTEAM online by Valve Corporation

Popular content

Today's:

  • Very disappointed
  • Babylon 5 Wars SEV Mod Update
  • Space Empires V 1.74
  • Babylon 5 Space Empires V mod?
  • SE5 Interface Issues v1.74

All time:

  • Space Empires V and VI: Expansions and the Future: Tell the Company What's on Your Wish List
  • Space Empires V
  • Gritty Galaxy Fleet Clash
  • Damn Dirty Bugs/Annoyances
  • Space Empires V: General Thoughts, Observations, and Suggestions

Last viewed:

  • Decommissioning facilties
  • Research By Percentage SUCKS
  • War, what is it good for?
  • Creating Diplomatic Racial Traits
  • Major music improvement!
(c) Strategy First, Inc. All rights reserved.