DevchatClient 1.0.6 - including ingame chat for Terran Conflict and Albion Prelude

Anything not relating to the X-Universe games (general tech talk, other games...) belongs here. Please read the rules before posting.

Moderator: Moderators for English X Forum

User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

It's been quite lately, university ate up too much time. New release contains mainly bugfixes.
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

New release! Now containing an ingame client made by mark_a_condren. :D

[ external image ]

Apart from that, a bug with the Goldie stealth mode was fixed.
User avatar
EmperorJon
Posts: 9378
Joined: Mon, 29. Dec 08, 20:58
x3tc

Post by EmperorJon »

He set it up nicely differently to how I tried! :)
______
I'm Jon. I'm mostly not around any more. If you want to talk, please message me! It's cool.
______
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

It's that time of the week again. Mark's hotfix for the ingame client is included, you can configure the tc folder via a real file chooser pop-up and some minor stuff was tweaked.

Edit: Spinn found some issues with the new file chooser, fixed in 0.7.1.
User avatar
Alee Enn
Posts: 2575
Joined: Sat, 28. Mar 09, 16:03
x4

Post by Alee Enn »

Someone has PM'd me asking if Devchat is down.

I don't use it, and can't say if it is down,
can someone please confirm it and I'll PM the person back.
Formerly "Alien Tech Inc."
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

