Jump to content

Dune 2000 1.06p - Game patching (bug fixes, new features)


Recommended Posts

Posted

I just wanted to find out how many different crate types the game has, so removed the code that checked if there is a crate on the cell you move into, this made it easy to go through all numbers but makes the game unplayable :D

So what all crate types are there?

Posted

enum CrateTypes
{
    CT_CASH,
    CT_EXPLODE,
    CT_REVEAL,
    CT_NOMAP,
    CT_UNIT,
    CT_STEALTH,
    CT_UNSUPPORTED6,
    CT_UNSUPPORTED7,
    CT_SPICEBLOOM,
    CT_SPICEBLOOM2,
    CT_SPICEBLOOM3
};

  • Upvote 2
Posted

Not yet, I like the crate types from the other old westwood games but it will be too hard to code that. Those games have PowerUp crates for units +speed +damage + armor, they also have super weapon crates which is cool

Posted

Any chance to add custom graphics for various crates or not? I dislike their small size. For money, upgrades it is OK, but for getting vehicles it sucks. They are way too small.

Posted

When dune2000.exe starts, it tries to connect to Internet. Why?
May be will be better to make the start of the game without Internet? If this is possible.

Posted

That is the DirectPlay (LAN) stuff, it is sending a packet in your local network (to your router)

 

I think it might be some kind of test, doesn't the game hide the LAN button if there are problems? not sure :D

Posted

Sadly this doesn't seem to be true entirely. I upgraded to Windows 10 today (everything went smooth) but Dune2K won't zoom to full resolution anymore. If I choose windows mode @ 1280x720 I can clearly see a 1280x720 game windows but the game itself just uses the original resolution. I tried all config options and nothing changed. Any ideas?

Posted

Sadly this doesn't seem to be true entirely. I upgraded to Windows 10 today (everything went smooth) but Dune2K won't zoom to full resolution anymore. If I choose windows mode @ 1280x720 I can clearly see a 1280x720 game windows but the game itself just uses the original resolution. I tried all config options and nothing changed. Any ideas?

Sounds more something like graphics card (driver) related. Try searching in the videocard menu for something with 'scaling' or 'fit-window' etc.

Posted

That was the first thing that came into my mind. I checked the scaling options and everything's set to fullscreen with the correct aspect ratio...

 

The scaling problems appear to start when using DxWnd, which gives me a tiny little screen with wrong colors. When choosing GDI Mode, it looks like in the screenshot below.

 

When using no DxWnd the game freezes after the "Dune2000 Intro" just before the menu screen.

 

2nisdcm.jpg

Posted

DxWnd+GDI mode has scaling turned off, I set it up to center instead (that's because the scaling performance was really bad with GDI mode)

 

The game starts in 640x400 (for the videos) and then switches the display mode to your chosen resolution. So it probably means the game is unable to switch the display mode and freezes

 

Can you try to change your game resolution to 640x400 (try 640x480 too) and start the game without dxwnd? This was you can prevent the game from switching resolutions

 

Another useful test would be turning off the videos, this way the game won't switch the resolution either

Posted

DxWnd+GDI mode has scaling turned off, I set it up to center instead (that's because the scaling performance was really bad with GDI mode)

 

That can't be. I was playing like this for the past weeks. Dune2K set to 1280x720 with DxWnd+GDI on a 2560x1440 screen and everything was fullscreen :D I can even prove it to you because it still runs with these settings on my girlfriends PC.

 

I tried 640x480 without dxwnd. It played the first video and freezed. I'll try without videos.

 

EDIT:

 

Ok. Without videos and DxWnd the game starts and is playable @ all tested resolutions (640x480, 800x600, 1280x720). Though it crashes while exiting.

 

With videos the first Dune 2000 video is being displayed, after that the game swiches back to the desktop, with a black Dune 2000 screen in the upper left. I have to logoff via taskmanager to get out of it.

 

 

Could you enable scaling with GDI mode just for testing. I remember Nyerguds wrote something about bad performance in his patch and it was always ok on my machine.

Posted

The scaling is normally only needed in window mode, with GDI it will center it to the screen when you resize the window. But I guess you are trying it in fullscreen mode? With full screen there is no scaling normally since the game switches the display mode and it will become fullscreen that way

Posted

Now I get it. Yes, normally I am using fullscreen mode. The above screenhot has been taken while using the game fullscreen. So for some reason the game won't switch resolutions in WIndows 10 using DxWnd :/

Posted

I guess the problem is that the game won't switch resolutions anymore at all (that's why you are freezing), but DxWnd is smart enough to notice such bugs and allows you to contiue where the vanilla game would fail :)

 

Does the game work with the movies turned off?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.