![]() |
#441 |
Re: EDuke32 snapshot thread
looking forward for the new HRP
![]() |
|
![]() |
![]() |
#442 |
Re: EDuke32 snapshot thread
You could also use the "user_profiles_enabled" file when installing to Program Files in order to write everything to the user's profile dir instead of the installation dir.
|
|
![]() |
![]() |
#443 |
Re: EDuke32 snapshot thread
Yea, forgot about that option.
I think the question is, what is more likley: 1. People will change the install dir to the Program Files folder and thus get confused with where the config, save games etc went. 2. People will get confused of where the files go due to them getting put in the users profile dir. hmm... |
|
![]() |
![]() |
#444 |
Re: EDuke32 snapshot thread
Hmmm... maybe I should detect Vista or higher at startup, and if found act as if user_profiles_enabled was present. Maybe a logfile message when user profile mode is turned on that tells the user where to find the stuff would help.
|
|
![]() |
![]() |
#445 | |
Re: EDuke32 snapshot thread
Quote:
![]() ![]() That sounds cool. Would that be for testing your sounds?
__________________
http://thaunandshad.com |
||
![]() |
![]() |
#446 |
Re: EDuke32 snapshot thread
Yeah. It has a 2D mode listing of all defined sounds (it reads the CONs) which has a preview function, and there's 3D mode support for ambient MUSICANDSFX sounds so you have an idea of what your level will sound like in-game.
|
|
![]() |
![]() |
#447 |
Re: EDuke32 snapshot thread
schweet.
Maybe I'll start using sounds in my test levels.
__________________
http://thaunandshad.com |
|
![]() |
![]() |
#448 |
Re: EDuke32 snapshot thread
Sounds in mpaster? Wow, that's been on my wishlist since 1997 in the original build
![]() Awesome. One thing's still missing though, Where's my sandwich?
__________________
High Treason (My Website) (Second Site) (My YouTube) Punk's not dead - and nor is Duke! Ever get the feeling you are being ignored? |
|
![]() |
![]() |
#449 |
Re: EDuke32 snapshot thread
Sounds wicked cool TerminX, will be a big help for sure.
__________________
traB pu kcip |
|
![]() |
![]() |
#450 |
Re: EDuke32 snapshot thread
that sound awesome - no more rooting through defs.con to find the stuff you want
![]() eitherway release it! |
|
![]() |
![]() |
#451 |
Re: EDuke32 snapshot thread
That sounds genius. I can see a lot more people actually using sounds now, there is no "Its such an hassle" excuse.
__________________
The feeling is definitely there. It's a new morning in America... fresh, vital. The old cynicism is gone. We have faith in our leaders. We're optimistic as to what becomes of it all. It really boils down to our ability to accept. We don't need pessimism. There are no limits. We dont just want to survive, we want to succeed. - President of the USA, "They Live" |
|
![]() |
![]() |
#452 |
Re: EDuke32 snapshot thread
This is un-related to the new addition, but it's something i hope i can find by asking instead of looking in the code.
Does EDuke32 ever try load the entire .GRP into the ram or does it just access what's needed when it needs it?
__________________
High Treason (My Website) (Second Site) (My YouTube) Punk's not dead - and nor is Duke! Ever get the feeling you are being ignored? |
|
![]() |
![]() |
#453 | |
Re: EDuke32 snapshot thread
Quote:
Thanks, oh and sound for Mapster32 - super amazing! |
||
![]() |
![]() |
#454 |
Re: EDuke32 snapshot thread
How hard would it be to add sound support for the original DOS build.exe? OR would it be too system demanding for a 486? It'd be handy for people who still use the DOS version.
__________________
Roland SC-55 Music Packs Website - MediaFire mirror for Duke3D expansions More SC-55 music packs coming soon... |
|
![]() |
![]() |
#455 |
Re: EDuke32 snapshot thread
Team DM is really very cool, is it possible to add a combined score tally? a team tally?
__________________
WGRealms.com |
|
![]() |
![]() |
#456 |
Re: EDuke32 snapshot thread
Yeah, I just haven't done it yet.
|
|
![]() |
![]() |
#457 |
Re: EDuke32 snapshot thread
Great!
There are alot more people using eduke32 online now, basicly everyone on YANG is moving from XDUKE to eduke32, I'm surprised by the amount of people I meet online that have never used it even in SP. So I'm slowly converting then into Eduke32 fans. :P I'm also making a number of TEAM DM levels for it now. Just finished a new one today. Another thing I was wondering is for COOP, is it possible to add COOP score tally's that show when the level has ended? I know you can view your own statistics, but it would be cool to be able to compare team mates kill scores at the end of each level.
__________________
WGRealms.com |
|
![]() |
![]() |
#458 | |
Re: EDuke32 snapshot thread
Quote:
![]() Talking about TDM, would it be possible to have someway of defining TDM start points? e.g. normal APLAYER starts could be blue team, coop start points are red team ect or maybe the PAL of the APLAYER? That way it could allow for more team play maps.
__________________
I Know Everything There Is To Know About Anything. Duke Nukem Red Alert SVN Ask Me Anything! |
||
![]() |
![]() |
#459 | |
Re: EDuke32 snapshot thread
Quote:
One of the game type flags used with the definegametype command refers to "TDM spawns", which suggests that the feature already exists. But I couldn't figure out how to make it work.
__________________
DUKE PLUS New map effects and various optional extras for Duke 3D. DUKE NUKEM: ATTRITION XP based weapon upgrades, progressive difficulty, and more. |
||
![]() |
![]() |
#460 |
Re: EDuke32 snapshot thread
The TDM spawns gametype flag currently just means that when a player is killed, he is spawned at the spawn point closest to the player on his team with the most health. I haven't added anything to do actual team spawnpoints yet... I guess maybe they can be APLAYER sprites tagged according to team number in the same manner as monsters are tagged for skill.
|
|
![]() |
![]() |
#461 | |
Re: EDuke32 snapshot thread
Quote:
Code:
int G_GetTeamPalette(int team) { switch (team) { case 0: return 3; case 1: return 10; case 2: return 11; case 3: return 12; } return 0; }
__________________
DUKE PLUS New map effects and various optional extras for Duke 3D. DUKE NUKEM: ATTRITION XP based weapon upgrades, progressive difficulty, and more. |
||
![]() |
![]() |
#462 | |
Re: EDuke32 snapshot thread
Quote:
![]()
__________________
I Know Everything There Is To Know About Anything. Duke Nukem Red Alert SVN Ask Me Anything! |
||
![]() |
![]() |
#463 |
Re: EDuke32 snapshot thread
If you adding fog in a sector the fog will go all the way from the floor to the ceiling, right?
Is there a way to make the fog stay close to the floor? |
|
![]() |
![]() |
#464 |
Re: EDuke32 snapshot thread
Only apply the fog pal to the floor texture?
__________________
I Know Everything There Is To Know About Anything. Duke Nukem Red Alert SVN Ask Me Anything! |
|
![]() |
![]() |
#465 |
Re: EDuke32 snapshot thread
Only in TEAM DM Maps, not standard DM maps.
ATM all I to do is make a starting room with teleports to red side and blue side.
__________________
WGRealms.com |
|
![]() |
![]() |
#466 |
Re: EDuke32 snapshot thread
Doesn't work...
![]() The fog pal is coloring the walls and ceiling even if I'm only adding pal 28 on the floor in a sector. I've tried to hitag the walls in order to avoid the pal effect but that doesn't work either... |
|
![]() |
![]() |
#467 |
Re: EDuke32 snapshot thread
Fog works just like distance shading, only in colors other than black.
|
|
![]() |
![]() |
#468 | |
Re: EDuke32 snapshot thread
Quote:
![]() Probably not very hard, since it's basically the sounds.c code stripped of all game and music stuff. The only truly new thing is the sound console in 2D mode. But does anyone have a DOS compiling environment set up?
__________________
BuildScript, a scripting language for Mapster32 Release 4 * R4 Source * README * other stuff |
||
![]() |
![]() |
#469 |
Re: EDuke32 snapshot thread
I set up Watcom on my 486 in DOS like the source's readme said to use. I haven't tried to successfully create a compiled duke3d.exe or build.exe with it yet, but it's supposed to work and it does open the files up fine seemingly. I just don't know what to alter in the source code to compile a new version.
__________________
Roland SC-55 Music Packs Website - MediaFire mirror for Duke3D expansions More SC-55 music packs coming soon... |
|
![]() |
![]() |
#470 | |
Re: EDuke32 snapshot thread
Quote:
|
||
![]() |
![]() |
#472 |
Re: EDuke32 snapshot thread
Something that's been bothering me for a long time and I keep forgetting to mention: I don't like how the new hud always shows the boot icon, even when the player doesn't have the boots.
__________________
DUKE PLUS New map effects and various optional extras for Duke 3D. DUKE NUKEM: ATTRITION XP based weapon upgrades, progressive difficulty, and more. |
|
![]() |
![]() |
#473 |
Re: EDuke32 snapshot thread
Does that happen as soon as you load any level? I don't see any boot icon in any of the huds?
__________________
I Know Everything There Is To Know About Anything. Duke Nukem Red Alert SVN Ask Me Anything! |
|
![]() |
![]() |
#474 |
Re: EDuke32 snapshot thread
I believe it was done on purpose
![]() ![]() |
|
![]() |
![]() |
#475 |
Re: EDuke32 snapshot thread
Oh my bad, I thought he ment as an inventory item.
__________________
I Know Everything There Is To Know About Anything. Duke Nukem Red Alert SVN Ask Me Anything! |
|
![]() |
![]() |
#476 |
Re: EDuke32 snapshot thread
Yeah, I was misinterpreting it.
__________________
DUKE PLUS New map effects and various optional extras for Duke 3D. DUKE NUKEM: ATTRITION XP based weapon upgrades, progressive difficulty, and more. |
|
![]() |
![]() |
#477 |
Re: EDuke32 snapshot thread
It seems when trying to run with "Software" instead of "Open GL 32" my game can't run properly.
Any time the screen has to fade, or turn green, or red, (picking up items, getting hit, loading levels, or even the game itself) the game runs extremely slow, and I sometimes have to alt tab to get it to go past what it's stuck on doing. I tried fresh installs. The fresh installs didn't work. I tried an older version, and the older version worked properly. I went to a version dated one year ago. Using Windows XP Edit: Tested on my Wife's laptop. Fresh install, defaults, etc. Problem still exists. Slows her computer down less however, though still quite noticeable.
Last edited by PimpUigi; 04-01-2009 at 10:55 AM.
|
|
![]() |
![]() |
#478 |
Re: EDuke32 snapshot thread
I know this request is completely insane, but is 60 art tiles a hard-coded limit or just a sort of arbitrary one? I'm looking at having different sets of sprites for armour levels and stuff...it would be nice to know that I would never have to worry about running out of room for more characters or stuff.
|
|
![]() |
![]() |
#479 |
Re: EDuke32 snapshot thread
I noticed a strange issue with some projectiles in the March 13th edition...they randomly spawn other sprites and don't seem to want to spawn what I tell them to when they die. They work fine in the January 31st snapshot (Rusty told me that the explosions from certain custom projectiles also appeared elsewhere in the map)
|
|
![]() |
![]() |
#480 |
Re: EDuke32 snapshot thread
High quality music isn't working for me with the latest snapshot. When the .zip file "eduke32_mus" is in the autoload folder, the game crashes on startup. When i take "eduke32_mus.zip" out, the game runs perfectly fine.
Here's the log when i try starting EDuke32 with high quality music: EDuke32 1.5.0devel 20090313 addsearchpath(): Added C:/Users/Daniel/Documents/HRP 4.0/ OS: Windows Vista (6.0.6001) Service Pack 1 Loading opengl32.dll Loading glu32.dll Initializing DirectDraw... Using config file 'eduke32.cfg'. Scanning for GRP files... Using group file 'duke3d.grp' as main group file. Using group file 'autoload/duke3d.grp/duke3d_hrp.zip'. Using group file 'autoload/duke3d.grp/eduke32_mus.zip'. Using group file 'autoload/duke3d.grp/maphacks.zip'. Compiling: GAME.CON (151190 bytes) Including: DEFS.CON (35992 bytes) Including: USER.CON (45482 bytes) GAME.CON: In actor `ORGANTIC': GAME.CON:3968: warning: found `else' with no `if'. GAME.CON: In state `pigshootenemystate': GAME.CON:5891: warning: found `else' with no `if'. Found 2 warning(s), 0 error(s). Resizing code buffer to 16187*4 bytes Script compiled in 19ms Compiled code size: 16179*4 bytes, version 1.4+ Pointer bitmap size: 2024 bytes 1917/11264 labels, 308/2048 variables 125/16384 quotes, 0 quote redefinitions 0/88 event definitions, 207 defined actors Initialized 32.0M cache Definitions file 'duke3d.def' loaded.
__________________
OFFICIAL HRP Nitpicker! |
|
![]() |
Bookmarks |
|
|