Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

3 Pages<123
Options
Go to last post Go to first unread
Offline AdrianeMapMaker  
#41 Posted : Tuesday, August 27, 2019 5:23:08 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
fix the playertemplate then its possible
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline Rusa Kambangan  
#42 Posted : Saturday, August 31, 2019 11:58:45 PM(UTC)
Rusa Kambangan
Private
Joined: 7/1/2019(UTC)
Posts: 32

Thanks: 5 times
Originally Posted by: adrianemapmaker Go to Quoted Post
fix the playertemplate then its possible


I don't know what's wrong with it. The only thing missing seems to be the sciences.

Quote:
Release Crash at Sun Sep 01 13:03:31 2019
; Reason Error parsing INI file 'Data\INI\PlayerTemplate.ini' (Line: 'PlayerTemplate FactionRussiaAirborneGeneral ')


Last error:


Current stack:


This is the latest crash report. Does this mean I can't name my new faction?

Edited by user Sunday, September 1, 2019 12:09:33 AM(UTC)  | Reason: Not specified

Offline AdrianeMapMaker  
#43 Posted : Sunday, September 1, 2019 2:08:30 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
why not show us your code
...
the last your remember changed on the playertemplate.ini
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline Rusa Kambangan  
#44 Posted : Sunday, September 1, 2019 2:47:25 AM(UTC)
Rusa Kambangan
Private
Joined: 7/1/2019(UTC)
Posts: 32

Thanks: 5 times
Quote:
PlayerTemplate FactionRussiaAirborneGeneral
Side = RussiaAirborneGeneral
BaseSide = Russia
PlayableSide = Yes
StartMoney = 0
PreferredColor = R:0 G:255 B:255
IntrinsicSciences = SCIENCE_Russia
PurchaseScienceCommandSetRank1 = Airborne_SCIENCE_Russia_CommandSetRank1
PurchaseScienceCommandSetRank3 = Airborne_SCIENCE_Russia_CommandSetRank3
PurchaseScienceCommandSetRank8 = Airborne_SCIENCE_Russia_CommandSetRank8
SpecialPowerShortcutCommandSet = Airborne_SpecialPowerShortcutRussia
SpecialPowerShortcutWinName = GenPowersShortcutBarRussia.wnd
SpecialPowerShortcutButtonCount = 10
DisplayName = INI:FactionRussiaAirborneGeneral
StartingBuilding = RussiaCommandCenter
StartingUnit0 = RussiaVehicleDozer
ScoreScreenImage = MutiPlayer_ScoreScreen
LoadScreenImage = Mp_Load
LoadScreenMusic = Load_USA
ScoreScreenMusic = Score_USA
;HeadWaterMark = SCTempSelectPortrait ; don't use unless we add a "generalshead for non selected generals
FlagWaterMark = WatermarkRussia
EnabledImage = SSObserverRussia
BeaconName = MultiplayerBeacon
SideIconImage = GameinfoRussia
GeneralImage = Russia_Airborne
OldFaction = No ; This faction was NOT available in the original Generals and should NOT be available if the oldFactionsOnly flag is set
ArmyTooltip = TOOLTIP:BioStrategyLong_Pos12
Features = GUI:BioFeatures_Pos12
MedallionRegular = AirborneGeneral_slvr
MedallionHilite = AirborneGeneral_blue
MedallionSelect = AirborneGeneral_orng
End


Here it is. I purposely chose US music because I haven't gotten around porting Russian music.
Offline AdrianeMapMaker  
#45 Posted : Sunday, September 1, 2019 6:43:16 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
had you check if all of those science are exisiting? or had you check for misspelled words
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline AdrianeMapMaker  
#46 Posted : Sunday, September 1, 2019 6:43:18 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
had you check if all of those science are exisiting? or had you check for misspelled words
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline Rusa Kambangan  
#47 Posted : Sunday, September 22, 2019 3:28:52 AM(UTC)
Rusa Kambangan
Private
Joined: 7/1/2019(UTC)
Posts: 32

Thanks: 5 times
Sorry for the delay, got college to do.

Originally Posted by: adrianemapmaker Go to Quoted Post
had you check if all of those science are exisiting? or had you check for misspelled words


That's my problem, I'm trying to create a science for her but I didn't want to add anything yet. After a few thoughts though, now I want to add emergency repair since everyone has that. I read in the INI that those are common to all factions, so do I have to do anything to add all three levels of emergency repair or are they automatically added?
Offline AdrianeMapMaker  
#48 Posted : Monday, September 23, 2019 9:00:20 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
emergency repairs dont have restrictions(PrerequisiteSciences) only rank3 so you can just add them anywhere you like


Code:
Science SCIENCE_GPSScrambler
  PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank5 
  SciencePurchasePointCost = 1
  IsGrantable = Yes
  DisplayName = SCIENCE:GPSScrambler
  Description = CONTROLBAR:ToolTipScienceGPSScrambler
End

;this means that the gps scrambler science requires player to be gla and rank5
;  PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank5 
;End

Edited by user Monday, September 23, 2019 9:06:28 AM(UTC)  | Reason: Not specified

A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline Rusa Kambangan  
#49 Posted : Thursday, October 3, 2019 5:03:07 AM(UTC)
Rusa Kambangan
Private
Joined: 7/1/2019(UTC)
Posts: 32

Thanks: 5 times
Originally Posted by: adrianemapmaker Go to Quoted Post
emergency repairs dont have restrictions(PrerequisiteSciences) only rank3 so you can just add them anywhere you like


Code:
Science SCIENCE_GPSScrambler
  PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank5 
  SciencePurchasePointCost = 1
  IsGrantable = Yes
  DisplayName = SCIENCE:GPSScrambler
  Description = CONTROLBAR:ToolTipScienceGPSScrambler
End

;this means that the gps scrambler science requires player to be gla and rank5
;  PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank5 
;End


Apparently, I can't.

Rusa Kambangan attached the following image(s):
Screenshot (53).png
Offline AdrianeMapMaker  
#50 Posted : Thursday, October 3, 2019 6:56:32 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
It's says duplicate science it means you copy pasted the whole science code and add it to something .. you must have a unique science name
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline Rusa Kambangan  
#51 Posted : Friday, October 4, 2019 7:44:38 AM(UTC)
Rusa Kambangan
Private
Joined: 7/1/2019(UTC)
Posts: 32

Thanks: 5 times
Originally Posted by: adrianemapmaker Go to Quoted Post
It's says duplicate science it means you copy pasted the whole science code and add it to something .. you must have a unique science name


But I don't want to change anything, I just want to give my new general emergency repair.
Offline Rusa Kambangan  
#52 Posted : Thursday, October 24, 2019 7:13:32 AM(UTC)
Rusa Kambangan
Private
Joined: 7/1/2019(UTC)
Posts: 32

Thanks: 5 times
Up
Users browsing this topic
Guest
3 Pages<123
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.