[SCRIPT] Satalite Early Warning Network : V1.22 : 03/06/2009
Moderators: Moderators for English X Forum, Scripting / Modding Moderators
-
- Posts: 441
- Joined: Fri, 17. Nov 06, 21:09
-
- Posts: 92
- Joined: Wed, 29. Apr 09, 09:59
-
- Moderator (Script&Mod)
- Posts: 22422
- Joined: Sun, 14. Nov 04, 23:26
-
- Posts: 92
- Joined: Wed, 29. Apr 09, 09:59
-
- Posts: 5
- Joined: Fri, 5. Jun 09, 03:35
Hello
First, excuse my english, but i'm french... so...
So, i've installer 3 of Cycrow(s plugin.
Command Queuing,Community Configuration Menu and SEWN
As my game is french, i've "located" scripts.
Change to 33 in filename and in the text files in /T, change 44 to 33
It's works with other plug, but not with SEWN.
I don't see him in the plugin configuration window.
Command queuing is OK, but not SEWN.
I've tested with my game in English, it's works.
So, where i am forget something ?
Do i make anoter change directly in script files (/script) ?
For information, in the hotkeysconfig window, if my game is in French, i see Readtext7000-1 for "configuration plugin" (but for me, all files are well localisated)
First, excuse my english, but i'm french... so...

So, i've installer 3 of Cycrow(s plugin.
Command Queuing,Community Configuration Menu and SEWN
As my game is french, i've "located" scripts.
Change to 33 in filename and in the text files in /T, change 44 to 33
It's works with other plug, but not with SEWN.
I don't see him in the plugin configuration window.
Command queuing is OK, but not SEWN.
I've tested with my game in English, it's works.
So, where i am forget something ?
Do i make anoter change directly in script files (/script) ?
For information, in the hotkeysconfig window, if my game is in French, i see Readtext7000-1 for "configuration plugin" (but for me, all files are well localisated)
-
- Moderator (Script&Mod)
- Posts: 22422
- Joined: Sun, 14. Nov 04, 23:26
-
- Posts: 5
- Joined: Fri, 5. Jun 09, 03:35
-
- Moderator (Script&Mod)
- Posts: 22422
- Joined: Sun, 14. Nov 04, 23:26
shouldn't make a difference, if you game is running in french, it would ignore the L044 file anyways, so it dont make a difference if its there or not.
do you get anything in the list, like an extra readtext or something, or is it completly missing ?
i assume u've opened the file and changed the language id inside too ?
do you get anything in the list, like an extra readtext or something, or is it completly missing ?
i assume u've opened the file and changed the language id inside too ?
-
- Posts: 5
- Joined: Fri, 5. Jun 09, 03:35
-
- Posts: 29
- Joined: Fri, 31. Oct 08, 21:43
I cannot get this to work. More precisely, I get no menu when pressing the hotkey for plugin configurations.
I'm running:
X3TC from steam.
Plugin Manager v2.20
Community Plugin Configuration v1.20
Satellite Early Warning Network v1.22
I've assigned a hotkey to Plugin Configurations. Some debugging revealed the following:
1. plugin.config.menu is called when pressing the hotkey.
2. plugin.config.menu calls plugin.config.getsections.
3. plugin.config.getsections returns null at 014 as both aPlugin and aOptions are null:
4. plugin.config.menu then aborts as plugin.config.getsections returned null.
Have I somehow installed it incorrectly?
I'm running:
X3TC from steam.
Plugin Manager v2.20
Community Plugin Configuration v1.20
Satellite Early Warning Network v1.22
I've assigned a hotkey to Plugin Configurations. Some debugging revealed the following:
1. plugin.config.menu is called when pressing the hotkey.
2. plugin.config.menu calls plugin.config.getsections.
3. plugin.config.getsections returns null at 014 as both aPlugin and aOptions are null:
Code: Select all
010 * check we have anything valid
011 $aPlugin = get global variable: name='config.scripts'
012 $aOptions = get global variable: name='config.options'
013 if ! $aOptions AND ! $aPlugin
014 |return null
015 end
Have I somehow installed it incorrectly?
-
- Posts: 5
- Joined: Fri, 5. Jun 09, 03:35
it's look you have the same problem
There are 3 screenshot
First, the configuration window
[ external image ]
Then, if i run this script manually
[ external image ]
->
[ external image ]
There are 3 screenshot
First, the configuration window
[ external image ]
Then, if i run this script manually
[ external image ]
->
[ external image ]
-
- Posts: 29
- Joined: Fri, 31. Oct 08, 21:43
Yes, looks like it. Only difference is I have the english version of the game. In the configuration window I have "Plugin Configurations", but the rest is the same. I also get all those "ReadText" entries if I run plugin.sewn.config manually.Nykhola wrote:it's look you have the same problem
There are 3 screenshot
Edit: I installed the command queue script as well. Now I get a menu when pressing the Plugin Configurations hotkey, but SEWN isn't in it. I see command queue adds itself via the plugin.config.addscript call in the setup.cycrow.cmdqueue script, but I find no similar setup-script for SEWN. I get a feeling some files are missing from this release.
Edit 2: Installed an earlier version (1.20) which indeed contains a setup.cycrow.sewn script. SEWN shows up in the menu as expected. I guess he just forgot to include that file in this version. Here's a link to the 1.20 version http://cycrow.thexuniverse.us/tcscripts ... 0.2008.spk . Maybe it solves your problem as well, Nykhola.
-
- Posts: 29
- Joined: Fri, 31. Oct 08, 21:43
-
- Moderator (Script&Mod)
- Posts: 22422
- Joined: Sun, 14. Nov 04, 23:26
-
- Posts: 5
- Joined: Fri, 5. Jun 09, 03:35