Duke4.net Forums: World Tour EDuke32 Compatibility Stopgap - Duke4.net Forums

Jump to content

  • 11 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

World Tour EDuke32 Compatibility Stopgap  "My package arrives."

User is offline   Fox 

  • Fraka kaka kaka kaka-kow!

#61

Reverse engineering it. This is me trying to understand what they did:

Posted Image
4

User is offline   MetHy 

#62

Glad to hear some progress on it. I'm still playing the episode in WT solely because of the weapon and enemies.
0

#63

Just checked it on my and mine friends' PC, the scripts work flawlessly, everything works just great, goddamn it's such a good change from the GBX's port.
0

User is online   NightFright 

  • The Truth is in here

#64

Good to know it's not only working for me. Glad it's useful for others, too! I had no idea about batch programming at all before this, and even though it's probably not a big deal, it took me several hours to get it working the way I wanted.

The best thing is it's very easy to update it in the future. If new stopgap files get released with better WT support, you can just replace the cons/defs in the "worldtour" folder. You don't have to run the script again. That would only be necessary if World Tour files change. Then I would also provide new scripts, of course.

This post has been edited by NightFright: 19 October 2016 - 09:59 AM

0

#65

I do some batch files programming on my old laptops from time to time to make old games up and running, but figuring out what needs to be copied and replaced in World Tour is quite a feat, those scripts are a godsend. Already freed my hard drive from that GBX bloat. You're the man, NightFright (and Hendricks!).
0

User is online   NightFright 

  • The Truth is in here

#66

Should Gearbox decide to update any files in World Tour, you would need to reinstall the game to create a new zipfile, though. Provided you want the changes. That's the only catch.

*EDIT Oct 20*
The patch script release has received a minor update. Besides the script header looking nicer, I decided to restore e32wt.con file name (formerly named eduke.con) and let a new/different eduke.con load e32wt.con instead. This way, it'll be easier in the future to just update to newer stopgap files since you won't have to rename any file, just overwrite existing ones.

This post has been edited by NightFright: 20 October 2016 - 12:47 AM

0

#67

View PostFox, on 19 October 2016 - 06:00 AM, said:

Reverse engineering it. This is me trying to understand what they did:

Just for shits and giggles, I would be interested in a high level overview of what you had to do, to get that weapon working in eduke32.

This post has been edited by icecoldduke: 20 October 2016 - 04:38 AM

0

User is offline   petrus 

#68

Thanks Hendricks, because the original 20th doesn't work on Windows XP, unlike eduke, which does.
0

User is offline   Fox 

  • Fraka kaka kaka kaka-kow!

#69

View Posticecoldduke, on 20 October 2016 - 04:38 AM, said:

Just for shits and giggles, I would be interested in a high level overview of what you had to do, to get that weapon working in eduke32.

Adding another weapon isn't hard, I just use the Expander as a reference. The problem is how they coded the new weapon...

This post has been edited by Fox: 20 October 2016 - 07:04 AM

0

#70

View PostFox, on 20 October 2016 - 07:02 AM, said:

Adding a new weapon isn't hard. The problem is how they coded the weapon...

I'm just curious how bad they fucked up that's all ;). Consider it morbid curiosity.
0

User is offline   Tea Monster 

  • Polymancer

#71

View PostFox, on 19 October 2016 - 06:00 AM, said:

Reverse engineering it. This is me trying to understand what they did:

Posted Image

I think that is how we feel about the entirety of World Tour.
4

User is online   NightFright 

  • The Truth is in here

#72

Looks they were rather concerned about getting stuff working somehow, not really caring about consequences if they screwed up anything along the way. But what really bothers me is that they were obviously OK with the super-weak (basically non-existing) attack of the ep.5 boss. With each additional episode, bosses used to get more challenging (or at least offered a different kind of challenge). This one is easier than any other, it's even the easiest enemy of the whole game in general. The fact that they didn't even give it a name also tells a lot...

*EDIT*
BTW, if you want to play ep.5 without Incinerator and Firefly for the time being (until they work properly), you may try this code:

include e32wt.con

