• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to get JassnNewGenPack working

Status
Not open for further replies.
What is the error? If it says "rtc" anywhere in it, then there should be a section in the toolbar that says "Reinventing the Craft". As Foxhound said, you have to go to "Reinventing the Craft" and click "Enable Reinventing the Craft". It should have no checkmark next to it.

If it isn't that error, then please post what the error is so we can help. =)
 
Level 11
Joined
Apr 17, 2011
Messages
302
Here is my toolbar in newgen editor.
Capture.jpg


This is the error
Capture.jpg
 
First, make sure WE is closed before you do this.

Try changing:
JASS:
 havertc = grim.exists("rtc\\rtcexehack.exe") and grim.exists("rtc\\rcncore.dll")
To:
JASS:
 havertc = false

(Open the file in notepad, change that line, then go to "File -> Save As" and type "wehack.lua" as the name)

You can also try adding a line immediately afterward:
JASS:
 havertc = false
 rtc_enabled.checked = false
 
Level 11
Joined
Apr 17, 2011
Messages
302
Changing it to
JASS:
havertc = false

Didnt work, got new error saying Attempt to call a nil value.

any ideas?

EDIT: and adding the line afterwars

EDIT2: do I need to have a lower patch? I think im on 1.26a not sure.

EDIT3: couldnt you just give me your JNGP?
 
Last edited:
Status
Not open for further replies.
Top