Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » I need to know all mod tools bugs (also new features)
I need to know all mod tools bugs (also new features) [message #86886] Wed, 12 May 2004 05:50 Go to next message
jonwil is currently offline  jonwil
Messages: 3556
Registered: February 2003
Karma: 0
General (3 Stars)

I am working on binary patches to fix as many of the mod tools bugs as it is possible to fix via binary patches.

So far, the bugs to investigate are:
Leveledit doesnt load always2.dat
Tooltips for buttons under the preset tree window are wrong
Clicking the little close box in the mod package window causes leveledit to output garbage files to its own folder
Sometimes when you switch back to leveledit, it doesnt repaint properly
Pressing the "play" button for sound presets doesnt play any audio
If you are running at 800x600, you get graphics errors in the Vechicle Transition and Door Trigger editors
If leveledit tries to load a w3d file and cant, you get a crash
If you dont fill in all the fields for the parameters to a script, leveledit will crash when saving the level
Clicking on a mesh of type "skin" in w3dview mesh drop-down crashes w3dview
w3dview crashes when you exit

Enhancements to look into:
Fix the menu to have the best set of options (i.e. not have all the stuff one doesnt need but have all the stuff one does including "export mod package" and "export mix map"
Clean up objects.ddb and remove all the old unused stuff to make it easier to find what you want
Creating a new mod package should copy scripts.dll and scripts2.dll to the mod folder
Exporting a mod package should not export scripts.dll
Make exporting a *.mix map not modify always.dbs and such unless you tell it to.

What I need to know is any and all other reproducable bugs (crashes especially) in the mod tools, so I can look into fixing them as part of my binary patch update.
But they need to be reproducable. Just saying "Leveledit crashes a lot" doesnt help.
Also, I need to know any feature requests that I can look into implementing.
And anything else I should look into regarding the mod tools.


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
I need to know all mod tools bugs (also new features) [message #86889] Wed, 12 May 2004 06:00 Go to previous messageGo to next message
Sir Phoenixx is currently offline  Sir Phoenixx
Messages: 2510
Registered: February 2003
Location: Behind You!
Karma: 0
General (2 Stars)

Yeah... Stick 'export to .3ds' somewhere in there...

.:Red Alert: A Path Beyond Modeler:.
E-mail: sirphoenixx@gmail.com
AIM: Sir Phoenixx
ICQ: 339325768
MSN: sirphoenixx@hotmail.com
Yahoo: sirphoenix86
If anyone needs any help with using 3dsmax, or gmax feel free to contact me.

My Gallery: sir-phoenixx.deviantart.com/gallery
I need to know all mod tools bugs (also new features) [message #86895] Wed, 12 May 2004 07:12 Go to previous messageGo to next message
Deactivated is currently offline  Deactivated
Messages: 1503
Registered: February 2003
Karma: 0
General (1 Star)
Open and close many Mod dialogs in LE. It will first cause Windows bars to dissappear. Eventually, LE crashes.
I need to know all mod tools bugs (also new features) [message #86898] Wed, 12 May 2004 07:21 Go to previous messageGo to next message
E! is currently offline  E!
Messages: 70
Registered: February 2004
Karma: 0
Recruit
The Heightfield Editor in the Level Editor doesn´t work correct. You can´t switch between Heightfields(if you create more than 1) and you can´t see the Heightfields Name in the Dropdown Field also you can´t move Heightfields and the size settings make confuse it´s hard to scale an Heightfield.

<<SCUD-Storm Origin Creator>>
I need to know all mod tools bugs (also new features) [message #86901] Wed, 12 May 2004 07:29 Go to previous messageGo to next message
Sanada78 is currently offline  Sanada78
Messages: 435
Registered: April 2003
Karma: 0
Commander

I known I've already mentioned this before, but is it possible to fix the problems with the temps20.ddb corrupting when temping an object?

I'm not sure if this is a known problem, but my temp database has grown rather large and I'm not very keen on starting it all over again.

If you need any more details, just ask.


Ooh, nasty.
I need to know all mod tools bugs (also new features) [message #87072] Wed, 12 May 2004 20:43 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3556
Registered: February 2003
Karma: 0
General (3 Stars)

BTW I wont be looking into any issue unless at least 2 people can reproduce it (or alternativly, myself and one other person)

SeaMan, can you provide more details about your issue (which version of windows are you on, hardware/graphics card/driver versions, stuff like that)
Also, if anyone else has the same problems as SeaMan, I need to know.

Export to 3DS would be nice.
There are already ways to get 3DS out of gmax (via the Quake 3 plugin for example). If you have 3D studio, you can use the W3D import plugin for 3D studio to import a w3d file and then save it as a .3ds file (although if you have 3DS, you would probobly use that instead of gmax for whatever it is you want a 3DS file for)
Even if I did know (or reverse engineered to find out) the details of the GMAX plugin interface (a cursory glance shows that its similar to the 3DS max interface but with enough differences to thwart hackers) and I was able to build a .3ds export plugin, it would probobly piss Discreet off. And pissing off a company as large as Discreet is not something I want to do.

Heightfield editor bugs I can look into.

Dont know why it corrupts temps20.ddb, more details of exactly how to reproduce the temps20.ddb bug, what corruption happens, how it manifests itself in leveledit (what error is given) etc would be helpfull.

Implementing that "screenshot" feature isnt really possible without the Leveledit Source Code (no I dont have it obviously, would love it though)
There are other ways to take a screenshot though.

Delete a mod package, again, would need source code.
Same for the copyright,ini editor.

No reason that a seperate copyright.ini editor utillity couldnt be written (that would ask you to select a mod package and would then put a copyright.ini file in whatever place it should go for leveledit to put it into the *.pkg file)

The objects that dont work in leveledit will be looked into as part of the cleanup. If its fixable so that it works, it will be fixed.
If its not fixable (because we dont have the .W3D file for it) it will be removed from the new "clean" presets that will be released.

When I said "feature requests", I meant "mod tools features" not "engine features".

Giving each level its own strings.tdb file would require both engine modifications and leveledit modifications but might be possible. However, if a player isnt running the modified engine, it would load the default strings.tdb and not the modified one. Plus, there is no gaurantee that its even possible to implement (I havent looked at the strings.tdb code)

Although most of the features asked for are possible now either via engine features or via scripts. Some arent possible right now but would be possible if someone were to write the script(s) needed.


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
I need to know all mod tools bugs (also new features) [message #87076] Wed, 12 May 2004 21:12 Go to previous messageGo to next message
Oblivion165 is currently offline  Oblivion165
Messages: 3468
Registered: June 2003
Location: Hendersonville, North Car...
Karma: 0
General (3 Stars)
Well of course the Export to .Mix i still cant gat my maps to be in mix format.

to my knowlegde it has that feature built in.


WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
I need to know all mod tools bugs (also new features) [message #87084] Wed, 12 May 2004 21:55 Go to previous messageGo to next message
NeoSaber is currently offline  NeoSaber
Messages: 336
Registered: February 2003
Karma: 0
Recruit
jonwil

SeaMan, can you provide more details about your issue (which version of windows are you on, hardware/graphics card/driver versions, stuff like that)
Also, if anyone else has the same problems as SeaMan, I need to know.


SeaMan's problem sounds like the periodic crashings I was telling you about when you first asked me if I knew of any bugs. Randomly when I open a menu in LE (modifying a preset, temping/adding a preset, displaying a presets' info). The Windows Start button either disappears, stretches out, or offsets itself slightly. Also, the task bar blanks out all programs listed, sometimes the clock disappears and icons on the desktop vanish. It can eventually lead to LE minimizing itself into the upper left corner of my screen as it crashes.

I can't give a definitive condition that will cause the problem. It just happens periodically when I open one of those menus. I've encountered the bug on two computers that were different in everything except that they ran Windows 98.


NeoSaber

Renegade Map Maker at CnC Source
Animator/Compiler/Level Editor/Object Rigger/Programmer for Red Alert: A Path Beyond
I need to know all mod tools bugs (also new features) [message #87096] Thu, 13 May 2004 01:31 Go to previous messageGo to next message
Oblivion165 is currently offline  Oblivion165
Messages: 3468
Registered: June 2003
Location: Hendersonville, North Car...
Karma: 0
General (3 Stars)
how are you going to do any of that without the source?

WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
I need to know all mod tools bugs (also new features) [message #87106] Thu, 13 May 2004 03:46 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3556
Registered: February 2003
Karma: 0
General (3 Stars)

By modifying the leveledit binary.

Binary modification to fix bugs, add features (or to remove CD checks etc) is a well known and often practiced procedure.


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
I need to know all mod tools bugs (also new features) [message #87377] Fri, 14 May 2004 01:37 Go to previous messageGo to next message
laeubi is currently offline  laeubi
Messages: 799
Registered: February 2003
Location: Germany
Karma: 0
Colonel

SeaMan

Open and close many Mod dialogs in LE. It will first cause Windows bars to dissappear. Eventually, LE crashes.

I have the same bug. (win98se)

The Taskbar don't really disapear, you can get it back by pressing the [WIN] key and then resize it... but thats a really anoing bug.


www.laeubi.de Find Mods, Maps, Tool, Files and More!
< All Tutorials you ever searched for >
< contact me >
"Don't say it is imposible... just find a solution!"
I need to know all mod tools bugs (also new features) [message #87381] Fri, 14 May 2004 01:55 Go to previous messageGo to next message
snipefrag is currently offline  snipefrag
Messages: 291
Registered: February 2003
Location: UK, hampshire
Karma: 0
Recruit
The only REALLY annoying bug i remember when i was using Gmax, on a Sunday anything for saved or something just randomly screwed up.

Serves me right for using Gmax.


Snipefrag - Br20 Cr5 - TR Emerald
Planetside Chapter Commander - Archangels

http://www.archangelsclan.net
I need to know all mod tools bugs (also new features) [message #87504] Fri, 14 May 2004 12:29 Go to previous messageGo to next message
Cpo64 is currently offline  Cpo64
Messages: 1246
Registered: February 2003
Location: Powell River, B.C. Canada
Karma: 0
General (1 Star)
In the RenX material editor, if you click the "Display" button before the materal has been aplyed it crashes RenX,

(I don't know if it was mentioned)

If you need more details just say so.


-->
I need to know all mod tools bugs (also new features) [message #87577] Fri, 14 May 2004 17:08 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3556
Registered: February 2003
Karma: 0
General (3 Stars)

The "sunday" bug in gmax was fixed in the latest gmax.

As for the win9x bug, I doubt I can do anything about that, mainly because I dont run windcrap 95/98/ME (I upgraded to Windows XP and never want to see those 3 piece of junk OS's again)


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
I need to know all mod tools bugs (also new features) [message #88290] Tue, 18 May 2004 01:07 Go to previous messageGo to next message
snipefrag is currently offline  snipefrag
Messages: 291
Registered: February 2003
Location: UK, hampshire
Karma: 0
Recruit
Just shows how long its been since ive been doing any modelling Very Happy

Snipefrag - Br20 Cr5 - TR Emerald
Planetside Chapter Commander - Archangels

http://www.archangelsclan.net
I need to know all mod tools bugs (also new features) [message #88316] Tue, 18 May 2004 04:57 Go to previous messageGo to next message
Deactivated is currently offline  Deactivated
Messages: 1503
Registered: February 2003
Karma: 0
General (1 Star)
jonwil

As for the win9x bug, I doubt I can do anything about that, mainly because I dont run windcrap 95/98/ME (I upgraded to Windows XP and never want to see those 3 piece of junk OS's again)


I have Windows XP.
I need to know all mod tools bugs (also new features) [message #88475] Tue, 18 May 2004 18:17 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3556
Registered: February 2003
Karma: 0
General (3 Stars)

I also have windows XP and I dont experience the bug.

It could be a display driver issue or something to do with the hardware.

Anyway, since I am unable to reproduce it, I cant fix it.


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
I need to know all mod tools bugs (also new features) [message #88959] Thu, 20 May 2004 05:32 Go to previous messageGo to next message
Deactivated is currently offline  Deactivated
Messages: 1503
Registered: February 2003
Karma: 0
General (1 Star)
jonwil

I also have windows XP and I dont experience the bug.

It could be a display driver issue or something to do with the hardware.

Anyway, since I am unable to reproduce it, I cant fix it.


You're not trying enough.
I need to know all mod tools bugs (also new features) [message #88963] Thu, 20 May 2004 06:43 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3556
Registered: February 2003
Karma: 0
General (3 Stars)

I have been using leveledit for ages and I have never experienced any bugs to do with the taskbar going funny.

But, rest assured, if I am able to reproduce the bug in question, I will try to fix it.

I suspect (from the description) its got something to do with leveledit leaking memory somewhere.

For those who are experiencing the bug, what is your hardware:
amount of RAM
video card (type + amount of RAM)
CPU type and speed
Size of hard disk and amount free (if you have no free space, windows cant make as much virtual memory and will run out of RAM faster)

Also, can someone who has the bug on XP open leveledit, make the bug happen then do crtl-alt-delete to open task manager. Look at leveledit, is it using lots of CPU, RAM or both? If so, it helps to narrow down the problem.

Assuming it is a memory leak or out of memory condition, I probobly wont be able to fix it even if I could reproduce it.
With source code I would just link it against NuMega BoundsChecker and let that find memory leaks and issues.
But without source code, there isnt much I can do Sad


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
I need to know all mod tools bugs (also new features) [message #88965] Thu, 20 May 2004 07:21 Go to previous messageGo to next message
Deactivated is currently offline  Deactivated
Messages: 1503
Registered: February 2003
Karma: 0
General (1 Star)
Pentium 4 1.8 Ghz
512 mb ram
GeForce 4 Ti 4800 SE 128 mb
80 Gb HD, 50 gb free
I need to know all mod tools bugs (also new features) [message #88966] Thu, 20 May 2004 07:30 Go to previous messageGo to next message
NeoSaber is currently offline  NeoSaber
Messages: 336
Registered: February 2003
Karma: 0
Recruit
The bug just happened to me 3 times in the last hour as I was setting up the physics for a new vehicle in RenAlert. Confused

My current hardware:
Athlon 1.6 Ghz
256MB RAM (64 shared as video ram)
on board video chip (not sure what it is)
40GB hardrive with 16GB free

The bug also occurred on my older computer. It's hardware:
Duron 850 Mhz
128MB RAM (16 shared as video ram)
on board video chip (not sure what it was)
40GB hardrive with 12GB free

And both computers run Win98


NeoSaber

Renegade Map Maker at CnC Source
Animator/Compiler/Level Editor/Object Rigger/Programmer for Red Alert: A Path Beyond
I need to know all mod tools bugs (also new features) [message #88972] Thu, 20 May 2004 08:32 Go to previous messageGo to next message
Slash0x is currently offline  Slash0x
Messages: 455
Registered: January 2004
Location: California
Karma: 0
Commander
Pent 4 3.2
1G RAM
9800 ATI Radeon
60GB hardrive plenty of free space Very Happy

All that and I still get the glitch. Crying or Very Sad Just not as much as I use to. Razz


L3T'5 4LL THR0W 3GG5 4T D4 N00B! Smile
I need to know all mod tools bugs (also new features) [message #89104] Thu, 20 May 2004 18:19 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3556
Registered: February 2003
Karma: 0
General (3 Stars)

ok, thats good.
But I need to know what taskmanager says for leveledit memory use and CPU use when you have the bug and you do ctrl-alt-delete.

That will confirm once and for all if it is or isnt a memory issue.


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
I need to know all mod tools bugs (also new features) [message #89105] Thu, 20 May 2004 18:26 Go to previous message
Slash0x is currently offline  Slash0x
Messages: 455
Registered: January 2004
Location: California
Karma: 0
Commander
It isn't a memory issue, just a loading glitch I guess. When this happens, I just shrink LE and run Renegade. From there, I exit out or alt+tab and everything thing is back. As for the toolbar, not the Start menu disappearing, I just ctrl + s to save the level, then exit out and re-run it.

Those are my helpful tips for keeping alive. Lol. Laughing


L3T'5 4LL THR0W 3GG5 4T D4 N00B! Smile
Previous Topic: I need to know all mod tools bugs (also new features)
Next Topic: Death Star Stuff/Question
Goto Forum:
  


Current Time: Fri Jun 28 22:58:16 MST 2024

Total time taken to generate the page: 0.01369 seconds