• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Discovery Development Discovery Mod General Discussion
« Previous 1 … 245 246 247 248 249 … 547 Next »
IDS_name and IDS_info

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

IDS_name and IDS_info
Offline Tomtomrawr
08-02-2011, 08:58 PM,
#1
Guardian of the Void
Posts: 3,224
Threads: 242
Joined: Nov 2007

The system editing tutorial wasn't very clear on this area, and I've heard it's important for the resource.dll to recognise objects and zones.

So how am I able to create IDS_name and IDS_info for things in my systems and how do I use them to make the system ready to be introduced into a mod?

[17:45:39] Wolfs Ghost (Murphy): Tom, you have problems. Go kill yourself.
[19:25:12] Johnny (Jam): Tomtom, I will beat you with a spoon.
[14:22:56] Prarabdh Thakur: KILL HIM WITH A SHEEP.
[17:40:48] Eagle (Junes): Tom should be slapped with a spoon.
[11:32:18] Warspite: Thank you for being so awesome Tom. <3
[18:17:36] Metano: I love you tomtom
[20:06:24] Warspite: I will seriously give you epic head.
' Wrote:Edit: also, Tomtomrawr, fappin' like a boss.
Reply  
Offline Alex.
08-02-2011, 09:05 PM,
#2
Developer
Posts: 3,798
Threads: 144
Joined: Aug 2009
Staff roles: Server Manager
Coding Dev
Moderator

http://the-starport.net/modules/newbb/view...tus=&mode=0
That tool should be able to do it.
Reply  
Offline Dab
08-02-2011, 09:17 PM, (This post was last modified: 08-02-2011, 09:20 PM by Dab.)
#3
Member
Posts: 9,570
Threads: 320
Joined: Aug 2005

First you need an unused ids number range. Generally it's a good idea to choose a 200-number range of unused numbers. For example, 462000 - 462200 was Okinawa's. The objects should use these numbers for its name and information. ids_name = Name obviously. ids_info = the -first- information block. For undockable objects this will be the entire information writeup. For dockable objects like stations and planets you dock on, this will be the first ids_info number. You'll need two. the first is what it tells you prior to docking (atmospheric information, orbit, temperature, etc). Then the second number is the information part of the infocard. The lore. These two numbers are tied in the infocardmap.ini files. Map = ######, ###### / Map = ids_info1_from_system.ini entry, ids_info2.

Then you use a program, I suggest FLDev, to enter text into these numbers. There are other programs too, and the dev team does it differently, but for a solo modder, FLDev should do it okay, and for testing. When you submit, you'll simply make a text file with;

NAME
######
text

or

INFOCARD
######
text

Don't forget to use the xml coding for this text. Look at infocards already ingame through FLDev and you'll see how to do it.



Isehara Terraforming Outpost, Okinawa;

[Object]
nickname = KU13_01
pos = 7326, 0, 5131
ids_info = 462025 <-----
behavior = NOTHING
pilot = pilot_solar_hardest
dock_with = KU13_01_Base
base = KU13_01_Base
reputation = co_kt_grp
rotate = 0, 0, 0
archetype = space_shipping01
ids_name = 462024 <-----
loadout = space_shipping01_ku_01
difficulty_level = 14
space_costume = , robot_body_c
voice = pilot_f_leg_f01a


Infocardmap.ini entry for Isehara;
Map = 462025, 462026


NAME
462024
Isehara Terraforming Outpost

INFOCARD
462025
<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><TEXT>CLASS: Suika</TEXT><PARA/><TEXT>GRAVITY: Complete</TEXT><PARA/><TEXT>DOCKING: Yes</TEXT><PARA/><TEXT>AMENITIES: Yes</TEXT><PARA/><TEXT>POPULATION: 4K</TEXT><PARA/><POP/></RDL>

INFOCARD
462026
<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><TEXT>Isehara finished construction in 814 A.S., four months after the terraforming of Planet Miura was started, to handle the flow of goods to and from the planet, including the ore shipments that frequently make their way up from planet-side and the transports full of prisoners to work in the plutonium mines.</TEXT><PARA/><TEXT> </TEXT><PARA/><TEXT>As the base of operations for the entire terraforming project on Planet Miura, quite a few Kishiro scientists, advisors, and even an unspecified number of former Planetform engineers hired for a huge sum are based onboard the station, with sophisticated tracking and weather satellite arrays to keep track of the planet's progress.</TEXT><PARA/><TEXT> </TEXT><PARA/><TEXT>The station itself has a considerable security detachment from both Kishiro's personal forces and the Gas Miner Guild's own paramilitary squadrons, and the civilian transports that make their way to and from the base carrying supplies are generally considered relatively safe from hostile attacks.</TEXT><PARA/><POP/></RDL>


