Quantcast
Browsing latest articles
Browse All 30 View Live

Image may be NSFW.
Clik here to view.

HUD problem (4 replies)

Archived ContentHi, When I try to display HUD by bot, it displayed sometimes but disappeared in another time. But when I select the ground(edit texture) or use "Freelook mode", the HUD picture will be...

View Article


aw.h question? (1 reply)

Archived ContentIn aw.h, why are the following lines present? #ifdef LINUX #include <stdint.h> #include <stdio.h> #endif Considering that I'm using C++, it will include unwanted names into...

View Article


HUD rates & # of users (1 reply)

Archived ContentWe've recently been having a few problems with a personal map hud bot that I wrote a few months back. Until recently everything was going along just great, but in the last two weeks...

View Article

Propdump of Alphaworld (4 replies)

Archived ContentHow long, approximately, would it take for me to make a propdump of Alphaworld?

View Article

Python SDK (1 reply)

Archived ContentI've been working on a (very thin) Python wrapper (using ctypes) around the AW SDK. It's mostly usable, except for V4 stuff and some world admin stuff. I'm also making a module of...

View Article


AWSDK build 84 (1 reply)

Archived ContentI replaced build 77 with build 84 in my ATBot code. But now my domain ip address resolution is no longer providing the correct IP addresss. It's just defaulting to 127.0.0.1 void...

View Article

Documentation? (no replies)

Archived ContentIs there any documentation on the new SDK 5.0 features, or is the new stuff going to be something for explorers to figure out on their own, and add to the wiki? Or are things like...

View Article

Visual Diff of SDK Build 77 (4.2) vs. Build 84 (5.0) (4 replies)

Archived ContentAvailable at: [pastecode.theenginerd.com] Enjoy!

View Article


Must-read article about Unicode for all programmers (5 replies)

Archived ContentUTF-8 isn't as simple as it looks once you go beyond the standard Latin alphabet (such as the accented characters). Read more here: [www.joelonsoftware.com]

View Article


aw_laser_beam (6 replies)

Archived Contentaw_laser_beam does not appear to actually be in aw.dll :shrug:

View Article

aw_string_to_unicode (10 replies)

Archived ContentMaybe this is a dumb question but...is the unicode string created by this function persistant, i.e. do you need to free it?

View Article

Pulled out the old Sun bot (1 reply)

Archived ContentSo I pulled out my old day/night sequence bot that I wrote about a year ago and noticed that it interacts differently with the environment. Because it runs on timers to move the...

View Article

Unicode in V4 in the 5.0 universe. (6 replies)

Archived ContentThe strings in the str_data portion of the data appear to be encoded in UTF-8. The lengths earlier in the data refer to the number of bytes of each portion, not the number of unicode...

View Article


Image may be NSFW.
Clik here to view.

Transformation Matrices (2 replies)

Archived ContentNot really an SDK question, but I plan to use this with the SDK. Does anyone know anything about the transformation matrices RenderWare/AW applies to objects? I know that the...

View Article

What is a 'Synchronous Timeout'? [SDK Reason Code 402] (no replies)

Archived ContentI'm trying to handle HUD clicks, it works fine for me, but for some reason, when other people join the world and click the HUD, sometimes I get this message... Is there something I'm...

View Article


Questions on Laser Beams (3 replies)

Archived ContentWhen is AW_EVENT_LASER_BEAM triggered? I assume it would be every time the mouse, the avatar, or the target moves (which would change the source and/or target)? Is there by any chance...

View Article

Costum Avatar (no replies)

Archived ContentHi, How can i let my bot create a CAV and change someone's avatar to that CAV in VB6? greets, murdoch

View Article


Whats with the broken syntax in Aw.h (no replies)

Archived ContentIts clearly not making build problems but afaik, typedef enum {}; isn't really legit. Its breaking some generators I'm using for code, so I'm curious why the enum names seem to be...

View Article

Does anyone keep an up to date return code header? (4 replies)

Archived ContentIt seems like it would be really useful to have the return codes included as #defines in Aw.h and an additional method like the unix strerror to convert the code to a char* ... for...

View Article

Updating Wiki documentation on the SDK. (6 replies)

Archived ContentI want to start getting the SDK documentation on the Wiki a bit more updated and to make some of the pages a little more clear. I want to start with the [wiki.activeworlds.com] FAQ...

View Article

HUD text shadow (1 reply)

Archived ContentIn AWE we just had an upgrade to version 5.0 I now see a shadow when I use HUD text. I cannot find any documentation about this. Can you switch it off? Can you specify the color? In...

View Article


SDK Build 85 vs. SDK Build 90 (2 replies)

Archived ContentAs usual, I've compiled a diff of the headers for the current and previous versions of the SDK available at [pastecode.theenginerd.com]

View Article


Wiki documentation in regards to attributes and return codes (no replies)

Archived ContentAnyone have any idea if this information is actually accurate and up to date? I'm in the process of writing some new code generators that will rely on certain information such as...

View Article

SDK build 90 vs. SDK build 93 (5 replies)

Archived ContentThe diff of build 90 of the SDK and the currently available build 93: [pastecode.theenginerd.com] You'll notice that this version mostly covers changes for cloth, but there are some...

View Article

object_select event control (3 replies)

Archived ContentI'm trying to build an html interface for building in order to have more control over building in my worlds. I'd like pull up the building interface I've setup by watching for object...

View Article


Aw.h compiling error (6 replies)

Archived ContentOK, I'm new to the SDK thing, but... When compiling, I get an error citing the "redeclaration of C++ built-in type 'wchar_t' " in the Aw.h file (build 93). The culprit seems to be the...

View Article

Learning a bit of Programming (Python) (3 replies)

Archived ContentHi Everyone, I wanted to share something with the class. I'm on a bit of a quest to try and pick up some programming skills. I'm not sure how far this will go, but I would like to, at...

View Article

AWSDK World? (2 replies)

Archived ContentHi Everyone, At one point I thought I remembered there being an SDK type world, where people hung out, chatted, etc., and where there were also some guides for starting out with bot...

View Article

IP Address (1 reply)

Archived ContentHi, I would like to know how to get someone's IP address in VB6. ip2long or just aw_int(AW_AVATAR_ADDRESS ends up in some mess of numbers. Can someone help me? Regards, murdoch

View Article



AW SDK 100-2 versions? (no replies)

Archived ContentI downloaded the SDK recently and it contained a aw.dll which had a compile date of Nov 23, 2011 and is 352,672 bytes in size. I downloaded from a reputable source an aw.dll with a...

View Article
Browsing latest articles
Browse All 30 View Live