Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1261  
Old 23-02-2013, 09:59
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Question

This is normal in loading the full screen of the installer based on the CIU 1.0.0.5?
It load the transparency image on startup. (Mask BMP image).
It happens in other installers based CIU I did download.
Or is it because the PC has low settings? Core 2 Duo E4500 (2.2 GHz), 3 Gb RAM.

Sponsored Links
  #1262  
Old 23-02-2013, 11:26
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Freearc is faster then the system. its normal. after you put correct file in dvd1 it should be fixed.
  #1263  
Old 23-02-2013, 12:22
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
I put the installer for FreeArc to Print image. (Takes 1 Second so ever).
Even though, Compression = none (Before recording in midea).
Must be PC (slow).

This error is normal to compile the script?


Is giving this error at the end. (Do not load the button music image).
Only load button image after entering with mouse button


Sorry the bad english. (Text translated in google translator).
  #1264  
Old 24-02-2013, 06:03
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Update 1.0.0.6:
- fixed bugs (thx to LuisCésar82 for his help and his references)
- fixed german translation
The Following 4 Users Say Thank You to yener90 For This Useful Post:
Demonn (24-02-2013), Fabioddq (24-02-2013), JacksMafia (25-02-2013), Th3Raven (24-02-2013)
  #1265  
Old 24-02-2013, 20:57
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Yener Thanks for CIU 1.0.0.6!
Very good.
Just missed the small problem Music button + Equalizer Button in autorun page.

Yener, analyzes the music button after the splash.
Not load music button before enter mouse in background.

Thank you

Last edited by Cesar82; 24-02-2013 at 22:04. Reason: Music Button Installer Page.
  #1266  
Old 28-02-2013, 04:55
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
Yener90, would like to add to your CIU this new SREP?

Code:
Changes: Srep 3.1

    * -m1f -a4 now is default compression mode, for quick and dirty compression. Use -m3f -a1 for maximum compression
    * 32-bit version became 1.5x faster than in SREP 3.0
    * gcc64 version: srep64g.exe. srep32i/srep64i still are the fastest executables
    * bugfix: it was impossible to allocate more than 4 GB for bitarr[]
    * bugfix: 32-bit version now uses only 1.5 GB for future-lz decompression by default (instead of 4GB-1 that's too much)


Changes in the printed stats:

    * cpu time displayed now is the sum of times spent in *ALL* threads
    * cpu/global times and speeds are printed, with speeds measured in MiB/s
    * on future-lz decompression, I/O and VM stats are printed only when they are non-zero
     * -pc option displays performance counters
  #1267  
Old 01-03-2013, 04:32
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Quote:
Originally Posted by LuisCésar82 View Post
Yener Thanks for CIU 1.0.0.6!
Very good.
Just missed the small problem Music button + Equalizer Button in autorun page.

Yener, analyzes the music button after the splash.
Not load music button before enter mouse in background.

Thank you
will check it out.
  #1268  
Old 02-03-2013, 05:30
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
yener don't want to sound that i ask much but would you please add multi bmp support for multi installer images and add hdd space inductor in system check page
  #1269  
Old 03-03-2013, 10:39
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,312
Thanks: 6,755
Thanked 11,699 Times in 3,223 Posts
mausschieber is on a distinguished road
Problem with videocard

sorry for my bad english

how can i change this in yener90's script
my videocard has 4GB

bsp://================= Videocard =================//
VidRam:=GetVidMemLocal/1000000;
if (VidRam<63) or (VidRam>1100) then vr:=VidRam
else if VidRam<100 then vr:=64
else if VidRam<200 then vr:=128
else if VidRam<300 then vr:=256
else if VidRam<400 then vr:=384
else if VidRam<600 then vr:=512
else if VidRam<800 then vr:=792
else if VidRam>800 then vr:=1024



thanks in advance
  #1270  
Old 05-03-2013, 00:09
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
my videocard has 4GB

bsp://================= Videocard =================//
VidRam:=GetVidMemLocal/1000000;
Good question! This function returns an Integer which is, probably, 32 bit unsigned (max. 4GB - 1) or, even more probably, 31 bit signed (min. -2GB, max. 2GB - 1). I think you'd have problems even with a 2 GB vieo card as this function will return 0 (or a negative value?) for them.

Try to print the return value of the GetVidMemLocal function onto the screen. I think you'll get zero. Perhaps, adding this as the first condition:

Code:
if VidRam=0 then vr:=1024
else [...]
would help as all video cards have video RAM (onboard or system shared) anyway so zero is never a valid value.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
The Following User Says Thank You to Joe Forster/STA For This Useful Post:
mausschieber (05-03-2013)
  #1271  
Old 05-03-2013, 02:40
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
ive got 2 GB and i will check it out.
the funny thing here is, that gt 630 is not a good card. low end card.
4 GB for this sounds like a deception.
The Following User Says Thank You to yener90 For This Useful Post:
mausschieber (05-03-2013)
  #1272  
Old 05-03-2013, 08:13
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
New CIU 1.0.1.0:



i need new translations:
Code:
DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.
The Following User Says Thank You to yener90 For This Useful Post:
Demonn (06-03-2013)
  #1273  
Old 05-03-2013, 09:01
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Quote:
Originally Posted by yener90 View Post
New CIU 1.0.1.0:



i need new translations:
Code:
DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.
Spanish= En unidad [drive] hay [mb] GB de espacio disponible.
The Following 2 Users Say Thank You to spawniectes For This Useful Post:
Demonn (06-03-2013), yener90 (06-03-2013)
  #1274  
Old 05-03-2013, 09:10
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
You will add or replace the previous description?
At leats [mb] MB of free disk space is required.

The previous description personally I find more needed.

* You could put musicBG.mp3 in Background folder to player during Fullscreen installing.
(If exist musicBG.mp3, play music different from music of pages else play music.mp3).
  #1275  
Old 05-03-2013, 09:21
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by yener90 View Post
New CIU 1.0.1.0:
i need new translations:
Code:
DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.
In Portuguese Brasil:

Code:
DiskSpaceAvailable=Na unidade [drive] tem [mb] GB de espaço livre disponível.

Last edited by Fabioddq; 05-03-2013 at 09:25.
The Following User Says Thank You to Fabioddq For This Useful Post:
yener90 (06-03-2013)
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INNO TROUBLESHOOT - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



All times are GMT -7. The time now is 05:04.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com