Example of base NPC infocards;

mBases.ini file in Missions folder.

[GF_NPC]
nickname = KU1301_kishiro_001_m
body = sc_scientist1_body
head = ku_captain_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 462159 <-----
affiliation = co_kt_grp
voice = rvp126
room = bar
rumor = base_0_rank, mission_end, 2, 132974
rumor = base_0_rank, mission_end, 2, 462185 <-----
rumor = base_0_rank, mission_end, 2, 462186
rumor = base_0_rank, mission_end, 2, 462187
rumor = base_0_rank, mission_end, 2, 462188


NAME
462159
Hotaka Itami
Kishiro Technologies


Rumors;

INFOCARD
462185
.<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><TEXT>I can't believe I made it to Isehara! Five months ago, I was a nobody, a grunt in the Kishiro hierarchy, now I'm on the fast track to promotion and wealth, simply by being transferred here. Guess it helps to have an uncle in the Okinawa management division.</TEXT><PARA/><POP/></RDL>



News Articles;

news.ini in Missions folder.

[NewsItem]
rank = base_0_rank, mission_end
icon = universe
logo = news_flags
category = 462196 <-----
headline = 462196 <-----
text = 462197 <-----
audio = true
base = KU13_01_Base
base = KU13_02_Base
base = KU13_03_Base
base = KU13_04_Base
base = KU13_05_Base
base = KU13_06_Base
base = KU13_10_Base

NAME
462196
Prisoners' Plight?

NAME Yes, the text for news articles is also a "name" entry.
462197
Planet Miura - 817 A.S. - A number of disturbing reports have surfaced recently regarding the treatment of prisoners in the uranium mines on the planet Miura. Allegations of physical and sexual abuse are regularly filed with the prison authorities, although it appears that little is being done to resolve the issues. One prison guard, who would speak only on condition of anonymity, stated: "The conditions down here are appalling. The guards are not paid enough for the work they are doing, and the prisoners have it much worse. Most of them are Bretonians, although there are a lot of political prisoners from New Tokyo as well."

In the meantime the uranium shipments continue to arrive at Isehara Terraforming Outpost on time, and despite the relatively high turnover of prisoners, more continue to be shipped in from various prison stations to serve as the GMG's cheap workforce.

[Image: DFinal.png]
Reply  
Offline Tomtomrawr
08-03-2011, 10:52 AM,
#4
Guardian of the Void
Posts: 3,224
Threads: 242
Joined: Nov 2007

' Wrote:http://the-starport.net/modules/newbb/view...tus=&mode=0
That tool should be able to do it.
I tried FLDev back when I first started, but the tutorial recommended a predecessor called FLEd-ids which did everything I supposedly needed. The tutorial wasn't very clear on what it was for though.

' Wrote:First you need an unused ids number range. Generally it's a good idea to choose a 200-number range of unused numbers. For example, 462000 - 462200 was Okinawa's. The objects should use these numbers for its name and information. ids_name = Name obviously. ids_info = the -first- information block. For undockable objects this will be the entire information writeup. For dockable objects like stations and planets you dock on, this will be the first ids_info number. You'll need two. the first is what it tells you prior to docking (atmospheric information, orbit, temperature, etc). Then the second number is the information part of the infocard. The lore. These two numbers are tied in the infocardmap.ini files. Map = ######, ###### / Map = ids_info1_from_system.ini entry, ids_info2.

Then you use a program, I suggest FLDev, to enter text into these numbers. There are other programs too, and the dev team does it differently, but for a solo modder, FLDev should do it okay, and for testing. When you submit, you'll simply make a text file with;

NAME
######
text

or

INFOCARD
######
text

Don't forget to use the xml coding for this text. Look at infocards already ingame through FLDev and you'll see how to do it.
Isehara Terraforming Outpost, Okinawa;

[Object]
nickname = KU13_01
pos = 7326, 0, 5131
ids_info = 462025 <-----
behavior = NOTHING
pilot = pilot_solar_hardest
dock_with = KU13_01_Base
base = KU13_01_Base
reputation = co_kt_grp
rotate = 0, 0, 0
archetype = space_shipping01
ids_name = 462024 <-----
loadout = space_shipping01_ku_01
difficulty_level = 14
space_costume = , robot_body_c
voice = pilot_f_leg_f01a
Infocardmap.ini entry for Isehara;
Map = 462025, 462026
NAME
462024
Isehara Terraforming Outpost

