EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 4 of 10
<
1
2
3
4
5
6
7
8
>
Last
»
Showing results 76 to 100 of 241
Search took
0.01
seconds; generated 49 minute(s) ago.
Search:
Posts Made By:
jbb
Forum:
OpenEQ::Development
11-28-2004, 05:03 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
I'll narrow this down some more. model[212] has...
I'll narrow this down some more.
model[212] has a tex_count of 1
And it's tex memory points to a valid structure, but the filename member of that structure is not initialized.
Can't figure out why...
Forum:
OpenEQ::Development
11-28-2004, 04:49 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
Compiled and linked with about 20 changes to the...
Compiled and linked with about 20 changes to the source. Mostly adding #include <windows> in appropriate places. But now it's crashing when I try to load anguish on the line starting with !strcmp the...
Forum:
OpenEQ::Development
11-28-2004, 04:25 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
It's lots of small stuff. Like the opengl...
It's lots of small stuff.
Like the opengl headers require windows.h to be installed first.
And I've got to install SDL etc. first.
Working on it
Forum:
OpenEQ::Development
11-28-2004, 04:20 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
Hmm yes it's for unix. First task it to port to...
Hmm yes it's for unix.
First task it to port to windows then as my only linux machine is a server only without even a display of any kind.
Forum:
OpenEQ::Development
11-28-2004, 01:58 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
This is strange. Most of Anguish looks fine...
This is strange.
Most of Anguish looks fine but there are a number of objects in the sky which don't seem to belong. Now Anguish is an "indoor" zone so it's entirely possible that they are there...
Forum:
OpenEQ::Development
11-27-2004, 06:27 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
Which is the unknown value? I've pretty much...
Which is the unknown value?
I've pretty much got the same basic idea as you I think.
I've just been playing about with swapping around the axes for rotations until it looks about right.
Still...
Forum:
OpenEQ::Development
11-27-2004, 06:07 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
This is annoying me now : I have this ...
This is annoying me now :
I have this
http://eqengine.fx2100.com/view1.JPG
which doesn't look too bad. Much of that geometry is placable objects placed right next to the main world object. But...
Forum:
OpenEQ::Development
11-27-2004, 04:43 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
Yeah I'm going to spend some time on this...
Yeah I'm going to spend some time on this afternoon.
Hopefully it should be possible to figure out what's wrong, but first I need to get my renderer code working properly again
Forum:
OpenEQ::Development
11-27-2004, 12:02 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
Good morning! I've put my dump for dranksscar...
Good morning!
I've put my dump for dranksscar at
http://eqengine.fx2100.com/output.txt
The position data looks the same as yours.
However my renderer seems to be rather wrong in that zone...
Forum:
OpenEQ::Development
11-26-2004, 06:34 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
You don't have any additional rotations and...
You don't have any additional rotations and scaling in the display list do you?
Forum:
OpenEQ::Development
11-26-2004, 06:31 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
Sorry I'm not going to have time to look at this...
Sorry I'm not going to have time to look at this tonight, but i'll see what mine is outputting tomorrow morning. Yours looks like it is probably right though.
Forum:
OpenEQ::Development
11-26-2004, 04:54 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
Hmm, maybe if you print out the scaling,...
Hmm,
maybe if you print out the scaling, location and rotation vectors of some of the objects inside the drawing loop then I could compare them with what I get.
Then at least you might be able to...
Forum:
OpenEQ::Development
11-26-2004, 04:45 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
I don't see anything immediatly wrong. The only...
I don't see anything immediatly wrong. The only thing I can think of immediately is are you locating the start of the array of objects in the zone file properly?
Is it drawing the objects in what...
Forum:
OpenEQ::Development
11-26-2004, 03:51 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
The full source is here: ...
The full source is here:
http://eqengine.fx2100.com/eqengine_src.zip
It's windows, c++ and direct3d 9 but hopefull it will make some sense.
I don't know if this version even builds at all but...
Forum:
OpenEQ::Development
11-26-2004, 03:08 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
Ok, my other PC isn't connected to the network at...
Ok, my other PC isn't connected to the network at the moment so I'll have to retype some of this here... If you can't get it to work I'll be able to post my code later on probably.
I have this...
Forum:
OpenEQ::Development
11-26-2004, 02:31 AM
Replies:
52
Placeable object help please.
Views:
63,596
Posted By
jbb
I'll look what I did in my renderer where it...
I'll look what I did in my renderer where it seemed about right.
But it's on my other computer which is currently in pieces... When I put it back together I'll have a look. In an hour or two maybe.
Forum:
OpenEQ::Development
11-26-2004, 02:29 AM
Replies:
15
OpenEQ Design
Views:
35,591
Posted By
jbb
For a windows app you need to replace int...
For a windows app you need to replace
int main(int argc, char** argv)
with
int WINAPI WinMain(HINSTANCE, HINSTANCE, int, LPSTR)
{
}
assuming you don't actually care what the parameters are....
Forum:
Development::Database/World Building
11-09-2004, 03:50 AM
Replies:
3
Multiple pets?
Views:
8,097
Posted By
jbb
Well in EQLive my necro can have three pets. One...
Well in EQLive my necro can have three pets. One ordinary pet, one wake the dead pet and one swarm of decay pet. Only one of them is controllable in any way though.
Forum:
Development::Tools
11-07-2004, 04:12 AM
Replies:
17
My EQ zone view program
Views:
21,541
Posted By
jbb
Thanks for that. From a quick look at it...
Thanks for that.
From a quick look at it whoever said it was a pain to work with wasn't wrong :(
Ah well something to work on until my EQ2 turns up in a week or so
Forum:
Development::Tools
11-07-2004, 12:10 AM
Replies:
17
My EQ zone view program
Views:
21,541
Posted By
jbb
I can't seem to find this. Anyone have any ideas...
I can't seem to find this. Anyone have any ideas where to look?
Forum:
Development::Tools
11-04-2004, 12:10 AM
Replies:
17
My EQ zone view program
Views:
21,541
Posted By
jbb
While I certainly understant the temptation of...
While I certainly understant the temptation of using an easier file format converting isn't really an option as I want to be able to load up my viewer, point it at my EQ directory and it works....
Forum:
Development::Tools
11-03-2004, 06:20 AM
Replies:
17
My EQ zone view program
Views:
21,541
Posted By
jbb
Well I've finally got some free time next week to...
Well I've finally got some free time next week to do some more zone rendering stuff after having no free time for a few weeks.
I'd like to be able to draw the old style zones but can't really find...
Forum:
Development::Tools
10-22-2004, 09:34 PM
Replies:
7
Dungeon Builder 1.5, OpenZone 5.1, and Sample Textures
Views:
14,274
Posted By
jbb
Textures have to be a power of 2 in each...
Textures have to be a power of 2 in each dimension generally so 2048x1024 might have worked. On some older hardware they have to be square too.
Forum:
Misc::Off Topic
10-22-2004, 06:23 AM
Replies:
29
EQ2 or WoW?
Views:
21,798
Posted By
jbb
EQ2 for sure. I've been playing the beta for...
EQ2 for sure.
I've been playing the beta for a few weeks and it's been great fun even with the few problems they've had (and you'd expect in beta).
I can't wait to start playing for real. Sure,...
Forum:
Misc::Off Topic
10-15-2004, 11:35 PM
Replies:
2
EQ 2 NDA removed!
Views:
6,758
Posted By
jbb
The main thing is that it's not EQlive part 2,...
The main thing is that it's not EQlive part 2, it's a whole new game. Spells, combat, character classes, tradeskills are all completely different.
But I think it's *great*. I've been having great...
Showing results 76 to 100 of 241
Page 4 of 10
<
1
2
3
4
5
6
7
8
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
01:20 PM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3