Giter Club home page Giter Club logo

Comments (3)

xtremexp avatar xtremexp commented on September 28, 2024

As stated before main goal of this program is to focus on UT series game (despite DNF was an exception).
So no support for HP2 is planned. Also the project is now in "passive mode".
However i had started some changes so people could try with other games.
Had planned to do ui for this but not finished.

  1. If HP2 have a package extractor (like /System/ucc.exe in UT99) you can try add a new entry
    and edit the ApplicationConfiguration.json in Documents/UT4X-Converter folder :

{
"name" : "Harry Potter 2",
"ueVersion" : 2,
"mapFolder" : "/Maps",
"mapExt" : "<map_extension>",
"texExt" : "<tex_extension>",
"musicExt" : "<music_extension>",
"pkgExtractorPath" : "/System/ucc.com",
"path" : "C:\Program Files (x86)\Steam\steamapps\common\Harry Potter 2",
"suggestedPath" : "C:\Program Files (x86)\Steam\steamapps\common\Harry Potter 2?",
"useTexDb" : false,
"isCustom" : true,
"soundExt" : "<sound_extension>",
"pkgExtractor" : "umodel",
"disabled" : false,
"id" : "HP2",
"convertsToGames" : [ {
"gameId" : "UT4",
"scale" : 1.25
} ]
}

It is important "isCustom" to be set to true else if not it will be deleted at start of program.
You will have to replace with the good map extension, music extension, and other properties (i do not have HP2)

  1. Just set HP2 folder as UT99 folder and convert only from .t3d file and uncheck convert textures/sounds/staticmeshes in conversion settings.

from ut4x-converter.

kevincrans avatar kevincrans commented on September 28, 2024

Ah right, thanks! Since the prototype has the source, it can also compile ucc.

from ut4x-converter.

xtremexp avatar xtremexp commented on September 28, 2024

I've just downloaded game from https://archive.org/details/dev-hpch . It has ucc.exe, it might work.
However many actors are new like "Ambient_light","Elevator_mover", ... does not exist in unreal game series
so in current version, they won't be converted.
I've quickly added support for these new actors: candleflame, Darklight, FogLight, SpecialLit, ThunderLightning, Torch_light, ElevatorMover, GridMover, GridMover2 . (note: haven't tested, just give a try)
I've commited the change. Just build and run program with the changes (or build the installer and install the new version).
.
In some future version, some day, actor match will be configurable.

from ut4x-converter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.