Duke4.net Forums: EDuke32 2.0 and Polymer! - Duke4.net Forums

Jump to content

  • 213 Pages +
  • « First
  • 55
  • 56
  • 57
  • 58
  • 59
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

EDuke32 2.0 and Polymer!  "talk about the wonders of EDuke32 and the new renderer"

User is offline   Skulldog 

#1676

View PostMr.Flibble, on Jul 28 2010, 10:28 AM, said:

You somehow passed up the teleport. That is odd but I think it can happen anyway.



Yea, it may of had nothing to do with r1676. Maybe it was because I jump in while the gas tanks
exploded.
0

User is offline   Night Wolf 

#1677

View PostSkulldog, on Jul 29 2010, 01:49 AM, said:

Yea, it may of had nothing to do with r1676. Maybe it was because I jump in while the gas tanks
exploded.


Yeah..... that glitch has been there since 1996, It's happened to me a few times..
if you jet pack down you can see how the sectors of the map load, your essentially teleported to the ground.

This post has been edited by ozz: 28 July 2010 - 09:03 AM

0

User is offline   RPD Guy 

#1678

Hi friends!

The latest version of eduke is the most buged!
my mapster crashes every time, i can't build my maps! :/
and eduke crashes every time too and some times the FPS become 0 FPS
before eduke don't crashes, but now....

i can't understand!
somebody can help me?

My cfg:
AMD athlon X2 245 2.95 ghz
2 Gb Corsair DDR3 1600mhz
Nvidia Geforce 9800 GTX+ Plus
ASUS M4A79XTD EVO 133
HD seagate 1 Tb
OS: Windows 7 x64

My Question: Windows 7 x64 don't supports eduke?

This post has been edited by Dk2: 30 July 2010 - 08:54 AM

0

User is offline   The Commander 

  • I used to be a Brown Fuzzy Fruit, but I've changed bro...

#1679

View PostDk2, on Jul 31 2010, 04:53 AM, said:

Crap

Please Read This Before Posting Bugs.
0

User is offline   Hendricks266 

  • Weaponized Autism

  #1680

I move for Posted Image to become a smiley.
0

User is offline   Helixhorned 

  • EDuke32 Developer

#1681

View PostDeeperThought, on Jul 16 2010, 06:51 PM, said:

I agree, and I think that hardcoded lights should be kept to a minimum. In addition to the performance issue, there's the fact that mappers didn't consider many sprites to be light sources. Take switches, for example. Sometimes switches that are supposed to be hidden give themselves away in Polymer because of the light they give off. And there is another issue. In a TC, there may be a completely different tile of that number which the light doesn't fit, and it just adds one more annoying hardcoded thing for the scripter to deal with.

I agree with DeeperThoght, hardcoded sprite lights should be kept to a minimum and applied very carefully. There's another issue with them: when there are many light-emitting sprites on a small area, their effects on the textures are added together an the result looks completely "overexposed". The room with the slime babes and explosives in E3L1 is a good example.

View PostHigh Treason, on Jul 16 2010, 08:15 PM, said:

I've had an idea, how difficult would it be to add a feature to Mapster32 where point lights show a circle on the 2D View like ambient sounds? This would be really useful. Just an idea.

View PostMicky C, on Jul 17 2010, 09:41 AM, said:

I always thought it'd be nice if there was some way to see what colour polymer lights are in 2D mode, the only way to tell at the moment is to switch into 3D mode, which usually takes a few seconds, and it can be a bit time consuming if you have to make constant corrections to get the colour right. Although High Treason's idea would be more practical and easier to implement.

Been hacking that the whole evening (way too long), it's implemented in m32script. To fully display the projection of a spotlight would be pretty tricky, so only the general direction is shown. By the way, you don't need to tweak light parameters in 2d mode: if you enable EVENT_PREKEYS3D, some keypad keys will be overridden for SE light manipulations and some Polymer texture parameters, the usage is documented in a.m32. If you want the script extensions loaded when Mapster starts, you can now have a file m32_autoexec.cfg somewhere on you load path with
include samples/a
enableevent all



I've fixed that Mapster crash but, TX, there's something strange going on with the caching system it seems...
0