onevent EVENT_SPAWN
   switch sprite[].picnum
      case 5134
      case 5135
      case 5180
      killit
      break
   endswitch
endevent


Load this in a custom con instead of e32wt.con and all Incinerator (+ ammo) pickups and Firefly enemies will be removed from the maps before you can see them. It's like they had never been there. Of course, this is only a workaround solution until we have support for these.

This post has been edited by NightFright: 21 October 2016 - 06:35 AM

0

User is offline   Player Lin 

#73

View PostNightFright, on 21 October 2016 - 12:38 AM, said:

But what really bothers me is that they were obviously OK with the super-weak (basically non-existing) attack of the ep.5 boss. With each additional episode, bosses used to get more challenging (or at least offered a different kind of challenge). This one is easier than any other, it's even the easiest enemy of the whole game in general. The fact that they didn't even give it a name also tells a lot...


I remember when I finally reach the boss section of E5L7 and saw the boss, then I were like... "WTF?"

And I do except his attack should be long range, but its range actually so ****ing close...so I just keep some distances, killed him without lose any single of health...did their QA really test that shitty boss before? Or they just think those monsters spawned with the boss would be enough?... ;)
0

#74

I'm pretty sure they decided that's enough and never had second thought about it. Kinda hoped they'd go and re-use the RotT flametraps or that weird rotating shield thing to spice things up just a little, but nooo why bother, it's just a current gen console rerelease with extra bone thrown to old fans.
0

User is online   NightFright 

  • The Truth is in here

#75

Btw while trying the stopgap, did any of you also have the issue that some of the new Duketalk in ep.5 won't trigger all the time? Example: In E5L1, when you activate/use the weed pipe, the "That's some good... coffee" line won't trigger most of the time.
0

User is offline   Kyanos 

#76

The sounds work for me. I even had a save state at the yellow lock and tested that line, it worked 5/5 times.

What's the progress on getting the few new things coded in to work with Eduke32?
0

User is online   NightFright 

  • The Truth is in here

#77

Hendricks said that he wouldn't have the time to finish what's missing. Until now, nobody has stepped forward with the willingness to continue this. Unless I missed some message...
0

User is offline   Kyanos 

#78

I kinda thought Fox was on it, but re-reading his "Da Fuq" post it appears he was just making a comment about gearboxs code.

Is anyone working on code for either the incernator, firefly or boss5?
0

User is offline   Fox 

  • Fraka kaka kaka kaka-kow!

#79

I should be working on the Incinerator... but I am not so enthusiastic about it.
1

User is offline   Hendricks266 

  • Weaponized Autism

  #80

View PostHendricks266, on 14 October 2016 - 01:27 AM, said:

Multiplayer (blue (and red?) palswapped) Incinerator pickups are not deleted in single player.
A couple of normal maps were overlooked.

Simple fixes that I will handle when there is enough to warrant a new version.

View PostHendricks266, on 14 October 2016 - 01:27 AM, said:

The episode 5 ending.

This may require some stuff on the EDuke32 side to implement to my specifications (stuff that is also needed for the 64/TM mods), though I haven't looked at the endofgame command's internal operations to be sure. See above.

View PostHendricks266, on 14 October 2016 - 01:27 AM, said:

The Incinerator is unimplemented.

Fox stepped up to the plate though he shares my lack of enthusiasm. For the cleanest implementation, it would require a way to add new weapon slots from CONs, which is also desirable for Duke 64. More stuff on the to-do list.

View PostHendricks266, on 14 October 2016 - 01:27 AM, said:

The Firefly and BOSS5 don't have any of the new projectiles.

I'm not interested in reverse engineering these, and I won't accept sloppy attempts into my package either.

View PostHendricks266, on 14 October 2016 - 01:27 AM, said:

Some breakable objects remain unimplemented.

This should be trivial, but I need a list of all objects that require implementation.

View PostHendricks266, on 14 October 2016 - 01:27 AM, said:

I haven't added the Armor box to the classic mini-hud.

I just need to spend the time to make a statusbar.con.sample like the weapons.con.sample I made. Adding the armor box to that will be trivial.

