VOGONS


First post, by 7crimson

User metadata
Rank Newbie
Rank
Newbie

Hello!

I apologize beforehand for the topic does not relate to dgvoodoo directrly, but i just dont know whom to ask anymore. I am trying to modify ZanZarah: The Hidden Portal game, specifically the .scn files. I googled for editors and there are such stuff on GitHub(i.e. https://github.com/Helco/zzio), BUT it needs to be compiled - which i tried and failed. My PC is also slow so downloading full visual studio IS a problem. I googled that ZanZarah was written on rendeware engine, and it even has a studio - so i downloaded that but it doesnt load .scn files too. Seeing as zanzarah cant work on modern pc without DgVoodoo perhaps you know of some ways or tools to mod the game?

Reply 1 of 5, by zyga64

User metadata
Rank Oldbie
Rank
Oldbie

You don't have to compile. Just go to: https://github.com/Helco/zzio/releases
Click on Assets to expand it, and download zzre-win-x64.zip

1) VLSI SCAMP /286@20 /4M /CL-GD5422 /CMI8330
2) i420EX /486DX33 /16M /TGUI9440 /GUS+ALS100+MT32PI
3) i430FX /K6-2@400 /64M /Rage Pro PCI /ES1370+YMF718
4) i440BX /P!!!750 /256M /MX440 /SBLive!
5) iB75 /3470s /4G /HD7750 /HDA

Reply 4 of 5, by zyga64

User metadata
Rank Oldbie
Rank
Oldbie

BTW - you don't need Visual Studio for compile. Net core SDK is enough.

cite:

    Install a recent .NET 7 SDK
Run ./get-dependencies.sh in the root repository folder
Now you should be able to build zzio.sln using the dotnet CLI or your favorite IDE

So after installing SDK, you have to execute following (in console - either cmd or powershell)
1.) ./get-dependencies.sh
2.) dotnet build zzio.sln

1) VLSI SCAMP /286@20 /4M /CL-GD5422 /CMI8330
2) i420EX /486DX33 /16M /TGUI9440 /GUS+ALS100+MT32PI
3) i430FX /K6-2@400 /64M /Rage Pro PCI /ES1370+YMF718
4) i440BX /P!!!750 /256M /MX440 /SBLive!
5) iB75 /3470s /4G /HD7750 /HDA

Reply 5 of 5, by 7crimson

User metadata
Rank Newbie
Rank
Newbie

okay so:

1 the version i Downloaded from Assets DOES have a scene editor/viewer, but there is no way to save the changes .(rofl!!!)

2 i have installed net 7 sdk and ran get-dependencies.sh in cmd but it uses old net.framework 3.5 code (dont know how to turn it off/change it) - all i get is a load of errors.