here was the non-error code I made from GFX.nsi
; De-Pack.cs
;
; this version of de-pack is designed to replace
; all TRIES 1 models,
;
; INSTRUCTIONS--
; For
; De-Pack(TM) 8.0
; Drag the .exe to desktop, double click .exe
; Then you are good to go! then just run or RESET
; TRIBES then OPEN CONSOLE AKA (`) AND THEN READ
; Then after so it will say type something that
; something is de::list(); type that in console
; To list all pack commands.. newly type p2(); to go
; to pack commands page 2 you can change keys
; and sad passes etc by accsesing De-pack in config
; folder YOU MAY ONLY EDIT UNTIL IT SAYS STOP!
; THIS PACK IS UNDER COPY RIGHT! Pack Made
; by De- HOWEVER Used based code from
; Z0dd Alien ANI Worstaim Big Monkey & TANK
; Thank you for downloading my pack! 😁
;
; --8.0
; O-M-G, 8.0! I skipped from 7.7 to 8.0
; becuase this is one of my final MAJOR
; updates, YOU WILL LOVE THIS UPDATE!!
; No more TRIBES 1 box hands, all new
; weapons,packs,skins, models
; EVERYTHING!!! also NOW, no need to be
; in -laggy for some ppl- OpenGL!!! you can
; now play however you'd like no more disc crash!!
; Theres a lot more that you're soon to find out!
;
; --7.7
; v menu fixes, and autoexec fix won't over
; write anymore.
;
; --7.6
; added some more stuff and added all
; the voices since I managed to fix V
; menu enjoy!This is considerd a major
; update, I will make ONE more major
; update after this then
; there will just be very
; minor updates.
;
; --7.5
; Made some bug fixes addes some shizel
; put in more (); commands. and added grafic
; enhancer code automatically putting you in
; openGL mode this also fixes disc crash
; problem added crap(); gocrap(); sadvx();
; ModX skin more +- to V menu and more...
;
;
; --7.4
; mouse wheel changes weapons new plane skin,
; invintory skin, disc launcher explosion,
; and lotz more.
;
;
; --7.3
; Autoboost, shuts off bad word filter,
; auto throws gernades furthest when pressing
; "N" Hold "B" for auto boost. + V menu fix!
;
; --7.2
; now includes server fix, server
; black console command (soff()😉
; and some new sounds.reset();
; off(); requires admin
;
; I've stared update notes at 7.2
;
;
;
; Dark energy--
;
;
; any problems questions contact De at
; CMX.2ya.com
;--------------------------------
!macro BIMAGE IMAGE PARMS
Push $0
GetTempFileName $0
File /oname=$0 "${IMAGE}"
SetBrandingImage ${PARMS} $0
Delete $0
Pop $0
!macroend
;--------------------------------
Name "De-Pack"
OutFile "De-Pack.exe"
; Adds an XP manifest to the installer
XPStyle on
; Add branding image to the installer (an image placeholder on the side).
; It is not enough to just add the placeholder, we must set the image too...
; We will later set the image in every pre-page function.
; We can also set just one persistent image in .onGUIInit
AddBrandingImage left 100
; Sets the font of the installer
SetFont "Comic Sans MS" 8
; Just to make it three pages...
SubCaption 0 ": Part 1.) of installing De-pack"
SubCaption 2 ": Part 2.) of installing De-Pack"
LicenseText "License page"
LicenseData "gfx.nsi"
DirText "TRIBES directory to install De-Pack to"
; Install dir
InstallDir "C\😁ynamix\TRIBES"
;--------------------------------
; Pages
Page license licenseImage
Page custom customPage
Page directory dirImage
Page instfiles instImage
;--------------------------------
Section ""
; You can also use the BI_NEXT macro here...
MessageBox MB_YESNO "Are you sure you want to go on with$\ninstalling De-Pack?" IDNO done
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Wizard\nsis.bmp" ""
done:
WriteUninstaller uninst.exe
SectionEnd
;--------------------------------
Function licenseImage
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp" /RESIZETOFIT
MessageBox MB_YESNO 'Would you like to skip the De-Pack information/license page?' IDNO no
Abort
no:
FunctionEnd
Function customPage
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Checks\modern.bmp" /RESIZETOFIT
MessageBox MB_OK 'Make sure you save previous admin passes/modx passes before installing!'
#insert install options/start menu/<insert plugin name here> here
FunctionEnd
Function dirImage
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Header\win.bmp" /RESIZETOFIT
FunctionEnd
Function instImage
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Wizard\llama.bmp" /RESIZETOFIT
FunctionEnd
;--------------------------------
; Uninstall pages
UninstPage uninstConfirm un.uninstImage
UninstPage custom un.customPage
UninstPage instfiles un.instImage
Function un.uninstImage
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Checks\modern.bmp" /RESIZETOFIT
FunctionEnd
Function un.customPage
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Header\win.bmp" /RESIZETOFIT
MessageBox MB_OK 'Getting ready to uninstall De-Pack...'
#insert install options/start menu/<insert plugin name here> here
FunctionEnd
Function un.instImage
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Wizard\llama.bmp" /RESIZETOFIT
FunctionEnd
;--------------------------------
; Uninstaller
; Another page for uninstaller
UninstallText "Uninstalling De-Pack"
Section uninstall
MessageBox MB_OK "Are you sure you want to remove De-Pack?"
SectionEnd
Like I said I added it to base file *this code that is* outcome was, it came out good it worked I had output EXE file as GFX.exe on my desktop and I dragged my zip into source zip file the installer worked, only problem was, it didn't install my files, I didn't getthe GFX installer screen until adding gfx.nsi code to base script, so basically my problem is, I got GFX installer to work, I just can't get my files to work/install, when I click install only the uninstaller installs to the destination folder. So please, if anyone has any suggestions, what am I doing wrong, please contact me or post to this topic my website is CMX.2ya.com email me at ModXhelp@hotmail.com.