dupa

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.


Topics - archerja

Pages: [1]
1
I haven't logged on in awhile, but I thought I would share my observations on using these htrs. Hopefully, it will come in handy for a few people who are having problems with hap files.

When a full body htr is started, it uses an internal name for the figure. 'Fullbod.htr' and 'fullbodygirl.htr' use 'fullBod'. 'Body_female.htr' uses 'body_female'. This can be checked by entering 'current figurename' in the Query field of the console.  A lot of the hap scripts used on this site have 'figure=fullBod' hard-coded in them. This means, of course, that the 'body_female' will not do anything. But, you can trick the 'body_female' into thinking it is 'fullBod' by entering the following command:

setname [figure= body_female name= fullBod]

Most haps should now work with "jiggly".

Beware, translate (and probably rotate) does not work the same way in these htrs. 'Translate X' and 'translate Z' have opposite effects when entering numbers. see below:



If you do not use translate, the same hap script should work for both. Here is an example (body_female on the left, fullbodygirl on the right):



(modest, aren't they?)

Does that help anyone?
Comments, questions or concerns are welcomed.



2
Ultra Hal 7.0 / New basic skins
« on: January 13, 2005, 05:04:57 pm »
Anyone and Everyone,

I have been using a few very simple and basic skins, and if anyone would like to use them, I could try to post them here. Not much to them, but then again, that's all I want. Here is what they look like:



The one above comes as a 1024x768 and a 800x600.



This one is halfscreen by 768.

The only buttons are MENU(the M), MINIMIZE(the -), and CLOSE(the X).

The community is doing so much, I feel like I should do something (even if it is small stuff).

virtually,
Joseph


3
Programming using the Ultra Hal Brain Editor / Brain in SQLite?
« on: January 13, 2005, 10:20:51 am »
Robert Medeksza,

I see that the "job posting" sticky is gone.  Did you hire someone for the job?  The reason I ask, is that I am experimenting with Hal using an SQLite database file to retreive information.  I have just simple tables in my database, and Hal seems to be able to handle it just fine.

If people are working on migrating all of Hal's brain into a database, I won't duplicate their efforts.  I will just use my SQLite file for my own "knowledge" database.  I was just using SQLite because it is small (one file for whole database) and easy to connect and script.

thank you.

virtually,
Joseph


Everyone,

P.S. As a side note, I would like to thank everyone who is helping other people within the forums. This is a very nice, comfortable forum to be in.  User support, from the community, is very special.

P.S.S If anyone is interested, I could expand on my use of SQLite.


Pages: [1]