User is offline   Stabs 

#1682

Can you explain that fiddlewithlights defstate in a bit more detail helix, ive looked over it but cant seem to get it to do anything
0

User is offline   Helixhorned 

  • EDuke32 Developer

#1683

You don't actually need to fiddle with it explicitly, it's called from EVENT_PREKEYS3D. Take a look here.
0

User is offline   Night Wolf 

#1684

View PostHelixhorned, on Aug 4 2010, 08:51 AM, said:

I agree with DeeperThoght, hardcoded sprite lights should be kept to a minimum and applied very carefully. There's another issue with them: when there are many light-emitting sprites on a small area, their effects on the textures are added together an the result looks completely "overexposed". The room with the slime babes and explosives in E3L1 is a good example.


Yeah the slime canisters look horrible, be good if it wasn't so bright...
The thing is with the "red siren light" sprite, in some of the duke maps people have added a red light source to it , but when the light is destroyed the lighting remains which it stupid.
I agree it should be kept to a minimum, but I think that particular sprite should be hardcoded.
0

User is offline   Stabs 

#1685

View PostHelixhorned, on Aug 4 2010, 05:57 AM, said:

You don't actually need to fiddle with it explicitly, it's called from EVENT_PREKEYS3D. Take a look here.


best script ever!
0

#1686

Pardon me if there is an answer to this but... for 2 years I've been using the HRP and since then and up to polymer one issue has stuck no matter what I did - the hidden text on dark walls supposed to be visible with night vision goggles just doesn't show. Got any ideas?
0

User is offline   Sobek 

  • There's coffee in that nebula!

#1687

View PostDanM, on Aug 5 2010, 08:17 PM, said:

best script ever!


I'll second that. That makes things a heck of a lot simpler.
0

User is offline   Stabs 

#1688

there is EVENT_KEYS3D opens swing doors I'am not sure how useful that is too you in space, need something for slide doors, they are a PITA in mapster

Helix seeing as the lights X Y Z can be modified with alt+kp1 can something be made like that for every other sprite, i would love something that could modify those values in 3d mode
0

User is offline   Tea Monster 

  • Polymancer

#1689

View PostSearinox Navras, on Aug 8 2010, 11:20 PM, said:

Pardon me if there is an answer to this but... for 2 years I've been using the HRP and since then and up to polymer one issue has stuck no matter what I did - the hidden text on dark walls supposed to be visible with night vision goggles just doesn't show. Got any ideas?


They glowed due to the way that the ancient palette of Duke 3D worked. Now that everything is using a full colour palette, the engine ignores those colours.
You could do it by having those sprites tagged somehow by the engine, and you could then make glow-maps for them in typically night-vision style.
0

User is offline   Helixhorned 

  • EDuke32 Developer

#1690

DanM: which values? The SE lights were good candidates because their properties are directly visible in 3D mode, but for a lot of other effector sprites that's not true. I do have in the back of my head more WYSIWYG-style enhancements, though there's always the question how practicable they are... the swinging door tester for example sometimes corrupts maps in cases where the door sector is not a single island sector, so don't use it for now.
0

User is offline   Stabs 

#1691

the x y zvel values, the command alt+kp1 that brings up red green blue could just say xvel yvel zvel anyway, if your using polymer you should already know these things so if it could be extended to effect all sprites that would be quite handy.
0

User is offline   Hendricks266 

  • Weaponized Autism

  #1692

Hey Helixhorned, you broke the win32 build.

source/m32exec.c: In function 'VM_OnEvent':
source/m32exec.c:155: error: implicit declaration of function 'alloca'
source/m32exec.c:155: warning: incompatible implicit declaration of built-in function 'alloca'
source/m32exec.c: In function 'VM_Execute':
source/m32exec.c:344: warning: incompatible implicit declaration of built-in function 'alloca'
Failed building obj_win/m32exec.o from source/m32exec.c!
make: *** [obj_win/m32exec.o] Error 1

0

User is offline   Helixhorned 

  • EDuke32 Developer

#1693

Heh, I "kinda" knew that. Working on it.
0