INFOCARD
462025
<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><TEXT>CLASS: Suika</TEXT><PARA/><TEXT>GRAVITY: Complete</TEXT><PARA/><TEXT>DOCKING: Yes</TEXT><PARA/><TEXT>AMENITIES: Yes</TEXT><PARA/><TEXT>POPULATION: 4K</TEXT><PARA/><POP/></RDL>

INFOCARD
462026
<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><TEXT>Isehara finished construction in 814 A.S., four months after the terraforming of Planet Miura was started, to handle the flow of goods to and from the planet, including the ore shipments that frequently make their way up from planet-side and the transports full of prisoners to work in the plutonium mines.</TEXT><PARA/><TEXT> </TEXT><PARA/><TEXT>As the base of operations for the entire terraforming project on Planet Miura, quite a few Kishiro scientists, advisors, and even an unspecified number of former Planetform engineers hired for a huge sum are based onboard the station, with sophisticated tracking and weather satellite arrays to keep track of the planet's progress.</TEXT><PARA/><TEXT> </TEXT><PARA/><TEXT>The station itself has a considerable security detachment from both Kishiro's personal forces and the Gas Miner Guild's own paramilitary squadrons, and the civilian transports that make their way to and from the base carrying supplies are generally considered relatively safe from hostile attacks.</TEXT><PARA/><POP/></RDL>
Example of base NPC infocards;

mBases.ini file in Missions folder.

[GF_NPC]
nickname = KU1301_kishiro_001_m
body = sc_scientist1_body
head = ku_captain_head
lefthand = benchmark_male_hand_left
righthand = benchmark_male_hand_right
individual_name = 462159 <-----
affiliation = co_kt_grp
voice = rvp126
room = bar
rumor = base_0_rank, mission_end, 2, 132974
rumor = base_0_rank, mission_end, 2, 462185 <-----
rumor = base_0_rank, mission_end, 2, 462186
rumor = base_0_rank, mission_end, 2, 462187
rumor = base_0_rank, mission_end, 2, 462188
NAME
462159
Hotaka Itami
Kishiro Technologies
Rumors;

INFOCARD
462185
.<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><TEXT>I can't believe I made it to Isehara! Five months ago, I was a nobody, a grunt in the Kishiro hierarchy, now I'm on the fast track to promotion and wealth, simply by being transferred here. Guess it helps to have an uncle in the Okinawa management division.</TEXT><PARA/><POP/></RDL>
News Articles;

news.ini in Missions folder.

[NewsItem]
rank = base_0_rank, mission_end
icon = universe
logo = news_flags
category = 462196 <-----
headline = 462196 <-----
text = 462197 <-----
audio = true
base = KU13_01_Base
base = KU13_02_Base
base = KU13_03_Base
base = KU13_04_Base
base = KU13_05_Base
base = KU13_06_Base
base = KU13_10_Base

NAME
462196
Prisoners' Plight?

NAME Yes, the text for news articles is also a "name" entry.
462197
Planet Miura - 817 A.S. - A number of disturbing reports have surfaced recently regarding the treatment of prisoners in the uranium mines on the planet Miura. Allegations of physical and sexual abuse are regularly filed with the prison authorities, although it appears that little is being done to resolve the issues. One prison guard, who would speak only on condition of anonymity, stated: "The conditions down here are appalling. The guards are not paid enough for the work they are doing, and the prisoners have it much worse. Most of them are Bretonians, although there are a lot of political prisoners from New Tokyo as well."

In the meantime the uranium shipments continue to arrive at Isehara Terraforming Outpost on time, and despite the relatively high turnover of prisoners, more continue to be shipped in from various prison stations to serve as the GMG's cheap workforce.
Perfect, thank you Dab. Exactly what I need.

[17:45:39] Wolfs Ghost (Murphy): Tom, you have problems. Go kill yourself.
[19:25:12] Johnny (Jam): Tomtom, I will beat you with a spoon.
[14:22:56] Prarabdh Thakur: KILL HIM WITH A SHEEP.
[17:40:48] Eagle (Junes): Tom should be slapped with a spoon.
[11:32:18] Warspite: Thank you for being so awesome Tom. &lt;3
[18:17:36] Metano: I love you tomtom
[20:06:24] Warspite: I will seriously give you epic head.
' Wrote:Edit: also, Tomtomrawr, fappin' like a boss.
Reply  


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode