Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Debci

Pages: [1] 2 3 ... 6
1
Development Deliberation / Re: Compiling dependencies errors...
« on: September 01, 2010, 03:58:14 pm »
ld library path is not used during building rlydontknow it's used only when running an application requiring dynamically linked libraries. try rebuilding from scratch remaking the configure after installing new libs and that the libraries are installed in default locations
But I installed all libs that indicates in the build guide...
Anyhow I go now to re-build...

Regards and thanks for your help!

2
Development Deliberation / Re: Compiling dependencies errors...
« on: September 01, 2010, 03:46:38 pm »
Sounds for me like a/the curl development software package isn't installed (curl-devel?)
Its installed :S
sounds more like libcurl cannot be found in LD_LIBRARY_PATH as the includes are found (else it'd complain prior to linking)
Sollution?
Regards

3
Development Deliberation / Compiling dependencies errors...
« on: September 01, 2010, 03:34:47 pm »
Hi everyone compiling the source of PS I finded few troubles...
In the majority of this I solved it adding src folders of cURL and others to diferent path because the headers and other sources of the game can´t find cURl dependencies, but now the linker  and the compiler give me new problems...

Code: [Select]
debci@pc-lab:~/development/planeshift$ jam
...patience...
...patience...
...found 2272 target(s)...
...updating 14 target(s)...
Ranlib ./out/linuxx86/optimize/libs/liblibpsnpcclient-0.5.a
LinkApplication testrpgrules
DoSplitDebugInfo testrpgrules
LinkApplication ccheck
DoSplitDebugInfo ccheck
LinkApplication pawseditor
DoSplitDebugInfo pawseditor
LinkApplication psserver
DoSplitDebugInfo psserver
LinkApplication psclient
./out/linuxx86/optimize/src/client/pscelclient.o: In function `GEMClientActor::SetAnimation(char const*, int)':
/home/debci/development/planeshift/src/client/pscelclient.cpp:1792: undefined reference to `CalModel::getCoreModel()'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1792: undefined reference to `CalCoreModel::getCoreAnimation(int)'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1798: undefined reference to `CalModel::getCoreModel()'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1798: undefined reference to `CalCoreModel::getCoreAnimation(int)'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1798: undefined reference to `CalCoreAnimation::getDuration() const'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1837: undefined reference to `CalModel::getMixer()'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1837: undefined reference to `CalMixer::removeAction(int)'
collect2: ld returned 1 exit status

  g++ -Wl,--as-needed -o psclient ./out/linuxx86/optimize/src/client/clientvitals.o ./out/linuxx86/optimize/src/client/pscelclient.o ./out/linuxx86/optimize/src/client/questionclient.o ./out/linuxx86/optimize/src/client/zonehandler.o ./out/linuxx86/optimize/src/client/actionhandler.o ./out/linuxx86/optimize/src/client/charapp.o ./out/linuxx86/optimize/src/client/meshattach.o ./out/linuxx86/optimize/src/client/pscharcontrol.o ./out/linuxx86/optimize/src/client/guihandler.o ./out/linuxx86/optimize/src/client/psnetmanager.o ./out/linuxx86/optimize/src/client/psoptions.o ./out/linuxx86/optimize/src/client/entitylabels.o ./out/linuxx86/optimize/src/client/pscal3dcallback.o ./out/linuxx86/optimize/src/client/psclientdr.o ./out/linuxx86/optimize/src/client/chatbubbles.o ./out/linuxx86/optimize/src/client/psclientchar.o ./out/linuxx86/optimize/src/client/modehandler.o ./out/linuxx86/optimize/src/client/psinventorycache.o ./out/linuxx86/optimize/src/client/pscamera.o ./out/linuxx86/optimize/src/client/cmdutil.o ./out/linuxx86/optimize/src/client/authentclient.o ./out/linuxx86/optimize/src/client/psengine.o ./out/linuxx86/optimize/src/client/cmdguilds.o ./out/linuxx86/optimize/src/client/shadowmanager.o ./out/linuxx86/optimize/src/client/cmdusers.o ./out/linuxx86/optimize/src/client/psslotmgr.o ./out/linuxx86/optimize/src/client/weather.o ./out/linuxx86/optimize/src/client/cmdgroups.o ./out/linuxx86/optimize/src/client/cmdadmin.o ./out/linuxx86/optimize/src/client/crashreport.o ./out/linuxx86/optimize/src/client/psmovement.o  -g2 -Wl,--gc-sections ./out/linuxx86/optimize/libs/libgui-0.5.a ./out/linuxx86/optimize/libs/libpsnet-0.5.a ./out/linuxx86/optimize/libs/libpsengine-0.5.a ./out/linuxx86/optimize/libs/libpsrpgrules-0.5.a ./out/linuxx86/optimize/libs/libpaws-0.5.a ./out/linuxx86/optimize/libs/libpsutil-0.5.a ./out/linuxx86/optimize/libs/libpssound-0.5.a ./out/linuxx86/optimize/libs/libsound-0.5.a ./out/linuxx86/optimize/libs/libeffects-0.5.a ./out/linuxx86/optimize/libs/libfparser-0.5.a ./out/linuxx86/optimize/libs/libbreakpad-0.5.a -L/home/debci/development/cs/./out/linuxx86/optimize/libs -lcrystalspace-1.9 -lz -lpthread -lc -lm -ldl -lnsl -L/usr/local/lib -g2

...failed LinkApplication psclient ...
C++ ./out/linuxx86/optimize/src/eedit/eeditapp.o
src/eedit/eeditapp.cpp: In member function ‘void EEditApp::SevereError(const char*)’:
src/eedit/eeditapp.cpp:145: warning: format not a string literal and no format arguments
C++ ./out/linuxx86/optimize/src/eedit/pscal3dcallback.o
LinkApplication eedit
DoSplitDebugInfo eedit
LinkApplication psnpcclient
DoSplitDebugInfo psnpcclient
C++ ./out/linuxx86/optimize/src/pslaunch/download.o
C++ ./out/linuxx86/optimize/src/pslaunch/pslaunch.o
LinkApplication pslaunch
./out/linuxx86/optimize/src/pslaunch/download.o: In function `Downloader':
/home/debci/development/planeshift/src/pslaunch/download.cpp:151: undefined reference to `curl_easy_init'
/home/debci/development/planeshift/src/pslaunch/download.cpp:153: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:154: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:155: undefined reference to `curl_easy_setopt'
./out/linuxx86/optimize/src/pslaunch/download.o: In function `~Downloader':
/home/debci/development/planeshift/src/pslaunch/download.cpp:177: undefined reference to `curl_easy_cleanup'
/home/debci/development/planeshift/src/pslaunch/download.cpp:177: undefined reference to `curl_easy_cleanup'
./out/linuxx86/optimize/src/pslaunch/download.o: In function `Downloader':
/home/debci/development/planeshift/src/pslaunch/download.cpp:166: undefined reference to `curl_easy_init'
/home/debci/development/planeshift/src/pslaunch/download.cpp:168: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:169: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:170: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:166: undefined reference to `curl_easy_init'
/home/debci/development/planeshift/src/pslaunch/download.cpp:168: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:169: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:170: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:151: undefined reference to `curl_easy_init'
/home/debci/development/planeshift/src/pslaunch/download.cpp:153: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:154: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:155: undefined reference to `curl_easy_setopt'
./out/linuxx86/optimize/src/pslaunch/download.o: In function `Downloader::DownloadFile(char const*, char const*, bool, bool, unsigned int, bool)':
/home/debci/development/planeshift/src/pslaunch/download.cpp:246: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:247: undefined reference to `curl_easy_setopt'
./out/linuxx86/optimize/src/pslaunch/download.o:/home/debci/development/planeshift/src/pslaunch/download.cpp:248: more undefined references to `curl_easy_setopt' follow
./out/linuxx86/optimize/src/pslaunch/download.o: In function `Downloader::DownloadFile(char const*, char const*, bool, bool, unsigned int, bool)':
/home/debci/development/planeshift/src/pslaunch/download.cpp:254: undefined reference to `curl_easy_perform'
/home/debci/development/planeshift/src/pslaunch/download.cpp:264: undefined reference to `curl_easy_getinfo'
./out/linuxx86/optimize/src/pslaunch/pslaunch.o: In function `main':
/home/debci/development/planeshift/src/pslaunch/pslaunch.cpp:380: undefined reference to `curl_global_init'
/home/debci/development/planeshift/src/pslaunch/pslaunch.cpp:380: undefined reference to `curl_global_init'
collect2: ld returned 1 exit status

  g++ -Wl,--as-needed -o pslaunch ./out/linuxx86/optimize/src/pslaunch/binarypatch.o ./out/linuxx86/optimize/src/pslaunch/updater.o ./out/linuxx86/optimize/src/pslaunch/download.o ./out/linuxx86/optimize/src/pslaunch/pslaunch.o ./out/linuxx86/optimize/src/pslaunch/pawslauncherwindow.o ./out/linuxx86/optimize/src/pslaunch/updaterconfig.o ./out/linuxx86/optimize/src/pslaunch/updaterengine.o  -g2 -Wl,--gc-sections ./out/linuxx86/optimize/libs/libxdelta3-0.5.a ./out/linuxx86/optimize/libs/libpaws-0.5.a ./out/linuxx86/optimize/libs/libpsutil-0.5.a ./out/linuxx86/optimize/libs/libsound-0.5.a ./out/linuxx86/optimize/libs/libfparser-0.5.a -L/home/debci/development/cs/./out/linuxx86/optimize/libs -lcrystalspace-1.9 -lz -lpthread -lc -lm -ldl -lnsl -L/usr/local/lib -g2

...failed LinkApplication pslaunch ...
LinkApplication worldeditor
DoSplitDebugInfo worldeditor
...failed updating 2 target(s)...
...updated 12 target(s)...
debci@pc-lab:~/development/planeshift$ svn update
En la revisión 6176.

I followed all instructions to compile, on Ubuntu 10.04, in the past I was compiled this source succesfully but now has errors...
What is this?

Regards

4
Development Deliberation / Re: Map Connecting...
« on: September 01, 2010, 03:26:16 pm »
they don't have an extension
in the world.zip, there are files like npcroom1, npcroom2, ...
those are the ones you're looking for

edit: you can also check this: http://crystal.svn.sourceforge.net/viewvc/crystal/CS/trunk/data/castle/world?revision=34475&view=markup
it's the castle map (default one for cs' walktest) which has some portals as well, so you can check that one, too
If I understanded this is the code of the portals:

Code: [Select]
<portal>
<v y="1.25" x="2.20533735273e-007" z="0.675000190735" />
<v y="-1.24999952316" x="-2.20533735273e-007" z="-0.675000190735" />
<v y="1.25" x="-3.17889679025e-008" z="-0.674999833107" />
<sector>basement03</sector>
<float />
</portal>
And the sector tags contains the sector of destiny of this portal?

Regards

5
Development Deliberation / Re: Map Connecting...
« on: September 01, 2010, 10:19:47 am »
unfortunately you have to create the portals manually.
the portal is define by the vertices that define the mesh, a target sector and optionally a warp transformation as well as a clipping setting

for examples check the portals in the planeshift world files (they're in cs' binary xml format, to convert them to regular xml compile docconv (part of cs) and run docconv -outds=tinyxml world_filename)
But in world folder I only can see zip files, and one xml, named lighting(this not are the portals...) what extension of files I want to search?

Regards

6
Development Deliberation / Map Connecting...
« on: August 31, 2010, 09:58:36 pm »
Hi everyone!
Im testing my own maps design on the planeshift client sources, I followed the guide:
http://pcdserver.shacknet.nu/psdoc/?q=node/21

But it only work with one map region, how i can add and connect more regions? Adding an object from blender?

Regards!

7
Development Deliberation / Multiples doubts & questions
« on: September 20, 2009, 12:42:51 pm »
Im developing a module of points to planeshift (my game is based on this) this points , the usser can exchange for items and others, i like to add this points to database at the moment of the player kill an player or mob, and after buy items witha external program (probably an java program or applet)
My problem are, I dont have the functions to do this, see my doubts:

-The method to execute any querye to the ps database
-The file to manage the events of the game (when the player kill a mob, or player...)
-What is the name of the elements of the game? For example the chat box, the inventory box ¿Are  this the named "widgets"?

Regards

Thanks for our time

8
Development Deliberation / Re: A doubt with the text movement [Simple Doubt]
« on: September 19, 2009, 05:08:07 pm »
pawsloginwindow.cpp on the next version you can use a translation file to override it
Ok thanks

Cheers

9
Development Deliberation / Re: A doubt with the text movement [Simple Doubt]
« on: September 19, 2009, 03:39:25 pm »
the only way is modding the client
I presurposed this, but i dont know the file or cpp has been defined this  :sweatdrop:

Cheers

10
Development Deliberation / A doubt with the text movement [Simple Doubt]
« on: September 19, 2009, 12:43:35 pm »
Hi boys  :innocent:, I have a problem, at start the game I can see an text movement up to down, it says "Welcome to Planeshift!" my doubt is, how to change this texts?

Regards

11
Development Deliberation / Re: Probelms with eedit & pawseditor
« on: September 08, 2009, 11:05:35 pm »
Hi,

you can get the skin for pslaunch here: http://psmirror.org/repo/backup/art/pslaunch.zip
You just have to put it in the art folder to make it work.
Thanks ^^
I finded the eedit and pawseditor skins in the art repository.

Cheers

12
Development Deliberation / Probelms with eedit & pawseditor
« on: September 08, 2009, 06:40:57 pm »
The eedit and pawseditor tools doesnt have any skin to use , exist any public skin to work with this tools??