#1694

 Tea Monster, on Aug 10 2010, 11:04 AM, said:

They glowed due to the way that the ancient palette of Duke 3D worked. Now that everything is using a full colour palette, the engine ignores those colours.
You could do it by having those sprites tagged somehow by the engine, and you could then make glow-maps for them in typically night-vision style.

Yet monsters do still glow with nightvision.
0

User is offline   MusicallyInspired 

  • The Sarien Encounter

#1695

Because they have glowmaps? I don't know why nobody thought to make any for those letters, though. Those are fairly important.

This post has been edited by MusicallyInspired: 12 August 2010 - 12:28 PM

0

User is offline   Hendricks266 

  • Weaponized Autism

  #1696

No, monsters glow because they are hardcoded to turn pal 6 when nightvision is on.
0

User is offline   Chip 

#1697

And can also be setup through CONs using a simple command.
Use that for all the letter / number tiles and place them somewhere loose within the GAME.con, lets say right at the bottom.

This post has been edited by Chip: 13 August 2010 - 08:41 AM

0

User is online   Danukem 

  • Duke Plus Developer

#1698

View PostChip, on Aug 13 2010, 09:40 AM, said:

And can also be setup through CONs using a simple command.
Use that for all the letter / number tiles and place them somewhere loose within the GAME.con, lets say right at the bottom.


I think it would be better to put nightvision glow on selected sprites using maphacks, because we don't want all letters in the maps to have that property, also it would be nice if it worked without modified CONs.
0

User is offline   Fox 

  • Fraka kaka kaka kaka-kow!

#1699

What happen in classic mode is a palette feature, which doesn't work in a 32-bit mode. I.e. it's done so that the nightvision googles color has a higher contrast than normal palette, so almost black colors will show up. Something like that.

Either way, I am not sure about turning the heat sensor on letters. =/
0

User is offline   Hendricks266 

  • Weaponized Autism

  #1700

What Fox said.

Compare:
Posted Image Posted Image

This could be fixed (as well as the problem of nightvision being useless in general) by boosting the contrast.
0

User is offline   MusicallyInspired 

  • The Sarien Encounter

#1701

But in 8-bit mode using nightvision on letters allows you to see them brightened up just like enemies. Why can't one do the same thing that gets the enemies lit up for the letters as well in polymost/polymer?
0

User is offline   Fox 

  • Fraka kaka kaka kaka-kow!

#1702

No, it don't, otherwise that wouldn't change in Polymost/Polymer since it doesn't change that kind of stuff.
0

User is offline   Hendricks266 

  • Weaponized Autism

  #1703

View PostMusicallyInspired, on Aug 13 2010, 08:02 PM, said:

But in 8-bit mode using nightvision on letters allows you to see them brightened up just like enemies. Why can't one do the same thing that gets the enemies lit up for the letters as well in polymost/polymer?

It brightens them up like Fox and I explained. The letters do not turn pal 6.
0

User is offline   Helixhorned 

  • EDuke32 Developer

#1704

@mappers: just dropping by to say that the keys for the Polymer override variable tweaking have changed. They're now activated with Ctrl-KP/ and are themselves much easier to remember:
KP*, KP/ -- specularfactor (mnemonic: * as in 'factor')
KP7, KP9 -- speclarpower
KP5, KP8 -- parallaxscale
KP4, KP6 -- parallaxbias
0

User is offline   Roma Loom 

  • Loomsday Device

#1705

Helix, could you please make some small changes for parallax and spec routines? Clamp parallaxscale and bias like 0 to 1 with 0.001 increment step, and spec values from 0 to 255 by 0.1 increment step. Maybe just defining such vars like minspec maxspec specstep and minparallax maxparallax parallaxstep or something, so anyone could change their values in the script not touching the procedure itself...

This post has been edited by Roma Loom: 14 August 2010 - 11:49 PM

0

Share this topic:


  • 213 Pages +
  • « First
  • 55
  • 56
  • 57
  • 58
  • 59
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic


All copyrights and trademarks not owned by Voidpoint, LLC are the sole property of their respective owners. Play Ion Fury! ;) © Voidpoint, LLC

Enter your sign in name and password


Sign in options