1.0.0 is out, just some minor changes. I declare it to be stable now (don't you dare proving me wrong! :P ;)).
Sieg06660
Posts: 366
Joined: Mon, 3. Jan 11, 00:01
x3tc

Post by Sieg06660 »

Will it affect me saves / gameplay eg (modified)
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

If you choose to install the ingame client as well, yes, it's going to be modified. The desktop client itself doesn't affect the game.
Xenon007
Posts: 1
Joined: Mon, 23. May 05, 18:19
x4

Post by Xenon007 »

To avoid ReadText, I made ​​a translation of 7640-L007
7640-L007.zip
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

User avatar
Dank7430
Posts: 497
Joined: Tue, 29. Dec 09, 18:52
x3ap

Post by Dank7430 »

COOL :D :D
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

1.0.4 fixes the compatibility with the new server API.

This update is mandatory, since all older versions are incompatible with the new API!
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

User avatar
eldyranx3
Posts: 2178
Joined: Sat, 14. Jan 06, 21:29
xr

Post by eldyranx3 »

I'm having some issues compiling the source for the stand alone client on my netbook running CrunchBang (#!). The [config] step worked fine once I installed the missing dependencies, and I made sure I had python3, but I'm getting some odd errors during the [make] step.

Code: Select all

src/devchat_conversation.c:71: error: ‘GDK_KEY_Escape’ undeclared (first use in this function)
src/devchat_conversation.c:71: error: (Each undeclared identifier is reported only once
src/devchat_conversation.c:71: error: for each function it appears in.)
src/devchat_conversation.c:161: error: ‘GDK_KEY_Return’ undeclared (first use in this function)
src/devchat_conversation.c:162: error: ‘GDK_KEY_KP_Enter’ undeclared (first use in this function)
src/devchat_conversation.c:166: error: ‘GDK_KEY_W’ undeclared (first use in this function)
src/devchat_window.c: In function ‘devchat_window_init’:
src/devchat_window.c:295: error: ‘GDK_KEY_P’ undeclared (first use in this function)
src/devchat_window.c:295: error: (Each undeclared identifier is reported only once
src/devchat_window.c:295: error: for each function it appears in.)
src/devchat_window.c:326: error: ‘GDK_KEY_W’ undeclared (first use in this function)
src/devchat_window.c:332: error: ‘GDK_KEY_R’ undeclared (first use in this function)
src/devchat_window.c:336: error: ‘GDK_KEY_Q’ undeclared (first use in this function)
src/devchat_window.c:341: error: ‘GDK_KEY_Page_Down’ undeclared (first use in this function)
src/devchat_window.c:342: error: ‘GDK_KEY_Tab’ undeclared (first use in this function)
src/devchat_window.c:347: error: ‘GDK_KEY_Page_Up’ undeclared (first use in this function)
src/devchat_window.c:376: error: ‘GDK_KEY_B’ undeclared (first use in this function)
src/devchat_window.c:382: error: ‘GDK_KEY_I’ undeclared (first use in this function)
src/devchat_window.c:388: error: ‘GDK_KEY_U’ undeclared (first use in this function)
src/devchat_window.c:395: error: ‘GDK_KEY_M’ undeclared (first use in this function)
src/devchat_window.c:402: error: ‘GDK_KEY_L’ undeclared (first use in this function)
src/devchat_window.c:511: error: ‘GDK_KEY_Escape’ undeclared (first use in this function)
src/devchat_window.c:596: error: ‘GDK_KEY_Return’ undeclared (first use in this function)
src/devchat_window.c:597: error: ‘GDK_KEY_KP_Enter’ undeclared (first use in this function)
src/devchat_window.c: In function ‘hotkey_cb’:
src/devchat_window.c:3352: error: ‘GDK_KEY_Up’ undeclared (first use in this function)
src/devchat_window.c:3395: error: ‘GDK_KEY_Down’ undeclared (first use in this function)
src/devchat_window.c:3441: error: ‘GDK_KEY_1’ undeclared (first use in this function)
src/devchat_window.c:3441: error: ‘GDK_KEY_KP_1’ undeclared (first use in this function)
src/devchat_window.c:3447: error: ‘GDK_KEY_3’ undeclared (first use in this function)
src/devchat_window.c:3447: error: ‘GDK_KEY_KP_3’ undeclared (first use in this function)
src/devchat_window.c:3455: error: ‘GDK_KEY_5’ undeclared (first use in this function)
src/devchat_window.c:3455: error: ‘GDK_KEY_KP_5’ undeclared (first use in this function)
src/devchat_window.c:3461: error: ‘GDK_KEY_6’ undeclared (first use in this function)
src/devchat_window.c:3461: error: ‘GDK_KEY_KP_6’ undeclared (first use in this function)
src/devchat_window.c: In function ‘find’:
src/devchat_window.c:4072: error: ‘GDK_KEY_Return’ undeclared (first use in this function)
src/devchat_window.c:4073: error: ‘GDK_KEY_KP_Enter’ undeclared (first use in this function)
src/devchat_window.c: In function ‘devchat_window_close_search’:
src/devchat_window.c:4176: error: ‘GDK_KEY_Return’ undeclared (first use in this function)
src/devchat_window.c:4177: error: ‘GDK_KEY_KP_Enter’ undeclared (first use in this function)
src/devchat_window.c: In function ‘devchat_window_refresh_presets’:
src/devchat_window.c:5071: error: ‘GDK_KEY_0’ undeclared (first use in this function)
src/devchat_window.c:5071: error: ‘GDK_KEY_1’ undeclared (first use in this function)
src/devchat_window.c: In function ‘notify’:
src/devchat_window.c:5131: error: too few arguments to function ‘notify_notification_new’
make: *** [all] Error 1
Is this something on my end?
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

Outdated GTK version. This was changed in… 2010? I think 2.24 is the minimum version the client needs.
User avatar
eldyranx3
Posts: 2178
Joined: Sat, 14. Jan 06, 21:29
xr

Post by eldyranx3 »

Thanks for the heads up!
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

User avatar
hartza76
Posts: 156
Joined: Sun, 18. Jul 10, 21:46
x4

Post by hartza76 »

This will mark you game modified? cos just dont jet wanna do my AP as modded. Too new game for me still
If a girl seems as shy as a mouse, you still have to look out for the tiger within her.
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

The optional ingame client will, yes. The desktop client alone won't.
User avatar
Lifeforce87
Posts: 118
Joined: Sat, 15. Aug 09, 00:42
x4

Post by Lifeforce87 »

Return to “Off Topic English”