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

Pages: [1] 2 3
1
Wish list /
« on: January 05, 2005, 04:41:17 am »
That is very weak... I disagree with \"cameras\" in PlaneShift. If you want to do the OOC pictures use the screenshot command or take a screenshot yourself manually and then you can crop whatever you want. There is no place for cameras in a fantasy game I say.

2
Technical Help: IN GAME bugs (after loading world) /
« on: January 03, 2005, 05:19:50 am »
Corpse bug which I have heard has already been mentioned, there are a few screenshots on the above URL.

3
Technical Help: IN GAME bugs (after loading world) /
« on: January 03, 2005, 04:23:33 am »
Stuck in the death realm when falling.

COORDS:
(19:16:25) >Your current position is -24.70,-115.67,12.17 in sector: DR01

Screenshots are at above URL. (stuck5)

4
Technical Help: IN GAME bugs (after loading world) /
« on: January 03, 2005, 03:42:11 am »
Torch went out, didn\'t change lighting.

COORDS:
(18:41:05) >Your current position is -60.70,-20.50,11.62 in sector: purple

Screenshot available at above URL.

5
Technical Help: IN GAME bugs (after loading world) /
« on: January 02, 2005, 09:39:35 am »
Hole of no return off the sewers, Mmmm sector orange...

COORDS:
(00:36:11) >Your current position is -46.35,-23.98,-287.37 in sector: orange

Screenshot at above URL.

6
Technical Help: IN GAME bugs (after loading world) /
« on: January 02, 2005, 07:12:19 am »
Around the above no CD area, you can jump between slight slivers in the map and fall to your death.

COORDS:
(22:10:18) >Your current position is -192.33,-838.90,-275.37 in sector: hycorr2
(22:10:19) >You fell off the end of the world and died.
(22:10:39) >You fell off the end of the world and died.

screenshots at above URL.

7
Technical Help: IN GAME bugs (after loading world) /
« on: January 02, 2005, 07:08:49 am »
No CD between sections, around the COORDS:

(22:07:21) >Your current position is -191.12,-0.48,-280.37 in sector: hycorr2

screenshots are above URL.

8
Technical Help: IN GAME bugs (after loading world) /
« on: January 02, 2005, 07:04:30 am »
Gap in map mountain/wall crevice, allows you to fall off the map.

COORDS:
(22:02:29) >Your current position is -120.10,5.32,-116.20 in sector: hydlaa_plaza

screenshot above URL.

9
Technical Help: IN GAME bugs (after loading world) /
« on: January 02, 2005, 06:53:00 am »
Character stuck around the same no CD area, I guess it needs a lot of work around there, I\'ll leave this as the last COORD for that area:

(21:50:47) >Your current position is -59.08,-170.89,-132.21 in sector: hyoja01

screenshot same URL.

10
Technical Help: IN GAME bugs (after loading world) /
« on: January 02, 2005, 06:47:07 am »
Character stuck, around same place as the no CD and the other place I got stuck outside hydlaa gates.

COORDS:
(21:45:03) >Your current position is -49.28,-173.78,-126.27 in sector: hyoja01

Screenshots available above URL.

11
Technical Help: IN GAME bugs (after loading world) /
« on: January 02, 2005, 06:40:52 am »
Character dissapears...

Super stealth.

COORDS:
(21:38:53) >Your current position is -64.68,-173.90,-148.87 in sector: hyoja01

Pictures same URL.

12
Technical Help: IN GAME bugs (after loading world) /
« on: January 02, 2005, 06:32:58 am »
Death realm got stuck:

COORDS:
(21:30:07) >Your current position is -21.48,-115.83,19.06 in sector: DR01

pictures are at the same URL.

13
No collision detection in near the side of the map where I got stuck. I can turn in circles and the camera will go far out and view some of the city, I have a few screenshots and the co-ordinate of the place I got stuck.

COORDS:
================================================
Sat 01-Jan-2005 21:17:24 Oledew Pelas
------------------------------------------------
(21:17:24) >Your current position is -63.42,-173.78,-140.00 in sector: hyoja01

Screenshots are available at:
http://dawgclan.vectorstar.net/planeshift

14
General Discussion /
« on: October 16, 2004, 05:46:13 pm »
I am interested.
seperot@hotmail.com

15
General Discussion /
« on: May 02, 2004, 04:33:14 am »
Quote
Originally posted by tangerine
Quote
Originally posted by RussianVodka
Hey Venge... so far for my n00b programing, i only used \"//\" coments... what are \"/*\" coments suposed to do? Or are they  the same thing?


/* is comment of C language and can be used for multi-line comments

// is available in C++ only and can be used for single-line comments only


Just to not confuse the guy, /* */ is used for multi-line commenting. You must close the comment tag.
Eg.
//My comment
/*
My comment
Brief desription or whatever I want here
*/
There are a few issues I have found working with C++ where I want to quickly comment out a huge chunk of code for debugging, inside the chunk however is another multi-line comment, it doesn\'t work too well for me...

I started C++ through a book, really basic:
A guide to Programming C++
http://www.lvp.com

Pages: [1] 2 3