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 - Dandel

Pages: [1]
1
Wish list /
« on: April 17, 2005, 07:56:45 pm »
i think i am starting to understand  how it works.

with the dothack style monster system that would prevent a ton of problems with monsters falling through the map because the monsters will spawn and chase... and anyways the monster spawns need to have a randomizer ( between a few different types that are predefined) to make you not know what\'s goin to spawn...  i think that vengeance was working on a scripting system that is a ton better... it might be a good idea to place hooks for that system into the scripting system.... a good binary plugin sample would be the  system used for xchat...  http://www.xchat.org

2
Development Deliberation /
« on: April 16, 2005, 12:42:42 am »
another update... the makefile/script for planeshift will not work properly with the CS win libs... it needs a update to use the script...  cslibs-config ... it\'ll automatically locate the Cal3d lib and other things.

note: when you install CSlibs the script is automaticallt put into the path... so it is possible to access it.

refere to the AC and config file for CS.
Crystal spaces, Config.ac ( this is probobly all that is needed to be changed in planeshift. )

3
Development Deliberation /
« on: April 14, 2005, 01:26:12 am »
i can probobly sum this up in a nice sentence.....  so pardon if it is a bit rough.

PlaneShift is a sample MMoRPG for chrystalspace, and thus Planeshift could be used to make many more rpg\'s... it\'s a helpful tool... just think of it this way... if you want to run your own mmorpg planeshift is a good start on a backend to work with... even though samples are not completely done yet, like sample monsters and maps on the db would be nice.

and as for a side note... ChrystalSpace because it\'s plugin oriented is very dynamic in it\'s open ness... i can\'t wait to see chrystalspace have BSP ( similair to the bsp used in unreal and quake ) so that mappers ( level designers) can better optimize certain areas.

4
Development Deliberation / CVS and Mingw32..
« on: April 14, 2005, 01:05:45 am »
while i have read the install directions for planeshift many times the cvs info on mingw isn\'t exactly shown... with a very simple shell script you can get access to all the cvs that you download normally...  here is my shell script to automatically download the cvs for CS, Cel, Cal3d, and Planeshift:

Code: [Select]

echo \" for the next few password prompts just press enter... it\'s to annonomous CVS.  \"
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/cal3d login

cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/cal3d co -P cal3d &> cal3d_Files.txt
echo \" All of Cal3d CVS is down... filelist is provided at... cal3d_Files.txt \"
cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal co -P CS &> CS_Files.txt
echo \" All of Crystal Space CVS is down... filelist is provided at... CS_Files.txt \"
cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel co -P cel &> cel_Files.txt
echo \" All of CEL CVS is down... filelist is provided at... cel_Files.txt \"
cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co planeshift &> PS_Files.txt
echo \" All of PlaneShift CVS is down... filelist is provided at... PS_Files.txt \"


and please note, you get no feedback until the cvs is downloaded.... but it does work... give it 10 to 20 min on bb and you should have it all.

and as for the tools required... you just need the msys DTK to be installed properly to run this script.

oh, and i\'m also having problems compiling planeshift on mingw... more deteails commin soon.

5
Wish list /
« on: April 12, 2005, 07:42:57 pm »
umm... there is a distinct option that might help... you could redo the ui so that it\'ll be easier to use, but a full 3d app that is open source could be a option.... look at blender ( http://www.blender3d.org ) and it\'s dev site ( wwww.blender.org ) for details... oh, and note that the crystalspace support for it is somewhere in the projects list.

some random notes:
blender has support for 3ds, lwo and wings3d... and it is a fully featured multifunctional app.

6
Newbie Help (Start Here) /
« on: April 12, 2005, 07:39:00 pm »
where are the laanx dungeons?

7
Newbie Help (Start Here) / Dig locations?
« on: April 12, 2005, 10:34:03 am »
where are all the dig locations and what can  you dig for... so far i know that gold is over near the magic shop, and that the road to oleandea has the iron somewhere... what else is there... minerals, ores, etc?

8
Technical Help: IN GAME bugs (after loading world) /
« on: April 12, 2005, 12:56:19 am »
i get this to happen... it seems to be a full screen only bug... btw... because when i went windowed on it, it allows me to switch apps w/o crashing or locking up planeshift. ( windows xp sp2)

Pages: [1]