Main Menu
Menu

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.

Show posts Menu

Messages - cyberkilla

#31
News / Re: Beta of 1.15 released!
July 17, 2007, 01:02:26 AM
Wow! I really can't believe how much work you've done on this.
#32
News / Re: Possible downtimes!
July 17, 2007, 01:00:20 AM
I'm gonna be in trouble when I move to php 5:P

Damned pass-by-reference is gone.

I don't know why they disallow that. It's much more efficient for altering a complex array with multiple functions.
#33
News / Re: Possible downtimes!
July 13, 2007, 03:31:28 AM
Okay:)

I better grab that myself :o
#34
Feedback / Re: using JPCT for cartography!
July 11, 2007, 04:12:09 PM
Is it possible to load it into something like Blender, and use its "Simplify" tool?

It will merge similar polygons, reducing the polycount, but not affecting the quality too much - depending on the zoom level you are intending to use.
#35
Projects / Re: FutureRP
July 11, 2007, 04:09:50 PM
Thanks! :D

Yeh, you can't do anything without Granny and her vulgar hand gestures on your side ;).
#36
Yeh, i used zip files, because I already had utilities classes to do it quickly.
#37
Support / Re: Skeletal API
July 10, 2007, 11:12:36 PM
Great:) It should suffice for now. It is simple enough to understand.
#38
Feedback / Re: using JPCT for cartography!
July 10, 2007, 06:02:37 PM
Sorry for sounding defeatist there:).

It is possible, but what I meant was that it will take time to make something like that.
#39
Feedback / Re: using JPCT for cartography!
July 10, 2007, 04:13:45 AM
There is no way you can pull that out of thin air:P

You'll have trouble with coordinates, scale, and all sorts :D
#40
Feedback / Re: jPCT getting popular?
July 08, 2007, 04:09:37 PM
Many guests, but still, well done:)

I think I've seen a few people from my game on here lately too. So nosey:)

Those articles and references to jPCT people have been pointing out are beginning to draw traffic.
#41
Which is understandable, because all characters are thought through.
Heck, I don't pretend to know everything about the thing, but...

The backslash \ character escapes the character to the right of it, so a path like that would be complicated.

C:\\something\\something\ else\\

"\ " escapes a space.

So, /home/user/file.ext is much better.
I run Ubuntu Feisty, and I'd be glad to help if somebody needs anything tested in Linux.


Also, the filesystem is better, in my opinion.

In windows, you have A-Z of drive letters.

A:\\ is normally floppy, C:\\ normally hdd partition 1, D:\\ & E:\\ normally cd drives.

In linux, every device seems to have a file pointer in /dev folder. These reference the device itself.
You can mount filesystems on a device, and link them to any folder you want.

And, ext3 filesystem is supposed to be so good at managing files that is almost never required a defragmentation - thats why its so rare to find a linux defrag tool.
#42
Projects / Re: DevKit / Level Editor
July 08, 2007, 03:56:42 AM
Welcome!

And, I'm trying to get this working in linux, but I'm having openGL wrapper errors.
Ill report back later.
#43
Projects / Re: FutureRP
July 08, 2007, 02:39:40 AM
Just incase anyone is interested, this is a screenshot of my website project:

Opinions appreciated;)

#44
Support / Re: Skeletal API
July 08, 2007, 02:16:30 AM
Here you go:

http://rpwar.com/cyber3/SkeletalExample.zip

I am sorry about the delay, and I realise this example is pretty simple, but time is a luxury I do not have at the moment;)

There is more to the skeletal api than I have shown, and much more potential, but I haven't got round to adding new stuff, because I am not currently working on FutureRP - Codenamed 'Round 4' :P
#45
Support / Re: Skeletal API
July 07, 2007, 11:16:57 PM
It should be possible. I'd check out how I am doing it in the source code.

I'm almost ready to upload it.

I think ill include the examples in this package to for the sake of it.