This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Systemfre1

Pages: [1]
1
Miscellaneous / Fixing general stuff (Quests, Instances etc...)
« on: May 05, 2017, 02:43:17 pm »
Sorry I'm asking all these questions and clogging up the forum (kinda) but there is so much I wanna learn :P

Anyway;

So I've been messing around with my WoD server for about a week now and I'm fairly pleased with the stuff I'm able to do. (Make new areas, new race/class combinations, changing some music/models/textures etc...)

But the real thing that is kind of bugging me now is how buggy these servers are off the bat.
For instance I created a worgen and tried questing but the character doesn't end up in the newly instances zone (With the worgen and new quest giver) so I can't progress, I can only tp out and level like that.

And then the other part is the human starting zone, you can do them all. But the quests are all fragmented (some of them just don't appear) creatures have the wrong stats, NPC's don't have weapons and a whole plethora of other things.


So my question is, how do I go about fixing this? I've searched the forum a bit, but couldn't find much on the subject. But people do it and there are servers are there which are pretty darn blizzlike.

2
Miscellaneous / Noggit problems
« on: May 03, 2017, 12:30:39 am »
So I followed part 5 of the WoD tutorial and I got as far as.

I've created the .wdt and the .adt files

they seem to be working, but noggit crashes when I try to open it.

Here is the log.txt from noggit
Quote
1 - (Noggit.cpp:489): Noggit Studio - 3.0
1 - (Noggit.cpp:290): Using config file.
2 - (Noggit.cpp:498): Game path: E:\6.2.4 - Build\WoDModding\Clients\World of Warcraft
2 - (Noggit.cpp:502): Project path: E:\6.2.4 - Build\WoDModding\Projects\firstmap
2 - (Noggit.cpp:341): [Error] Could not find locale directory. Be sure, that there is one containing the file "realmlist.wtf".
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\AreaTable.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\Map.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\LoadingScreens.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\Light.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\LightParams.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\LightSkybox.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\LightIntBand.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\LightFloatBand.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\GroundEffectDoodad.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\GroundEffectTexture.dbc" could not be opened. This application may crash soon as the file is most likely needed.
2 - (DBCFile.cpp:19): [Error] The DBC file "DBFilesClient\LiquidType.dbc" could not be opened. This application may crash soon as the file is most likely needed.
178 - (Video.cpp:152): [Debug] GL: Version: 4.5.14008 Compatibility Profile Context 21.19.137.514
178 - (Video.cpp:153): [Debug] GL: Vendor: ATI Technologies Inc.
178 - (Video.cpp:154): [Debug] GL: Renderer: AMD Radeon (TM) R9 390 Series
178 - (FreeType.cpp:133): [Error] FT_New_Face failed (there is probably a problem with your font file)
178 - (errorHandling.h:64): [Error] There was an exception of type "SIGABRT"
"Abnormal termination, such as instigated by the abort function. (Abort.)".
Please excuse the inconvenience. You may want to report this error including the log to the developers.

179 - (StackWalker.cpp:1133): [Error] OS-Version: 6.2.9200 () 0x100-0x1
257 - (StackWalker.cpp:1133): [Error] 00128D2C (noggit_3.1222): (filename not available): (function-name not available)
257 - (StackWalker.cpp:1133): [Error] 000EE62B (noggit_3.1222): (filename not available): (function-name not available)
257 - (StackWalker.cpp:1133): [Error] 74A4860A (ucrtbase): (filename not available): raise
258 - (StackWalker.cpp:1133): [Error] 74A491B2 (ucrtbase): (filename not available): abort
258 - (StackWalker.cpp:1133): [Error] 74A48ABB (ucrtbase): (filename not available): terminate
258 - (StackWalker.cpp:1133): [Error] 00131CF8 (noggit_3.1222): (filename not available): (function-name not available)
258 - (StackWalker.cpp:1133): [Error] 761CD3E2 (KERNELBASE): (filename not available): UnhandledExceptionFilter
258 - (StackWalker.cpp:1133): [Error] 77D2E0BD (ntdll): (filename not available): LdrSetAppCompatDllRedirectionCallback
258 - (StackWalker.cpp:1133): [Error] 77CF0FA4 (ntdll): (filename not available): RtlSubscribeWnfStateChangeNotification

And here is my .conf

Quote
#This is a config file template. To use it rename into noggit.conf and set your options
#Edit this to your WoWFile!!!
Path = E:\6.2.4 - Build\WoDModding\Clients\World of Warcraft

#Edit this to your Project-Directory and uncomment if you want to use it!
ProjectPath = E:\6.2.4 - Build\WoDModding\Projects\firstmap

#Set this to the file where you will import models list from
ImportFile = E:\6.2.4 - Build\WoDModding\Tools\WoWModelViewer7\userSettings\log.txt

#Set this to the WMV log file
#wmvLogFile = Path to Model Viewer log file

#The far clipping value. Set to 2048, 3072, 4096 etc. for a further look. Higher values need more 3d power.
#1024 is the standard value and will be taken if you do not set this value.
FarZ=2048

#Set this to true to enable tablet support
TabletMode=false

Do I need to add all those DB files to the firstmap directory? or should it be able to pull them from WoW?
Like what is meant to happen now?
Thanks

3
Miscellaneous / Race/Class Combinations Problem
« on: May 02, 2017, 06:09:13 pm »
So I've edited the DBCs (CharStartOutfit and CharBaseInfo) and the different SQLs (Player_Levelstats, Playercreateinfo and Playercreateingo_action) related to this.

And as far as I can tell it works... kinda...
If I create any old human character and change their class to Druid in the database it doesn't crash.
But I can't select the Druid class on the Character Creation screen? It is still grayed out, how do I make it so I can select it on that screen?

Thanks

4
Anyone know what the fix for this is? or what I need to download to get this .dll file?

Pages: [1]