logo   login
right
Home Forums Downloads Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Forum Info
Forum Members: 18,537
Total Threads: 8,627
Posts: 94,210

Administrators:
DeeZire, Redemption

There are currently 104 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


Generals & Zero Hour Editing Discuss any modding related issues to do with Generals and Zero Hour here.

Reply
 
LinkBack Thread Tools
Old 03-23-2005, 04:44 PM   #1 (permalink)
Senior Member
 
Join Date: Feb 2005
Location: Canada
Posts: 185
Default Creating Sciences

Is there any topics (I did a search, found nothing) , links, tutorials or people that know how to create a list of sciences for a faction.

I have about 14 or so custom made units modelled and written up in script now (with bugs yay ) but I want to make sciences for the side as well. I tried to go into sciences INI and change some stuff around , and you all know what happened there

Anyways, can someone help me out, ty
goblinsleez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-23-2005, 05:16 PM   #2 (permalink)
Member
 
Join Date: Mar 2005
Location: England
Posts: 45
Default

I belive you open Science.ini then if you dealing with a new faction/army you declair them:
Code:
Science SCIENCE_NewRegeim
  PrerequisiteSciences = None
  SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  IsGrantable = No
Then you just clone what EA has provided making changes to the names:
Code:
;; -------------------------------------
;; NewRegeim Sciences
;; -------------------------------------

; --- LEVEL 1 POWERS ---
Science SCIENCE_Mktwo
  PrerequisiteSciences = SCIENCE_NewRegeim SCIENCE_Rank1
  SciencePurchasePointCost = 1
  IsGrantable = Yes
  DisplayName = SCIENCE:NRMktwo
  Description = CONTROLBAR:ToolTipNRScienceMktwo
End

Science SCIENCE_TroopTrials
  PrerequisiteSciences = SCIENCE_NewRegeim SCIENCE_Rank1
  SciencePurchasePointCost = 1
  IsGrantable = Yes
  DisplayName = SCIENCE:NRTrooptrials
  Description = CONTROLBAR:ToolTipNRScienceTroopTrials
End

Science SCIENCE_Anglo
  PrerequisiteSciences = SCIENCE_NewRegeim SCIENCE_Rank1
  SciencePurchasePointCost = 1
  IsGrantable = Yes
  DisplayName = SCIENCE:NRAnglo
  Description = CONTROLBAR:ToolTipNRScienceAnglo
End
and then you goto what ever your science is enabaling...
E.g. Paladin tank lvl 1 science you would go to where it tells the war factory to build tha paladin and type somthing like... i forget exactly but

Requires: SCIENCE_AMERICA SCIENCE_PaladinTank

[EDIT] Disclaimer: Though i could and probably have got somet wrong
willdud is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
GEN DEV Tutorial SCIENCES goblinsleez Generals & Zero Hour Editing 9 04-04-2005 04:17 PM
Adding Hidden Sciences IronFist Generals & Zero Hour Editing 4 03-31-2005 01:07 PM
General Sciences Kelso Generals & Zero Hour Editing 16 07-02-2004 11:38 PM
Adding Sciences Malc Generals & Zero Hour Editing 16 04-12-2003 04:37 AM
Conflicting Sciences Black_Eagle Generals & Zero Hour Editing 13 03-26-2003 02:19 PM


All times are GMT -4. The time now is 05:45 PM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.7.0 Release Candidate 2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.