PSLAUNCH doesnt not have an skin anything...


Thanks
Cheers

13
Development Deliberation / Re: World Editor ^^
« on: July 24, 2009, 10:47:04 am »
ok, im waiting for it compeltion hehehe...

rgards

14
Development Deliberation / World Editor ^^
« on: July 23, 2009, 06:22:41 pm »
Hi boys, I compiled the lastest release of ps, and I finded a new tool world editor, what are this? I compiled and at the execution the console says:
Code: [Select]
debci@debci-desktop:~/development/planeshift$ ./worldeditor
shader lighting_default: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_binalpha: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_pvl: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_pvl_binalpha: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_instance: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_instance_binalpha: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_character: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
WARNING: Texture '/lib/std/shadow_noise.png' not found.
[node: shadervars,shadervar(name=tex shadow noise)]
Opening GLX2D
Creating Context
Video driver GL/X version (direct renderer)
Visual ID: 0x00000024, 24bit TrueColor
R8:G8:B8:A8,
level 0, double buffered
NOTIFY: Applied: NVidia: GENERATE_MIPMAPS does not generate last level
NOTIFY: OpenGL renderer: GeForce 8800 Ultra/PCI/SSE2/3DNOW! (vendor: NVIDIA Corporation) version 3.0.0 NVIDIA 180.44
NOTIFY: Using windowed mode at resolution 1024x768.
NOTIFY: Pixel format: Color: 24 Alpha: 8 Depth: 24 Stencil: 8 AccumColor: 48 AccumAlpha: 16 MultiSamples: 0
NOTIFY: Multisample: disabled
NOTIFY: Using VBO with 64 MB of VBO memory
shader z_only: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsstyles.cpp:38 LoadStyles SEVERE>
Thu Jul 23 17:44:43 2009, Could not find file: /planeshift/art/skins/base/client_base.zip/styles.xml
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsmanager.cpp:138 PawsManager SEVERE>
Thu Jul 23 17:44:43 2009, Failed to load styles from skin: /planeshift/art/skins/base/client_base.zip/styles.xml.
Mounting skin: /planeshift/art/skins/base/client_base.zip
Thu Jul 23 17:44:43 2009, <src/common/util/psxmlparser.cpp:282 ParseFile SEVERE>
Thu Jul 23 17:44:43 2009, Could not find file: /paws/temp_skin/skin.xml
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsmanager.cpp:345 LoadSkinDefinition SEVERE>
Thu Jul 23 17:44:43 2009, Could not read skin info on /planeshift/art/skins/base/client_base.zip!
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsmanager.cpp:151 PawsManager SEVERE>
Thu Jul 23 17:44:43 2009, Failed to load skin /planeshift/art/skins/base/client_base.zip!
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/top_left_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/top_right_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/left_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/right_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/top_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/bottom_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsmanager.cpp:1107 LoadSound SEVERE>
Thu Jul 23 17:44:43 2009, Error while reading file '/planeshift/art/sounds/gui/next.wav'
shader lighting_default@@400: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default@@300: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default@@200: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default@@100: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default@@50: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
SCF WARNING: 1 unreleased instances of class crystalspace.documentsystem.binary!
SCF WARNING: 1 unreleased instances of class crystalspace.documentsystem.tinyxml!
SCF WARNING: 1 unreleased instances of class crystalspace.engine.3d!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.bmp!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.dds!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.gif!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.jng!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.jpg!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.multiplexer!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.png!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics2d.glx!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics3d.opengl!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics3d.shader.glcg!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics3d.shadercompiler.weaver!
SCF WARNING: 2 unreleased instances of class crystalspace.graphics3d.shadercompiler.xmlshader!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics3d.shadermanager!
SCF WARNING: 1 unreleased instances of class crystalspace.kernel.vfs!
SCF WARNING: 1 unreleased instances of class crystalspace.rendermanager.unshadowed!
SCF WARNING: 1 unreleased instances of class crystalspace.syntax.loader.service.text!
SCF WARNING: 1 unreleased instances of class crystalspace.window.x!
SCF WARNING: 1 unreleased instances of class crystalspace.window.x.extf86vm!
20csFixedSizeAllocatorILj24EN2CS6Memory15AllocatorMallocEE 0xbfce36f8 leaked 96844 objects.


I need find the fail, i thing it is the unesxistent art directory, Im right?
What are this tool?

Regards

15
Development Deliberation / Re: To create a game...
« on: June 26, 2009, 07:42:32 pm »
ok, thanks ^^

Pages: [1] 2 3 ... 6