Search found 49 matches
- Sat Apr 18, 2009 5:40 pm
- Forum: Object scripts
- Topic: Calculator script
- Replies: 2
- Views: 23535
Re: Calculator script
I don't get it: the function is declared "function notification(sender, args)", but you call it from VP with "activate notify calculator"?
- Wed Oct 29, 2008 6:34 am
- Forum: Virtual Paradise News
- Topic: Virtual Paradise 0.2.4
- Replies: 1
- Views: 23383
Re: Virtual Paradise 0.2.4
The most important issue for me would be the user friendliness. I don't have time to really test this version but in previous versions I noticed that some things didn't really work from the first time.
You should really focus on the way objects get edited. Object should get selected from the first ...
You should really focus on the way objects get edited. Object should get selected from the first ...
- Sun Aug 31, 2008 12:08 pm
- Forum: Wishes
- Topic: Josh's Wish Thread
- Replies: 4
- Views: 108180
Re: Josh's Wish Thread
I think there are already multiple object models suported.
Your ideas look very cool. Primitive shapes are great and the FPS part also opens a whole new world of possibilities. If this is to be added there should also be a World setting, zone option and bot command to force users into this mode.
Your ideas look very cool. Primitive shapes are great and the FPS part also opens a whole new world of possibilities. If this is to be added there should also be a World setting, zone option and bot command to force users into this mode.
- Wed Aug 27, 2008 11:06 am
- Forum: Wishes
- Topic: Object selection
- Replies: 0
- Views: 109151
Object selection
Perhaps you could build in a possibility to toggle Object selection on/off. That way the builder/caretaker can experience the world from the view of the people who don't have that rights.
The same can be done with flying and pass-thru. In AW you'd have to login on privileges without rights to view ...
The same can be done with flying and pass-thru. In AW you'd have to login on privileges without rights to view ...
- Tue May 13, 2008 7:57 pm
- Forum: Virtual Paradise News
- Topic: Virtual Paradise 0.2.1 released
- Replies: 1
- Views: 30613
Re: Virtual Paradise 0.2.1 released
Nice work, downloading now.
- Fri Apr 18, 2008 2:31 pm
- Forum: Virtual Paradise News
- Topic: Status update
- Replies: 4
- Views: 37439
Re: Status update
The object properties look like VS200* 
- Wed Apr 16, 2008 5:52 pm
- Forum: Virtual Paradise News
- Topic: Status update
- Replies: 4
- Views: 37439
Re: Status update
Lol, sounds good to me.Edwin wrote:...
I now also use the bot SDK internally, this also has the advantage that the bot SDK will always be up-to-date.
- Tue Mar 18, 2008 6:15 pm
- Forum: Chat
- Topic: Which OS will you be using for VP?
- Replies: 8
- Views: 533881
Re: Which OS will you be using for VP?
I'm now using Windows Vista and I already tested VP and worked perfect.
- Fri Mar 07, 2008 8:25 pm
- Forum: Virtual Paradise News
- Topic: Version 0.1.5 released
- Replies: 11
- Views: 2751590
Re: Version 0.1.5 released
by Tqrules on Sat Feb 23, 2008 12:10 am
Nicely done edwin iam verry excited on how vp is being developed
keep it up hurd you have rendering power that exceeds aw 4.1 ^^ good stuff
with kind regards
i dont think it exceeds Activeworlds but it is still very good
Edwin rocks , sorry i aint ...
Nicely done edwin iam verry excited on how vp is being developed
keep it up hurd you have rendering power that exceeds aw 4.1 ^^ good stuff
with kind regards
i dont think it exceeds Activeworlds but it is still very good
Edwin rocks , sorry i aint ...
- Sun Mar 02, 2008 9:37 pm
- Forum: Bots
- Topic: Greeterbot example in C#
- Replies: 10
- Views: 4603877
Re: Greeterbot example in C#
Ah yes, I see it now.
But could you perhaps make the Instance an optional parameter so if you don't specify it, it just takes a default instance?
Sorry, no. C doesn't do optional arguments and the instance is always the first parameter so that wouldn't work anyway.
We'll just get used to it, I ...
But could you perhaps make the Instance an optional parameter so if you don't specify it, it just takes a default instance?
Sorry, no. C doesn't do optional arguments and the instance is always the first parameter so that wouldn't work anyway.
We'll just get used to it, I ...
- Sun Mar 02, 2008 9:13 pm
- Forum: Bots
- Topic: Greeterbot example in C#
- Replies: 10
- Views: 4603877
Re: Greeterbot example in C#
Ah yes, I see it now.
But could you perhaps make the Instance an optional parameter so if you don't specify it, it just takes a default instance?
But could you perhaps make the Instance an optional parameter so if you don't specify it, it just takes a default instance?
- Sat Mar 01, 2008 1:11 pm
- Forum: Bots
- Topic: Greeterbot example in C#
- Replies: 10
- Views: 4603877
Re: Greeterbot example in C#
You can switch instances in AW to. I never really used that but you have aw_instance_set
- Sat Mar 01, 2008 9:56 am
- Forum: Bots
- Topic: Greeterbot example in C#
- Replies: 10
- Views: 4603877
Re: Greeterbot example in C#
Looks nice, but it would be even more cool if the vp sdk could work exactly the same as the aw_version so we can easily convert existing bots.
The C API is like that, the wrapper isn't. But do you really like that better? I think this fits C# and .Net much better.
For .NET it's oké, there are ...
The C API is like that, the wrapper isn't. But do you really like that better? I think this fits C# and .Net much better.
For .NET it's oké, there are ...
- Fri Feb 29, 2008 6:29 pm
- Forum: Bots
- Topic: Greeterbot example in C#
- Replies: 10
- Views: 4603877
Re: Greeterbot example in C#
Looks nice, but it would be even more cool if the vp sdk could work exactly the same as the aw_version so we can easily convert existing bots.
- Mon Feb 18, 2008 6:08 pm
- Forum: Bots
- Topic: The best language for making bots?
- Replies: 17
- Views: 1390572
Re: The best language for making bots?
I assumed you said .NET (so the 2005 and 2008 version of VB, VC#, VC++) were o.k.cube3 wrote:Who said anything about VS2005 or VS2008 ?
I like the way Visual Studio works so I always use Visual C++, Visual Basic etc.