Author Topic: New part on forum and New system for translations  (Read 1669 times)

Vamp1re

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
New part on forum and New system for translations
« on: July 18, 2007, 01:58:01 pm »
Sorry for my bad English...

I ask if it's possible to create a new part in the forum for french community, and other?
And I've a interesting proposition for the development of the game accessibility, but my english level is too bad for explain that...
I try;  My idea is to replace objects names by an ID, an identification number which refer to a data base.  Exemple: Apple become "ID:5945"  And in a database, 5945: "Apple"   
With this system the game will be translated more easily and fastly.  And if you want I can translate all the game in french with this system :)   

My apologizes for my English.
Sorry fo my bad English lol

steuben

  • Veteran
  • *
  • Posts: 1834
    • View Profile
    • Myspace
Re: New part on forum and New system for translations
« Reply #1 on: July 18, 2007, 02:03:19 pm »
* steuben powers up the test database to see...

wish... granted.

but there is more then just translateing the item names involved. you'll have to translate far more then that. becuase you have the quests, the item/npc descriptions, etc.


as for the new forum part... there is a french forum somewhere... not sure where though.

« Last Edit: July 18, 2007, 02:06:28 pm by steuben »
may laanx frighten the shadow from my path.
hardly because the shadow built the lexx.
the shadow will frighten laanx from my path.

Vamp1re

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
Re: New part on forum and New system for translations
« Reply #2 on: July 18, 2007, 02:08:56 pm »
I don't forget the item/npc description.
If I understand, the database already exist? or not?
Where is it?
Sorry fo my bad English lol

Karyuu

  • Forum Legend
  • *
  • Posts: 9341
    • View Profile
Re: New part on forum and New system for translations
« Reply #3 on: July 18, 2007, 02:20:14 pm »
The official forum, just like the game itself, is for the English language. We do not encourage dividing the community by nationality - it separates people too much, and it makes moderation much more difficult.
Judge: Are you trying to show contempt for this court, Mr Smith?
Smith: No, My Lord. I am attempting to conceal it.

Vamp1re

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
Re: New part on forum and New system for translations
« Reply #4 on: July 18, 2007, 03:51:42 pm »
That's ok, thank you very much.  :thumbup:

I dont understant very well about my idea of database (english problem - lol  :sweatdrop:), my wish is already granted or it will be in the next version release?
Sorry fo my bad English lol

steuben

  • Veteran
  • *
  • Posts: 1834
    • View Profile
    • Myspace
Re: New part on forum and New system for translations
« Reply #5 on: July 18, 2007, 04:31:00 pm »
already in the deisgn. been there since 3.17 when i've been looking but probably much longer, given how nasty it can be to rebuild databases and supporting code to change things like that.
may laanx frighten the shadow from my path.
hardly because the shadow built the lexx.
the shadow will frighten laanx from my path.

Vamp1re

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
Re: New part on forum and New system for translations
« Reply #6 on: July 18, 2007, 04:37:38 pm »
The database is in the client? or in the source code? I can find it in the planeshift directory? Or it is in the server?

Thanks
Sorry fo my bad English lol

Nikodemus

  • Prospects
  • Veteran
  • *
  • Posts: 1808
    • View Profile
Re: New part on forum and New system for translations
« Reply #7 on: July 18, 2007, 04:45:28 pm »
devs has it



What you can failure tommorow, failure today.


Better click for shiny stylez Help me with images!

Vamp1re

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
Re: New part on forum and New system for translations
« Reply #8 on: July 18, 2007, 04:52:09 pm »
I dont Understand  :sweatdrop: :sweatdrop:
Sorry fo my bad English lol

steuben

  • Veteran
  • *
  • Posts: 1834
    • View Profile
    • Myspace
Re: New part on forum and New system for translations
« Reply #9 on: July 18, 2007, 04:52:15 pm »
on the server.

it is separate from the source. there is only a sample database available in the source code. but it will give you an idea as to how things are laid out.
may laanx frighten the shadow from my path.
hardly because the shadow built the lexx.
the shadow will frighten laanx from my path.

Vamp1re

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
Re: New part on forum and New system for translations
« Reply #10 on: July 18, 2007, 05:04:41 pm »
Thank you, I take a look :)   
New idea for the next version: Put this database in the client :)
The server only use ID -> This will increase rapidity of the server and reduce lag.
It's a hard work but I thinks it's necessary, I have free time to make a full translation of the game.

What do you think about that?
Sorry fo my bad English lol

steuben

  • Veteran
  • *
  • Posts: 1834
    • View Profile
    • Myspace
Re: New part on forum and New system for translations
« Reply #11 on: July 18, 2007, 05:55:27 pm »
depending on your level of english you may want to listen to vengeance's second podcast. it outlines the basic reason for the way things are they way are.

basically to control cheating much of the info is kept serverside, and not available for public or much of the dev team for that matter.

much of the lag isn't server based... usually. much more of it is actually graphics based on the client.
may laanx frighten the shadow from my path.
hardly because the shadow built the lexx.
the shadow will frighten laanx from my path.

Vamp1re

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
Re: New part on forum and New system for translations
« Reply #12 on: July 18, 2007, 06:42:52 pm »
Thank you  :flowers:
Sorry fo my bad English lol

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
Re: New part on forum and New system for translations
« Reply #13 on: July 24, 2007, 05:15:36 am »
http://vaalnor.mine.nu/psdoc/?q=node/45

This might help you get started with some of it as well.  Its a guide on how to create language packs for the game that Rolenun wrote for my site.