[INFO] Development Journal

User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: [INFO] Development Journal

Post by Shadow »

Have you set the following lines in your UnrealTournament.ini file?

In the section [Editor.EditorEngine] :

EditPackages=sdkCore
EditPackages=sdkEngine
EditPackages=sdkXMenus

and int Section [Engine.Engine] :

Canvas = sdkEngine.Canvas
Render = sdkRender.sdkRender
Image
sickwit
Novice
Posts: 5
Joined: Mon Oct 27, 2008 6:44 pm

Re: [INFO] Development Journal

Post by sickwit »

Ye, all of that is in the right spot. Hmm, intUsdkObjectexecAcos now.

Image

Code: Select all

Init: Unreal engine initialized
Log: Bound to Galaxy.dll
Init: Galaxy is using WinMM
Init: Galaxy initialized
Init: Transaction tracking system initialized
Log: Bound to Fire.dll
Log: Bound to IpDrv.dll
Log: Bound to UWeb.dll
Log: Bound to sdkCore.dll
Log: Bound to sdkEngine.dll
Critical: appError called:
Critical: Can't find 'intUsdkObjectexecAcos' in 'sdkCore.dll'
Critical: Windows GetLastError: The specified procedure could not be found. (127)
Exit: Executing UObject::StaticShutdownAfterError
Exit: UGalaxyAudioSubsystem::ShutdownAfterError
Warning: glxStopOutput() failed: 6
Critical: UPackage::GetDllExport
Critical: UFunction::Bind
Critical: UField::PostLoad
Critical: UStruct::PostLoad
Critical: UFunction::PostLoad
Critical: UObject::ConditionalPostLoad
Critical: (Function sdkCore.sdkObject.Acos)
Critical: PostLoadObjects
Critical: UObject::EndLoad
Critical: UEditorEngine::Init
Critical: InitEngine
Exit: Exiting.
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: [INFO] Development Journal

Post by Shadow »

And you're really sure you set EditPackages=sdkCore? Because a user from BeyondUnreal Forums had have the same problem and simply solved it with adding the EditPackage Lines... you can readt it here

Well, simply try out ONLY using EditPackages=sdkCore, without sdkEngine etc. , or simply load sdkCore manually and let me here, if the error persists

From looking at your log file, your UT loads the files in the correct order... well yeah, just try out sdkCore only

// edit: to speed things up, we should write via PM or ICQ
Image
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: [INFO] Development Journal

Post by Shadow »

December Release of the Unreal Tournament SDK

Highlights
  • - introducing the new Post Processing System
    - Texture Projectors
    - extended LevelInfo System
    - debugged and improved Base Render
    - improved Sprite Rendering

Download: http://www.moddb.com/mods/utcommunitysd ... -build-172
Mirror [Mediafire.com]: UnrealTournamentSDK-2010-12-BETA.zip


Hotfix

Mirror 1 (ModDB): UnrealTournamentSDK-2010-12-BETA_Hotfix1.zip
Mirror 2 (Mediafire): UnrealTournamentSDK-2010-12-BETA_Hotfix1.zip
Image
User avatar
rohitggarg
Adept
Posts: 400
Joined: Wed Mar 12, 2008 7:18 am
Personal rank: The name is Bu||et
Location: India
Contact:

Re: [INFO] Development Journal

Post by rohitggarg »

Shadow, could you please provide a release for linux as well.. I am a linux user and not planning to move to windows, so dll files are kind of useless to me :)

Thanks a lot!
Regards,
Rohit

CATCH ME IF YOU CAN.............
Image

My website : http://www.appointmentagent.com
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: [INFO] Development Journal

Post by Shadow »

Actually native coding ported to Linux is even for me a great mystery. I had a guy who was willing to convert all content and mechanics to linux, but after a while never heard from him again... So it's uncertain if the SDK will be available for Linux, sorry. The only way is to compile it with g++ (or any other unix-compatible compiler) and add some linux-specific preprocessors. Officially native coding for Linux isn't supported as stated by Epic.
Image
User avatar
anth
Adept
Posts: 257
Joined: Thu May 13, 2010 2:23 am

Re: [INFO] Development Journal

Post by anth »

Are you using any DirectX specific code?
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: [INFO] Development Journal

Post by Shadow »

Nope not yet, anything implemented yet works in Software, OpenGL and DirectX. Later on there'll be both new OpenGL and DirectX Render Drivers.
Image
User avatar
rohitggarg
Adept
Posts: 400
Joined: Wed Mar 12, 2008 7:18 am
Personal rank: The name is Bu||et
Location: India
Contact:

Re: [INFO] Development Journal

Post by rohitggarg »

Aah ok.. will give it a shot and ask you in case something is not working :)
Regards,
Rohit

CATCH ME IF YOU CAN.............
Image

My website : http://www.appointmentagent.com
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: [INFO] Development Journal

Post by Shadow »

Well do so please, can't find every bug myself ;)

Now I go back to my deep mysterious cellar coding a new particle engine from scratch :ironic2: :lol2:
Image
User avatar
robin13
Experienced
Posts: 105
Joined: Thu Nov 12, 2009 5:05 pm
Personal rank: NaliSlayer
Location: Roosendaal,The Netherlands

Re: [INFO] Development Journal

Post by robin13 »

No January 31 release? (im assuming we wont get a 28th February release either.)

Edit: Major fail on my side,it seems next release is planned in April. :shock:
Death is nothing, but to live defeated and inglorious is to die daily.
Napoleon Bonaparte
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: [INFO] Development Journal

Post by Shadow »

Next update is released 30th may, featuring a 99 % based c++ particle engine that finally spawns NO single actors as particles
Image
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 753
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England
Contact:

Re: [INFO] Development Journal

Post by UT Sniper (SJA94) »

How is the development going?
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: [INFO] Development Journal

Post by Shadow »

From the official ModDB Page:
So Folks. Please stay calm. I know that there was a new release planned for May. Once again I appologize for another release delay.

There're some events going on in the background relating the future of the SDK. Unfortunately I can't tell more currently. Complains are to be sent to the official E-Mail. Stay tuned for further news.
It means that the future of the SDK is currently uncertain. But I'm still working on it (Particle Engine).
Image
User avatar
Saya-chan
Adept
Posts: 446
Joined: Mon Jun 02, 2008 10:46 am
Personal rank: Former UT99 modder
Location: Vigo, Galicia
Contact:

Re: [INFO] Development Journal

Post by Saya-chan »

I'm starting to worry. :(
Image
  ~♥~ Bless the Cute Emperor ~♥~
Post Reply