I also noticed that the ammo counts are centered in the WT full statusbar, so I can't get away with just reproducing the mini-HUD.
2

User is offline   supergoofy 

#81

Can we have the Incinerator (when it's done), for use with the old Duke Nukem 3D Atomic Edition?
1

User is offline   Fox 

  • Fraka kaka kaka kaka-kow!

#82

You would need the CONs and art from World Tour.
0

#83

View PostNightFright, on 21 October 2016 - 12:18 PM, said:

Btw while trying the stopgap, did any of you also have the issue that some of the new Duketalk in ep.5 won't trigger all the time? Example: In E5L1, when you activate/use the weed pipe, the "That's some good... coffee" line won't trigger most of the time.


Now that you've mentioned - yes, this sound fails to trigger most of the time. I completely forgot about this line (heard it only once, when I was playing Ep.5 for the first time), called my friend and he said the same - this particular soundbite doesn't trigger at all (he didn't even know it was here - he's stuck with old laptop with XP, so the compatibility stopgap is the only way he can play AWO - heard it only in a gameplay video on YT). Sorry for forgetting to mention that. Rest of the Duke's lines work fine (at least in next two levels).

There's another thing, but I'm not sure how and why it happens - sometimes when fireflies get shot (?), they are for a short moment surrounded by glitched black mess, like the transparent part of the sprite was glitching.
1

User is offline   Hendricks266 

  • Weaponized Autism

  #84

If anything, this would be a bug in EDuke32, not in the Stopgap. Still a bug.
0

User is offline   Striker 

  • Auramancer

#85

View PostFox, on 19 October 2016 - 06:00 AM, said:

Reverse engineering it. This is me trying to understand what they did:

Posted Image


It seems World Tour comes with several PDB files, which would come in handy if you're using IDA Pro. Load them, and use Hex-Rays to generate some pseudocode complete with function and variable names.

EDIT: Holy god, what a spaghettified mess this is. Tried disassembling it myself, and the code is nearly indecipherable. Some kind of obfuscation being used?

This post has been edited by Striker: 26 October 2016 - 06:50 PM

1

User is offline   HMNuke93 

#86

Is this still in development?
0

User is online   NightFright 

  • The Truth is in here

#87

When there is enough to release a new version, it will be made available. You can already play Alien World Order in EDuke32. With a bit of code, you can completely hide the Firefly and Incinerator sprites. And actually, you won't miss them much. Which is relieving and sad at the same time...
0

User is offline   NNC 

#88

Someone should help me. I use a laptop with Intel HD graphics and 64 Mb dedicated video memory, but even with this system, I can run polymer fine and dandy. Meanwhile the DNWT renderer is lagging like hell, and I don't know the reason. If I shrink the screen size, it's a little bit better, but still unplayable on the long run due to lags.

Since I heard many opinions that Polymer is more demanding, then the Gearbox renderer, I want a solution, why it's the opposite for me.

Btw. as much as I love this port, I pass until the fireflies and the incinerator work properly. For me, the incinerator is a great addition to the arsenal, I loved using it on Pigs and Enforcers, and other organic enemies too. Fireflies need more polishing, but their addition is fine to me as well, they however got somewhat abandoned after High Times. They look almost like an exclusive enemy to that level.
0

User is offline   Adamputee 

#89

Not too helpful but...
RECOMMENDED:
OS: Windows 7/8/8.1/10 x64
Processor: Intel Core i3-530 (2*2930) or equivalent AMD Phenom x4 9850 (4*2500) or equivalent
Memory: 2048 MB RAM
Graphics: GeForce GT 610 (1024 MB) or equivalent Radeon HD 6850 (1024 MB) or equivalent
DirectX: Version 11
Storage: 1200 MB available space
Uses directX11 - probably not properly supported on your system
Even my system dipped below 75fps (75hz) under busy scenes
0

User is offline   NNC 

#90

I've read that already, but Polymer still works for me, and it's as demanding as this new renderer.

This post has been edited by Nancsi: 01 November 2016 - 10:29 AM

0

Share this topic:


  • 11 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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