[Mod-AP][In-Dev] X-Timelines: The Syndicate
Moderators: Moderators for English X Forum, Scripting / Modding Moderators
-
- Posts: 2993
- Joined: Sun, 25. Dec 05, 10:42
Code: Select all
pMod->fetchNewsUpdate();
APPCRASH - UNHANDED EXCEPTION: NO_UPDATE_FOUND

Unless you want me to start writing a blog of lots of technical stuffs

Might have somthing later, not sure. Still writing code - Menu code to be exact... i hate menu code, as if standard MSCI menu code wasent bad enough, now i have dynamic menus and context menu code to deal with heh.
Code: Select all
add menu item with context dropdown to array $Menu: text='Context Test' generationscript='!a..zz.z' userdata='Fuzzy Blanket'
add button to context menu $contextMenu: icon=1 text='Test1' callback value='Alpha'
add button to context menu $contextMenu: icon=2 text='Test2' callback value='Beta'
add seperator to context menu $contextMenu
add button to context menu $contextMenu: icon=3 text=$userData callback value='Gamma'
add infoline to context menu $contextMenu: heading='Fuzzy' text='Blanket'
$subMenu = add context submenu to context menu $contextMenu: icon=4 text='Test3'
add button to context menu $subMenu: icon=5 text='Test1' callback value='Delta'
add button to context menu $subMenu: icon=2 text='Test2' callback value='Epsilon'
add seperator to context menu $subMenu
add button to context menu $subMenu: icon=3 text=$userData callback value='Zeta'
add infoline to context menu $subMenu: heading='Fuzzy' text='Blanket'
[ external image ]
"One sure mark of a fool is to dismiss anything that falls outside his experience as being impossible."
―Farengar Secret-Fire
"One sure mark of a fool is to dismiss anything that falls outside his experience as being impossible."
―Farengar Secret-Fire
-
- Posts: 458
- Joined: Sun, 4. Jan 09, 17:17
-
- Posts: 3952
- Joined: Wed, 6. Nov 02, 20:31
-
- Posts: 821
- Joined: Fri, 16. Apr 10, 11:24
I've roamed these forumes since I joined.
And now I find this?
Without getting to explicit in my description of my joy, but this is l¤%!"¤ awesome!
I read the description on the first page. If you pull off half of it, then this mod is officially X4.
And now I find this?
Without getting to explicit in my description of my joy, but this is l¤%!"¤ awesome!
I read the description on the first page. If you pull off half of it, then this mod is officially X4.
Sure glad I didn't purchase a new computer this release.
-
- Posts: 54
- Joined: Thu, 14. Oct 10, 15:50
-
- Posts: 438
- Joined: Mon, 22. Jul 13, 03:09
-
- Posts: 32
- Joined: Mon, 9. Dec 13, 09:55
I have a suggestion - to add the BBC news to stations, as in X3 Reunion. Such as news about invading enemies in the sectors of race, news about pirated and Xenon activity, news about the attacks on stations. Thanks to such news player will be informed of the universe. And most of the events in the universe will not pass player.
Egor
-
- Posts: 33
- Joined: Sat, 18. Feb 12, 02:23
egor_dubrov wrote:I have a suggestion - to add the BBC news to stations, as in X3 Reunion. Such as news about invading enemies in the sectors of race, news about pirated and Xenon activity, news about the attacks on stations. Thanks to such news player will be informed of the universe. And most of the events in the universe will not pass player.
I like this.
XTC had a news system, they even released it for X3Tc as a look at XTC mod. And the little messages where nice, too bad the mod got me bored it had a great bailing system and some nice weapons and effects but... it's universe just lacked the at home feeling i got from the X3TC/X3 ap vanilla's i love the home sectors of the boron and Argon for no real reason.
("why can't I make risk-free credits while I slay the universe in my Black Death Ship of Pokemon that lobs auto-generating Fragmentation Bomb Launching Jesus Missiles at everything within 6,000 KM?" -Litcube 10/17/14)
[ external image ]
[ external image ]
-
- Posts: 54
- Joined: Thu, 14. Oct 10, 15:50
-
- Posts: 2993
- Joined: Sun, 25. Dec 05, 10:42
TrixX is in the middle of moving house, and a close member of my family has had some very major health scares in the last few days, so im not in the mood to work on the mod at the moment because of this.
Im sorry all, but for now the project is on hold for an undetermined period of time.
Im sorry all, but for now the project is on hold for an undetermined period of time.
[ external image ]
"One sure mark of a fool is to dismiss anything that falls outside his experience as being impossible."
―Farengar Secret-Fire
"One sure mark of a fool is to dismiss anything that falls outside his experience as being impossible."
―Farengar Secret-Fire
-
- Posts: 54
- Joined: Thu, 14. Oct 10, 15:50
-
- Posts: 5590
- Joined: Wed, 29. Jul 09, 00:46
-
- Posts: 2035
- Joined: Wed, 18. Aug 10, 14:28
-
- Posts: 595
- Joined: Tue, 13. Jul 04, 13:03
Just one more person who wants to voice their support for your project. I think what you're trying to accomplish looks absolutely amazing, and I'm eagerly anticipating it.
That being said, I completely understand the constrictions of the real world. Best of luck to you. I hope everything works out well so that you can continue on.
-blackfire83
That being said, I completely understand the constrictions of the real world. Best of luck to you. I hope everything works out well so that you can continue on.
-blackfire83
Count the bodies like sheep to the rhythm of the war drums...
X3:TC - Battlemaster, Master Industrialist
X3:TC - Battlemaster, Master Industrialist
-
- Posts: 885
- Joined: Wed, 26. Oct 11, 23:35
-
- Posts: 2993
- Joined: Sun, 25. Dec 05, 10:42
XTL is still on hold, however im putting together something else that i think alot of you will enjoy... however i need a little help on something:
(btw, this small feature snip is just the tip of the iceburg)
I have alot of colours to pick, any suggestions? - http://www.colorpicker.com/ will accept the hex codes (just remove the 0XFF from the begining of them)P
(btw, this small feature snip is just the tip of the iceburg)
Code: Select all
SETHConfig.entity
############################## Map Options ###############################
## ##
## Map_ColourAbandonedShips ##
## (True) - Abandoned ships will be coloured on the map ##
## (False) - Abandoned ships will appear as normal ##
## ##
## MapColour_AbandonedShip ##
## Pen colour for abandoned ships as an int ##
## ##
## Map_ColourSectorsByRace ##
## (True) - Sectors on the map will colour names automatically ##
## by race, this colouring will not break map search! ##
## (False) - Sector names will appear with default colours ##
## ##
## Map_SectorNameRaceColour_{Race} ##
## Pen Colour for each races sector names ##
## ##
## ##
##########################################################################
DefineConstant: "GC.DefaultColour" = -6250336; # 0xffA0A0A0
Map_ColourAbandonedShips = (True); #Default = (True);
Map_AbandonedShipColour = -199296; #Default = -199296 (0xfffcf580)
Map_ColourSecorsByRace = (True); #Default = (True);
Map_SectorNameRaceColour_Argon = 0; # 0xFF95B3D7
Map_SectorNameRaceColour_Boron = 0; # 0xFF85D06F
Map_SectorNameRaceColour_Split = 0; # 0xFF662D91
Map_SectorNameRaceColour_Paranid = 0; # 0xFFFDC689
Map_SectorNameRaceColour_Teladi = 0; # 0xFF948A54
Map_SectorNameRaceColour_Xenon = (GC.DefaultColour);
Map_SectorNameRaceColour_Pirate = 0; # 0xFF963634
Map_SectorNameRaceColour_Goner = (GC.DefaultColour);
Map_SectorNameRaceColour_Player = (GC.DefaultColour);
Map_SectorNameRaceColour_Enemy = (GC.DefaultColour);
Map_SectorNameRaceColour_Neutral = (GC.DefaultColour);
Map_SectorNameRaceColour_Friend = (GC.DefaultColour);
Map_SectorNameRaceColour_Abandoned = (GC.DefaultColour);
Map_SectorNameRaceColour_Race1 = (GC.DefaultColour);
Map_SectorNameRaceColour_Race2 = (GC.DefaultColour);
Map_SectorNameRaceColour_ATF = 0; # 0xFF366092
Map_SectorNameRaceColour_Terran = 0; # 0xFF00A8A8
Map_SectorNameRaceColour_Yaki = (GC.DefaultColour);
[ external image ]
"One sure mark of a fool is to dismiss anything that falls outside his experience as being impossible."
―Farengar Secret-Fire
"One sure mark of a fool is to dismiss anything that falls outside his experience as being impossible."
―Farengar Secret-Fire
-
- Posts: 1315
- Joined: Mon, 14. Feb 11, 03:58
-
- Posts: 885
- Joined: Wed, 26. Oct 11, 23:35
@Jack08
Are you asking for suggestions on the races that already have colors, or for the ones that say "DefaultColor", or do you want suggestions for all of them?
Are you asking for suggestions on the races that already have colors, or for the ones that say "DefaultColor", or do you want suggestions for all of them?
SinisterDeath wrote:This reminds me of something...
"I don't believe in GoD, but GoD sure believes in blowing up my factories."
Dark_Ansem wrote:Seeing your creation in-game and working makes one feel all warm and fuzzy inside.