• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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